Age | Commit message (Expand) | Author |
2020-12-09 | Begining of support for &entityname for mathml. | dante |
2020-12-07 | Adding suppor for &#dddd; and &#xhhhh; on fastparser. | dante |
2020-12-01 | cid#1470375 Unrecoverable parse warning | Caolán McNamara |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-11-29 | Preparing for mathml support of custom entity references. | dante |
2020-11-11 | loplugin:stringview | Noel |
2020-11-08 | ofz#26944 | Noel Grandin |
2020-09-29 | tdf#136551 DOTX import: restore support for large XML attribute values | Miklos Vajna |
2020-06-15 | small optimisations | Noel Grandin |
2020-06-04 | loplugin:simplifypointertobool improve (2) | Noel Grandin |
2020-04-25 | make FastParser always take a FastTokenHandlerBase subclass | Noel Grandin |
2020-04-02 | loplugin:flatten in sax | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-02-29 | tdf#130878 Report does not show label-fields | Noel Grandin |
2020-01-15 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Mesut Çifci |
2019-12-19 | sal_Char->char in remotebridges..sax | Noel Grandin |
2019-11-19 | improve exception message | Noel Grandin |
2019-11-16 | Also consider saved exceptions when terminating parse | Mike Kaganski |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-09-25 | tdf#42949 Fix IWYU warnings in sax/ | Gabor Kelemen |
2019-09-14 | shave 10% off load time of large docx file | Noel Grandin |
2019-08-17 | Simplify Sequence iterations in postprocess..sax | Arkadiy Illarionov |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sax | Stephan Bergmann |
2019-07-26 | cid#1448394 try silence unsafe_xml_parse_config | Caolán McNamara |
2019-07-24 | cid#1448394 can't change xml_parse_config setting | Caolán McNamara |
2019-05-12 | Use hasElements to check Sequence emptiness in sax..sdext | Arkadiy Illarionov |
2019-05-10 | an uno -> a uno | Caolán McNamara |
2019-04-17 | loplugin:sequentialassign in sc | Noel Grandin |
2019-04-07 | Don't use resettable/clearable guard where plain guard is enough | Mike Kaganski |
2019-03-07 | log nice exception messages whereever possible | Noel Grandin |
2019-02-23 | loplugin:unusedfields in l10ntools..sax | Noel Grandin |
2019-02-12 | Simplify containers iterations in reportdesign, sal, sax | Arkadiy Illarionov |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin |
2018-11-23 | convert CallbackType to scoped enum | Noel Grandin |
2018-10-17 | ofz: thread shenanigans | Caolán McNamara |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-09-14 | Join the thread only if launch succeeded. | Michael Meeks |
2018-09-12 | Ensure fastparser thread is joined in case of exceptions. | Michael Meeks |
2018-08-13 | ofz#9591 Indirect-leak | Caolán McNamara |
2018-07-20 | tdf#79878 perf loading docx file, pendingChars | Noel Grandin |
2018-07-17 | tdf#79878 perf loading docx file, disable SAX threading for writer | Noel Grandin |
2018-07-11 | tdf#79878 perf loading docx file, improve threading heuristic | Noel Grandin |
2018-07-11 | tdf#79878 perf loading docx file, more sax | Noel Grandin |
2018-07-08 | tdf#79878 perf loading docx file, sax improvements | Noel Grandin |
2018-03-25 | ofz#7110 ensure join is called on std::exceptions as well as uno::Exception | Caolán McNamara |
2018-02-28 | sax: don't crash during logging | Vasily Melenchuk |
2018-01-24 | loplugin:constparams | Noel Grandin |
2018-01-06 | ofz#4392 sax: guard access to Entity::maSavedException with mutex | Michael Stahl |
2018-01-05 | sax: remove that odd Entity copy constructor | Michael Stahl |