Age | Commit message (Expand) | Author |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-04-29 | redundant cast | Caolán McNamara |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-14 | tdf#90028 avoid crash if style is not found | David Tardon |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. | Michael Meeks |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-24 | fix windows build | Noel Grandin |
2015-03-24 | loplugin:constantfunction: lotuswordpro | Noel Grandin |
2015-03-23 | Typos | Julien Nabet |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-12 | Typos | Julien Nabet |
2015-03-12 | lotuswordpro: PVS-Studio V674 comparing long to double | Michael Stahl |
2015-03-11 | slightly odd stuff here | Caolán McNamara |
2015-03-08 | Typos | Julien Nabet |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-02-24 | Typos | Julien Nabet |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-21 | Various typos | Julien Nabet |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | coverity#1267642 Logically dead code | Caolán McNamara |
2015-02-04 | coverity#1267665 Logically dead code | Caolán McNamara |
2015-02-04 | coverity#1267650 Logically dead code | Caolán McNamara |
2015-02-04 | coverity#1267647 Logically dead code | Caolán McNamara |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-25 | coverity#1266511 Useless call | Caolán McNamara |
2015-01-25 | coverity#1266516 Useless call | Caolán McNamara |
2015-01-24 | valgrind: uninitialised value | Caolán McNamara |
2015-01-24 | cppcheck: memset on union containing floating pointer number | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: lotuswordpro | Stephan Bergmann |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
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-12-18 | lotuswordpro: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-12 | callcatcher: remove newly unused code | Caolán McNamara |
2014-12-11 | remove LwpSvStream::operator>> methods | Noel Grandin |
2014-12-10 | Typo: postion(s)=>position(s) | Julien Nabet |
2014-12-05 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-03 | Fix Cannot convert unsigned long* in sal_uLong* | David Ostrovsky |
2014-11-18 | tweak for future null deref warning | Caolán McNamara |