Age | Commit message (Expand) | Author |
2015-11-25 | loplugin:unusedfields in include/package,include/registry | Noel Grandin |
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-26 | remove extra spaces around :: | Noel Grandin |
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-10-07 | Abstract out repeated code into a lambda | Stephan Bergmann |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-08-23 | tdf#39440 cppcheck: redundantAssignment | Michael Weghorn |
2015-08-21 | Force #defined constants to sal_uInt32 to reduce conversion warnings | Matteo Casalin |
2015-08-20 | new loplugin automem | Noel Grandin |
2015-07-23 | inline a handful of use-once #defines | Noel Grandin |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-03 | Make RegistryTypeWriter non-copyable | Stephan Bergmann |
2015-07-03 | Remove RegistryTypeWriter_Api indirection | Stephan Bergmann |
2015-07-03 | Remove unused functions | Stephan Bergmann |
2015-07-03 | Make RegistryTypeReader non-copyable | Stephan Bergmann |
2015-07-03 | Remove RegistryTypeReader_Api indirection | Stephan Bergmann |
2015-07-03 | Remove unused functions | 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-07-02 | loplugin:unusedmethods registry,store | Noel Grandin |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-11 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-09 | loplugin:salbool | Noel Grandin |
2015-04-09 | fix windows and android builds | Noel Grandin |
2015-04-09 | fix android build | Noel Grandin |
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 | remove reg keytype constants and related code | Noel Grandin |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-19 | loplugin:constantfunction: registry | Noel Grandin |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |