Age | Commit message (Expand) | Author |
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 |
2015-01-25 | loplugin:unreffun | Stephan Bergmann |
2015-01-25 | coverity#1266504 Useless call | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: registry | Stephan Bergmann |
2015-01-05 | Some loplugin:revisibility clean-up | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-11-24 | Bin commented-out unreachable 'break' statements | Tor Lillqvist |
2014-11-21 | Silence unhelpful cid#1215304 untrusted loop bound warnings | Stephan Bergmann |
2014-11-18 | Fix memchr checks | Stephan Bergmann |
2014-11-17 | Remove dead code | Stephan Bergmann |
2014-11-17 | cid#1213388 etc.: Make reflread.cxx more robust | Stephan Bergmann |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |