Age | Commit message (Expand) | Author | Files | Lines |
2019-05-12 | Use hasElements to check Sequence emptiness in sax..sdext | Arkadiy Illarionov | 5 | -9/+9 |
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 | 1 | -2/+1 |
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 | 1 | -2/+2 |
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 | 3 | -19/+15 |
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-23 | convert CallbackType to scoped enum | Noel Grandin | 1 | -13/+13 |
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 | 1 | -1/+1 |
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-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-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-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 | 1 | -3/+3 |
2018-06-26 | Avoid potential double-delete in ~XMLFile2UTFConverter | Stephan Bergmann | 2 | -20/+16 |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin | 1 | -8/+7 |
2018-03-25 | ofz#7110 ensure join is called on std::exceptions as well as uno::Exception | Caolán McNamara | 1 | -6/+6 |
2018-03-16 | crashtesting: asserts on legal xml names on export | Caolán McNamara | 1 | -4/+18 |
2018-03-05 | drop sax::tools::*base64 methods | Noel Grandin | 1 | -18/+0 |
2018-03-02 | tdf#115429 sax,xmloff: assert on empty attribute names & namespaces | Michael Stahl | 1 | -0/+1 |
2018-03-01 | tdf#115429 sax: assert if exporting an invalid XML attribute/element | Michael Stahl | 2 | -4/+41 |
2018-02-28 | sax: don't crash during logging | Vasily Melenchuk | 1 | -1/+1 |
2018-02-21 | New loplugin:nestedunnamed | Stephan Bergmann | 1 | -19/+16 |
2018-01-24 | loplugin:constparams | Noel Grandin | 1 | -2/+2 |