Age | Commit message (Expand) | Author |
2015-11-30 | loplugin:unusedfields | Noel Grandin |
2015-11-28 | -Werror,-Wformat | Stephan Bergmann |
2015-11-25 | loplugin:unusedfields various | Noel Grandin |
2015-11-25 | loplugin:unusedfields in include/sfx2/ | Noel Grandin |
2015-11-20 | loplugin:unusedfields idl,idlc | Noel Grandin |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht |
2015-11-11 | idl: boost::ptr_vector->std::vector<std::unique_ptr> | Noel Grandin |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-27 | Reduce scope of #include <tools/stream.hxx> | Matteo Casalin |
2015-10-27 | move SvRefMemberList into idl | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-06 | loplugin:unusedmethods | Noel Grandin |
2015-10-06 | tdf#94559: 4th step to remove rtti.hxx | Oliver Specht |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-30 | tdf#94559: second step to remove rtti.hxx | Oliver Specht |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-08 | loplugin:mergeclasses merge SvMetaObject with SvMetaName | Noel Grandin |
2015-09-08 | loplugin:mergeclasses SvIdentifier | Noel Grandin |
2015-08-12 | idl: add article that has details on SDI file format | Miklos Vajna |
2015-08-05 | loplugin:unusedmethods | Noel Grandin |
2015-08-04 | idl,framework,forms: inline some use-once typedefs | Noel Grandin |
2015-08-03 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-28 | remove unused STC check | Noel Grandin |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin |
2015-07-07 | Replace GetAppData(SHL_IDL) with an rtl::Static | Stephan Bergmann |
2015-07-06 | improve the returnbyref loplugin | Noel Grandin |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-17 | loplugin:implicitboolconversion clean-up | Stephan Bergmann |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-02-25 | convert SFX_SLOT_ constants to enum class | Noel Grandin |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2014-12-18 | remove if-block that has no effect | Michael Weghorn |
2014-12-11 | coverity#703967 Unchecked return value | Caolán McNamara |
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-10-22 | callcatcher: update unused code | Caolán McNamara |