# 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" >index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure
AgeCommit message (Expand)Author
2017-05-30Fix quotingStephan Bergmann
2017-05-20tdf#105204 fix shellcheck warnings in ure/source/unoYeliz Taneroğlu
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-26ure/source/uretest is !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-18update approximate install location in READMECaolán McNamara
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-03-04Don't put symlink to MacOS folder of sandboxed appAndras Timar
2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe