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" ss='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc/source/fehelper.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: idlcStephan Bergmann
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin
2017-08-06loplugin:constparams in sw part6Noel Grandin
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2015-11-30FD_complex is unusedStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-07create clang plugin to warn about C-style castsNoel Grandin
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2013-09-12CID#440614 use after freeCaolán McNamara