Age | Commit message (Expand) | Author |
2019-08-12 | Fix typos | Andrea Gelmini |
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-07-23 | close some more holes in structures | Noel Grandin |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
2019-05-30 | Resolves: tdf#125279 do not double _x005F_ escapement | Eike Rathke |
2019-05-30 | Reintroduce mbXescape that got overaggressively removed | Eike Rathke |
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-19 | Further cleanup of FastSerializerHelper's startElement/singleElement[NS] | Mike Kaganski |
2019-04-17 | loplugin:sequentialassign in sc | Noel Grandin |
2019-04-14 | tdf#120703 PVS: V581 ifs with identical conditions | Mike Kaganski |
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-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-02-23 | loplugin:unusedfields in l10ntools..sax | Noel Grandin |
2019-02-12 | Simplify containers iterations in reportdesign, sal, sax | Arkadiy Illarionov |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin |
2019-01-28 | o3tl::make_unique -> std::make_unique in sax...svtools (except sc) | Gabor Kelemen |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
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-27 | tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* | Gabor Kelemen |
2018-11-23 | convert CallbackType to scoped enum | Noel Grandin |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai |
2018-10-30 | tdf#42949 Fix IWYU warnings in include/sax/* | Gabor Kelemen |
2018-10-29 | loplugin:oncevar | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-21 | tdf#120703 (PVS): handle failed realloc | Mike Kaganski |
2018-10-17 | ofz: thread shenanigans | Caolán McNamara |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-10-12 | clang-tidy misc-throw-by-value-catch-by-reference | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-03 | no need to call empty() before clear() | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
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-09-10 | loplugin:simplifyconstruct in reportdesign..sax | Noel Grandin |
2018-08-31 | tdf#42949 Fix IWYU warnings: boost/optional in include/ | Gabor Kelemen |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-08-13 | ofz#9591 Indirect-leak | Caolán McNamara |
2018-08-04 | Use more basegfx deg<->rad functions, instead of direct formulas | Mike Kaganski |
2018-08-04 | Fix typos | Andrea Gelmini |
2018-07-27 | loplugin:stringloop in basic, framework, sax, svtools | Noel Grandin |
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 |