summaryrefslogtreecommitdiff
path: root/sax/README.md
blob: 30ae23197afaf0db27a4a428f1cc0b003e5cde96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UNO Services for SAX
 
UNO services for SAX parsing and C++ functions for XMLSchema-2 data types.

* `source/expwrap`:
    string-based SAX parser UNO service wrapping expat
* `source/fastparser`:
    multi-threaded token-based SAX parser UNO service wrapping libxml2
* `source/tools`:
    + C++ wrapper for fast SAX parser
    + C++ XMLSchema-2 data type conversion helpers

Multi-threading in FastParser can be disabled for debugging purposes with:

    SAX_DISABLE_THREADS=1 SAL_LOG="+INFO.sax.fastparser+WARN"
s in [e-i]*Arkadiy Illarionov 2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen 2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski 2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-07Fix typosAndrea Gelmini 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-02-06Add missing #includesStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann