Age | Commit message (Expand) | Author |
2015-10-26 | -Werror,-Wformat | Stephan Bergmann |
2015-10-26 | remove extra spaces around :: | Noel Grandin |
2015-10-24 | cppcheck: invalidPrintfArgType_sint | Caolán McNamara |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | cppcheck:variableScope | Noel Grandin |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-23 | convert Link<> to typed | Noel Grandin |
2015-09-18 | Use a C99 flexible array member | Stephan Bergmann |
2015-09-08 | loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkType | Noel Grandin |
2015-09-05 | cppcheck: fix some redundantCondition warnings | Julien Nabet |
2015-08-30 | tdf#39468: Translate German comments in core/rsc/inc | Lucas Satabin |
2015-08-28 | tdf#39468: Translate German comments in core/rsc/source | Lucas Satabin |
2015-08-05 | loplugin:unusedmethods | Noel Grandin |
2015-08-04 | sal,rsc,oox: inline some use-once typedefs | Noel Grandin |
2015-07-24 | convert WindowAlign to scoped enum | Noel Grandin |
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 |