summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
AgeCommit message (Expand)Author
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-04-06Use more *string_viewMike Kaganski
2023-03-06clang-tidy dead-storeNoel Grandin
2022-10-20remove commentNoel Grandin
2022-10-20SAL_WARN->SAL_INFO in saxNoel Grandin
2022-09-28avoid some ref-counting in a hot pathNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-06shave some cost off SaxContextNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-03-03crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara
2022-03-02Remove 'const' from for loop variableHossein
2022-03-01tdf#145538 - Use range based for loopsDeep17
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-12include optional header for std::optionalCaolán McNamara
2021-08-12flatten FastSaxParserImpl a littleNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in EntityNoel Grandin
2021-04-18reduce log noiseNoel Grandin
2021-03-24Revert "Fix typo"Andrea Gelmini
2021-03-19Fix typoAndrea Gelmini
2021-02-18loplugin:referencecasting in saxNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-28ofz#28733 Direct-leakCaolán McNamara
2020-12-26Improve handle of custom XML entitiesdante
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-19Proposition for solution for memory error in 106804dante
2020-12-17Sort custom entity names on fast parserdante
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11FastParser.cxx changesdante
2020-12-09Begining of support for &entityname for mathml.dante
2020-12-07Adding suppor for &#dddd; and &#xhhhh; on fastparser.dante
2020-12-01cid#1470375 Unrecoverable parse warningCaolán McNamara
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-29Preparing for mathml support of custom entity references.dante
2020-11-11loplugin:stringviewNoel
2020-11-08ofz#26944Noel Grandin
2020-09-29tdf#136551 DOTX import: restore support for large XML attribute valuesMiklos Vajna
2020-06-15small optimisationsNoel Grandin
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-04-02loplugin:flatten in saxNoel Grandin