Age | Commit message (Expand) | Author |
2019-11-29 | tdf#129098: parameters mixed in OPT_PROB_INMONEY (scaddins) | Julien Nabet |
2019-11-03 | loplugin:stringadd | Noel Grandin |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-04 | add gbuild function for a common PCH and use it in sc/ and sax/ | Luboš Luňák |
2019-10-01 | loplugin:stringadd in sc | Noel Grandin |
2019-09-27 | Deduplicate O(U)StringNumber definitions; add toAsciiUpperCase | Mike Kaganski |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-08-17 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet |
2019-08-15 | loplugin:sequenceloop in scaddins..scripting | Noel Grandin |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): scaddins | Stephan Bergmann |
2019-07-30 | Simplify Sequence iterations in scaddins, sccomp, scripting | Arkadiy Illarionov |
2019-07-24 | Fix typos | Andrea Gelmini |
2019-05-24 | tdf#42949 Fix IWYU warnings in scaddins/ | Gabor Kelemen |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-03-04 | Revert "new loplugin typedefparam" | Noel Grandin |
2019-03-04 | new loplugin typedefparam | Noel Grandin |
2019-02-09 | loplugin:indentation in sd | Noel Grandin |
2018-12-20 | Simplify containers iterations in scaddins, sccomp, scripting | Arkadiy Illarionov |
2018-12-12 | tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7 | Winfried Donkers |
2018-11-25 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-11-24 | drop ComplListAppendHandl enum | Noel Grandin |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-11-01 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings | Tamás Zolnai |
2018-10-26 | tdf#42949 Fix IWYU warnings in include/unotools/* | Gabor Kelemen |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-09 | loplugin:constfields in scaddins,sccomp | Noel Grandin |
2018-10-01 | loplugin:useuniqueptr in scaddins::ConvertDataLinear | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-10 | loplugin:simplifyconstruct in scaddins..sd | Noel Grandin |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-07-02 | scaddins: Drop unused stuff | Takeshi Abe |
2018-06-22 | tdf#42949 Fix IWYU warnings in include/sal/ | Gabor Kelemen |
2018-05-17 | New o3tl::temporary to simplify calls of std::modf | Stephan Bergmann |
2018-04-14 | Fix typos | Andrea Gelmini |
2018-04-01 | fix some openoffice bugzilla links | dennisroczek |
2018-03-29 | loplugin:unnecessaryvirtual | Noel Grandin |
2018-03-28 | loplugin:virtualdown in sc..sd | Noel Grandin |
2018-02-17 | loplugin:useuniqueptr in scaddins | Noel Grandin |
2018-01-30 | Typ-o negativ | Ilmari Lauhakangas |
2018-01-12 | More loplugin:cstylecast: scaddins | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-30 | loplugin:unnecessaryparen: signed numeric literals | Stephan Bergmann |
2017-11-05 | Translate German function names in Calc (financial) | Johnny_M |
2017-11-02 | Correct German variable names translation in Calc (financial) | Johnny_M |
2017-10-27 | loplugin:finalclasses in sc | Noel Grandin |
2017-10-23 | loplugin:includeform: scaddins | Stephan Bergmann |
2017-10-23 | Translate German variable names in Calc (financial) | Johnny_M |
2017-10-18 | use std::vector<Complex> in ComplexList | Noel Grandin |