summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
AgeCommit message (Expand)Author
2018-09-14Join the thread only if launch succeeded.Michael Meeks
2018-09-14Ensure fastparser thread is joined in case of exceptions.Michael Meeks
2018-03-25ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara
2018-02-28sax: don't crash during loggingVasily Melenchuk
2018-01-24loplugin:constparamsNoel Grandin
2018-01-06ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl
2018-01-05sax: remove that odd Entity copy constructorMichael Stahl
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-30ofz: always free with xmlFreeParserCtxtCaolán McNamara
2017-11-13Fix typosAndrea Gelmini
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-10-23loplugin:includeform: saxStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-18allow events to accumulate past limit if an exception is pendingCaolán McNamara
2017-09-16ofz: leak on fdo72541-1.fodtCaolán McNamara
2017-09-13sax: allow some debug logging in FastParserMichael Stahl
2017-08-11sax parser: remove long-disabled codeThorsten Behrens
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-23Better make the zero-initialization more explicitStephan Bergmann
2017-02-22Revert "Fix typos"jan iversen
2017-02-22Fix typosAndrea Gelmini
2017-02-20MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann
2017-01-19Also consider saved exceptions when mbEnableThreads is trueMike Kaganski
2016-08-25cid#1371329 Misused comma operatorNoel Grandin
2016-08-25cid#1371333 Misused comma operatorNoel Grandin
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem
2016-07-29GSoC - moving FastAttributeList::clear to consumer thread:Mohammed Abdul Azeem
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem
2016-07-08loplugin:redundantcast: redundant static_casts in saxStephan Bergmann
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-01-20loplugin:unusedmethodsNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin