Age | Commit message (Expand) | Author |
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 |
2018-07-10 | pass SvStream around by std::unique_ptr | Noel Grandin |
2018-07-08 | tdf#79878 perf loading docx file, sax improvements | Noel Grandin |
2018-06-30 | sax: fix overflow in sax::Converter::convertMeasure() | Michael Stahl |
2018-06-26 | Avoid potential double-delete in ~XMLFile2UTFConverter | Stephan Bergmann |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke |
2018-06-01 | loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped | Noel Grandin |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-03-25 | ofz#7110 ensure join is called on std::exceptions as well as uno::Exception | Caolán McNamara |
2018-03-16 | crashtesting: asserts on legal xml names on export | Caolán McNamara |
2018-03-06 | add some color conversion methods to sax::Converter | Noel Grandin |
2018-03-05 | drop sax::tools::*base64 methods | Noel Grandin |
2018-03-02 | tdf#115429 sax,xmloff: assert on empty attribute names & namespaces | Michael Stahl |
2018-03-01 | tdf#115429 sax: assert if exporting an invalid XML attribute/element | Michael Stahl |
2018-02-28 | sax: don't crash during logging | Vasily Melenchuk |
2018-02-21 | New loplugin:nestedunnamed | Stephan Bergmann |
2018-01-24 | Fix typos | Andrea Gelmini |
2018-01-24 | loplugin:constparams | Noel Grandin |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-12 | More loplugin:cstylecast: sax | Stephan Bergmann |
2018-01-06 | ofz#4392 sax: guard access to Entity::maSavedException with mutex | Michael Stahl |