Age | Commit message (Expand) | Author |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-09 | cppcheck: variableScope | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | -fsanitize=nonnull-attribute in memcpy call | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | 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-05-02 | Bin empty eval statement | Matúš Kukan |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | Clean up tools/link.hxx | Stephan Bergmann |
2015-04-29 | Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END | Stephan Bergmann |
2015-04-29 | cppcheck: invalidPrintfArgType_uint | Caolán McNamara |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-20 | rsc crash on WIN64 due to LP64 | Norbert Thiebaud |
2015-04-15 | remove unnecessary use of void in function declarations | 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-27 | loplugin:staticfunction | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-26 | tdf#39440 cppcheck cleanliness, Fixing basic cpp errors | Varun |
2015-03-24 | loplugin:constantfunction: rsc | Noel Grandin |
2015-03-05 | Explicitly default the copy ctor | Stephan Bergmann |
2015-03-02 | V805: Decreased performance | Caolán McNamara |
2015-03-02 | remove executable bit from c / h / cxx / hxx / l files | Michael Stahl |
2015-03-01 | wrong length value for string length | Markus Mohrhard |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-09 | Werror: data lost during conversion from size_t to int | David Ostrovsky |
2015-01-26 | coverity#1266502 Useless call | Caolán McNamara |
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-20 | Some more loplugin:cstylecast: rsc | Stephan Bergmann |
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 |
2015-01-06 | fdo#84938: replace BUTTONTYPE_ constants with 'enum class' | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-02 | Remove unnecessary comphelper::string::getToken | Stephan Bergmann |
2014-12-31 | various other apparently unnecessary rsc stuff | Caolán McNamara |
2014-12-31 | drop dateformatter resource loading | Caolán McNamara |
2014-12-31 | drop timeformatter resource loading | Caolán McNamara |
2014-12-31 | TimeFields not loaded from resource files anymore | Caolán McNamara |
2014-12-28 | splitters no longer loaded from resource files | Caolán McNamara |
2014-12-22 | HelpButtons no longer loaded from .rsc files | Caolán McNamara |
2014-12-19 | fdo#39440 rsc: reduce scope of local variables | Michael Weghorn |
2014-11-21 | document coverity#983096 Resource leak | Caolán McNamara |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-05 | fdo#84938: replace TOOLBOXITEM_ constants with enum | Noel Grandin |
2014-11-03 | coverity#982297 EBCDIC-related cleanup | Caolán McNamara |
2014-11-01 | fdo#84938: replace MIB_ constants with enum | Noel Grandin |