Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-06-01 | loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped | Noel Grandin | 1 | -3/+3 |
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-06 | add some color conversion methods to sax::Converter | Noel Grandin | 1 | -0/+1 |
2018-03-05 | drop sax::tools::*base64 methods | Noel Grandin | 2 | -60/+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 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-01-24 | loplugin:constparams | Noel Grandin | 1 | -2/+2 |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann | 1 | -2/+2 |
2018-01-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2018-01-12 | More loplugin:cstylecast: sax | Stephan Bergmann | 6 | -19/+19 |
2018-01-06 | ofz#4392 sax: guard access to Entity::maSavedException with mutex | Michael Stahl | 1 | -3/+30 |
2018-01-05 | sax: remove that odd Entity copy constructor | Michael Stahl | 1 | -32/+19 |
2018-01-04 | Modifying the impl. of startUnknownElement of FastParser: | Mohammed Abdul Azeem | 2 | -34/+43 |
2017-12-24 | loplugin:passstuffbyref even more return improvements | Noel Grandin | 1 | -4/+4 |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin | 3 | -3/+3 |
2017-12-21 | new loplugin: convertlong | Noel Grandin | 1 | -1/+1 |