summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)Author
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-11fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida
2014-06-30Check for empty() before calling top().Kohei Yoshida
2014-06-30Don't go further and pop the stack if it's empty.Kohei Yoshida
2014-04-09Remove unused functionsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-02remove whitespacesMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from saxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara
2014-01-251158273 Uncaught exceptionCaolán McNamara
2014-01-23coverity#1158443 Uninitialized pointer fieldCaolán McNamara
2014-01-23coverity#1158444 Uninitialized scalar fieldCaolán McNamara
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-14fastparser: avoid boost::optional where it is un-necessary.Michael Meeks
2014-01-10Use boolStephan Bergmann
2014-01-03WaE: C4101: 'e' : unreferenced local variableTor Lillqvist
2013-12-31don't call top on an empty stackCaolán McNamara
2013-12-31fastparser: avoid std::stack::top() - cache it's results.Michael Meeks
2013-12-20fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks
2013-12-20fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks
2013-12-20fastparser: fix load regressionMichael Meeks
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl
2013-12-03no inheritance so no virtual neededMarkus Mohrhard
2013-12-02Hide the implementation.Kohei Yoshida
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida
2013-12-02Move this header out into a public place.Kohei Yoshida
2013-12-02Remove inline methods from the header.Kohei Yoshida
2013-12-02Move this out of the namespace scope.Kohei Yoshida
2013-11-26fastparser: strncmp needs a length.Michael Meeks
2013-11-26Presumably wants to use strcmpStephan Bergmann
2013-11-26fastparser: special case xmlns more sensibly.Michael Meeks
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-26fastparser: don't waste cycles churning reference counts.Michael Meeks
2013-11-23fastparser: avoid allocation and conversion of elementnames we don't need.Michael Meeks
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-21WaE: unreferenced local variableTor Lillqvist