Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | expression is excessive | Caolán McNamara | 1 | -1/+1 |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin | 4 | -21/+21 |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann | 1 | -1/+1 |
2018-09-11 | Revert "clang bugprone-unused-return-value" | Noel Grandin | 1 | -1/+2 |
2018-09-08 | clang bugprone-unused-return-value | Noel Grandin | 1 | -2/+1 |
2018-09-05 | loplugin:useuniqueptr in TypeWriter::createBlop | Noel Grandin | 1 | -16/+12 |
2018-08-31 | GCC only supports inline variables since GCC 7 | Stephan Bergmann | 1 | -1/+2 |
2018-08-30 | loplugin:useuniqueptr in registry | Noel Grandin | 1 | -133/+84 |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin | 4 | -81/+81 |
2018-08-22 | new loplugin:conststringfield | Noel Grandin | 3 | -13/+16 |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin | 1 | -1/+1 |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen | 1 | -0/+1 |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara | 1 | -4/+2 |
2018-07-26 | Related: rhbz#1602589 double_free, convert to std::vector | Caolán McNamara | 1 | -71/+39 |
2018-07-26 | Related: rhbz#1602589 silence error[memleak]: Memory leak: newValue | Caolán McNamara | 1 | -4/+4 |
2018-06-12 | loplugin:constantparam | Noel Grandin | 1 | -30/+8 |
2018-05-17 | loplugin:unusedfields in formula..registry | Noel Grandin | 1 | -12/+6 |
2018-04-27 | loplugin:constantparam | Noel Grandin | 1 | -4/+4 |
2018-04-20 | loplugin:constantparam | Noel Grandin | 1 | -5/+5 |
2018-01-15 | More loplugin:cstylecast: registry | Stephan Bergmann | 4 | -24/+23 |
2018-01-15 | loplugin:useuniqueptr in comphelper,cppu,registry | Noel Grandin | 1 | -28/+7 |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin | 1 | -2/+3 |
2018-01-12 | More loplugin:cstylecast: registry | Stephan Bergmann | 4 | -46/+45 |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin | 1 | -1/+1 |
2017-11-02 | improve constparam loplugin | Noel Grandin | 5 | -8/+8 |
2017-10-31 | loplugin:constantparam in oox,registry,reportdesign | Noel Grandin | 5 | -16/+11 |
2017-10-23 | loplugin:includeform: registry | Stephan Bergmann | 10 | -30/+30 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 1 | -1/+1 |
2017-10-20 | loplugin:constmethod in codemaker,registry,store | Noel Grandin | 4 | -82/+82 |
2017-08-18 | loplugin:unnecessaryparen | Noel Grandin | 1 | -2/+2 |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin | 1 | -1/+1 |
2017-07-17 | loplugin:constparams in store,registry | Noel Grandin | 4 | -19/+19 |
2017-07-14 | extend loplugin useuniqueptr to POD types | Noel Grandin | 1 | -21/+4 |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin | 1 | -1/+1 |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin | 1 | -3/+3 |
2017-06-26 | Translate German comments and debug strings (leftovers in r... dirs) | Johnny_M | 1 | -27/+27 |
2017-06-23 | loplugin:unusedfields in registry..sax | Noel Grandin | 1 | -3/+1 |
2017-06-12 | clang-tidy readability-delete-null-pointer | Noel Grandin | 1 | -4/+2 |
2017-06-09 | More tests to suppress (all .PHONY test targets should be covered now) | Stephan Bergmann | 1 | -0/+4 |
2017-06-05 | Improved loplugin:cstylecast to reference types: registry | Stephan Bergmann | 1 | -1/+1 |
2017-05-27 | registry: fix indenting caused by automated namespace scripts, etc. | Chris Sherlock | 1 | -5/+5 |
2017-05-27 | registry: remove comment cruft from regimpl.cxx | Chris Sherlock | 1 | -64/+0 |
2017-05-27 | tdf#43157 - registry: convert from OSL_ASSERT to assert | Chris Sherlock | 1 | -3/+3 |
2017-05-27 | registry: like Rosencrantz, consistency is all I ask... | Chris Sherlock | 1 | -25/+25 |
2017-05-27 | registry: typo in function parameter | Chris Sherlock | 1 | -1/+1 |
2017-05-26 | tdf#39468: translate German to English in registry's regimpl.cxx | Chris Sherlock | 1 | -3/+3 |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke | 1 | -1/+0 |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock | 1 | -3/+3 |
2017-05-07 | tdf#43157 - registry: convert from OSL_ASSERT to assert | Chris Sherlock | 1 | -3/+3 |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky | 1 | -1/+0 |