Age | Commit message (Expand) | Author |
2022-06-10 | [API CHANGE] Remove deprecated idlc and regmerge from the SDK | Stephan Bergmann |
2021-12-22 | loplugin:flatten in package..reportdesign | Noel Grandin |
2020-11-19 | tdf#123936 Formatting files in module registry with clang-format | Philipp Hofer |
2020-07-20 | compact namespace decl | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in package..registry" | Noel Grandin |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-02-15 | tdf#42949 Fix IWYU warnings in registry/ | Gabor Kelemen |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-10-19 | expression is excessive | Caolán McNamara |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2017-10-31 | loplugin:constantparam in oox,registry,reportdesign | Noel Grandin |
2017-10-23 | loplugin:includeform: registry | Stephan Bergmann |
2017-05-27 | tdf#43157 - registry: convert from OSL_ASSERT to assert | Chris Sherlock |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157 - registry: convert from OSL_ASSERT to assert | Chris Sherlock |
2016-12-13 | OSL_TRACE->SAL in framework..sal | Noel Grandin |
2016-09-12 | loplugin:constantparam in package..stoc | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-02-12 | loplugin:unusedmethods | Noel Grandin |
2016-02-04 | [ABI CHANGE] In SDK, replace regcompare with unoidl-check | Stephan Bergmann |
2016-02-04 | loplugin:fpcomparison in registry/ | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | coverity#1338272 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338270 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338252 Uncaught exception | Caolán McNamara |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-07-03 | No need for a C API here | Stephan Bergmann |
2015-07-03 | Move module-private includes from include/registry/ to registry/ | Stephan Bergmann |
2015-04-09 | convert RTReferenceType to scoped enum | Noel Grandin |
2015-04-09 | convert RTMethodMode to scoped enum | Noel Grandin |
2015-04-09 | convert RT_ACCESS fields to scoped enum | Noel Grandin |
2015-04-09 | convert RegError to scoped enum | Noel Grandin |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2014-11-24 | Bin commented-out unreachable 'break' statements | Tor Lillqvist |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-05-01 | Many spelling fixes: directories r* - z*. | Pedro Giffuni |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-27 | coverity#1187666 Mixing enum types | Caolán McNamara |
2014-02-17 | registry: sal_Bool -> bool | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-10 | simplify | Stephan Bergmann |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |