Age | Commit message (Expand) | Author | Files | Lines |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin | 1 | -1/+1 |
2019-05-30 | Resolves: tdf#125279 do not double _x005F_ escapement | Eike Rathke | 1 | -10/+33 |
2019-05-30 | Reintroduce mbXescape that got overaggressively removed | Eike Rathke | 2 | -0/+19 |
2019-05-12 | Use hasElements to check Sequence emptiness in sax..sdext | Arkadiy Illarionov | 6 | -10/+10 |
2019-05-10 | an uno -> a uno | Caolán McNamara | 1 | -1/+1 |
2019-04-19 | Further cleanup of FastSerializerHelper's startElement/singleElement[NS] | Mike Kaganski | 1 | -2/+2 |
2019-04-17 | loplugin:sequentialassign in sc | Noel Grandin | 2 | -4/+2 |
2019-04-14 | tdf#120703 PVS: V581 ifs with identical conditions | Mike Kaganski | 1 | -15/+1 |
2019-04-07 | Don't use resettable/clearable guard where plain guard is enough | Mike Kaganski | 1 | -1/+1 |
2019-03-07 | log nice exception messages whereever possible | Noel Grandin | 2 | -2/+3 |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin | 2 | -4/+4 |
2019-02-23 | loplugin:unusedfields in l10ntools..sax | Noel Grandin | 2 | -24/+6 |
2019-02-12 | Simplify containers iterations in reportdesign, sal, sax | Arkadiy Illarionov | 5 | -51/+31 |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin | 1 | -1/+1 |
2019-01-28 | o3tl::make_unique -> std::make_unique in sax...svtools (except sc) | Gabor Kelemen | 2 | -5/+3 |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann | 1 | -1/+2 |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann | 2 | -3/+3 |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin | 1 | -2/+2 |
2018-11-27 | tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* | Gabor Kelemen | 2 | -0/+2 |
2018-11-23 | convert CallbackType to scoped enum | Noel Grandin | 1 | -13/+13 |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai | 1 | -3/+3 |
2018-10-30 | tdf#42949 Fix IWYU warnings in include/sax/* | Gabor Kelemen | 1 | -0/+1 |
2018-10-29 | loplugin:oncevar | Noel Grandin | 1 | -2/+0 |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin | 2 | -2/+2 |
2018-10-21 | tdf#120703 (PVS): handle failed realloc | Mike Kaganski | 1 | -2/+8 |
2018-10-17 | ofz: thread shenanigans | Caolán McNamara | 1 | -1/+1 |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin | 1 | -2/+2 |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin | 4 | -26/+9 |
2018-10-12 | clang-tidy misc-throw-by-value-catch-by-reference | Noel Grandin | 1 | -1/+1 |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann | 1 | -36/+36 |
2018-10-03 | no need to call empty() before clear() | Noel Grandin | 1 | -2/+1 |
2018-09-17 | New loplugin:external | Stephan Bergmann | 2 | -3/+3 |
2018-09-14 | Join the thread only if launch succeeded. | Michael Meeks | 1 | -1/+1 |
2018-09-12 | Ensure fastparser thread is joined in case of exceptions. | Michael Meeks | 1 | -1/+17 |
2018-09-10 | loplugin:simplifyconstruct in reportdesign..sax | Noel Grandin | 2 | -3/+1 |
2018-08-31 | tdf#42949 Fix IWYU warnings: boost/optional in include/ | Gabor Kelemen | 1 | -0/+1 |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin | 1 | -1/+1 |
2018-08-13 | ofz#9591 Indirect-leak | Caolán McNamara | 1 | -2/+6 |
2018-08-04 | Use more basegfx deg<->rad functions, instead of direct formulas | Mike Kaganski | 1 | -1/+1 |
2018-08-04 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-07-27 | loplugin:stringloop in basic, framework, sax, svtools | Noel Grandin | 1 | -3/+3 |
2018-07-20 | tdf#79878 perf loading docx file, pendingChars | Noel Grandin | 1 | -27/+36 |
2018-07-17 | tdf#79878 perf loading docx file, disable SAX threading for writer | Noel Grandin | 1 | -5/+12 |
2018-07-11 | tdf#79878 perf loading docx file, improve threading heuristic | Noel Grandin | 1 | -2/+8 |
2018-07-11 | tdf#79878 perf loading docx file, more sax | Noel Grandin | 1 | -8/+8 |
2018-07-10 | pass SvStream around by std::unique_ptr | Noel Grandin | 1 | -2/+2 |
2018-07-08 | tdf#79878 perf loading docx file, sax improvements | Noel Grandin | 2 | -7/+24 |
2018-06-30 | sax: fix overflow in sax::Converter::convertMeasure() | Michael Stahl | 2 | -3/+4 |
2018-06-26 | Avoid potential double-delete in ~XMLFile2UTFConverter | Stephan Bergmann | 3 | -27/+23 |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke | 1 | -1/+0 |