Age | Commit message (Expand) | Author |
2017-08-21 | Make cpp cope with long source lines | Stephan Bergmann |
2017-08-14 | new loplugin:droplong | Noel Grandin |
2017-08-10 | tdf#39468: Translate some german comments | Christian Barth |
2017-07-21 | loplugin:constparams in soltools and various | Noel Grandin |
2017-07-06 | Translate German comments/debug strings (leftovers in dirs sdext to soltools) | Johnny_M |
2017-07-03 | loplugin:unusedfields in slideshow..svtools | Noel Grandin |
2017-06-21 | loplugin:unusedfields store..svl | Noel Grandin |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann |
2017-03-22 | Fix passing plain char into ctype.h is* functions | Stephan Bergmann |
2017-03-22 | Prevent calls to rtl/character.hxx functions with (signed) char arguments | Stephan Bergmann |
2017-03-19 | fix typo/grammar: "the the" --> the | dennisroczek |
2017-03-06 | drop various _MSC_VER < 1900 conditionals | Caolán McNamara |
2017-01-26 | -Werror=implicit-fallthrough= (GCC 7) | Stephan Bergmann |
2017-01-09 | loplugin:externvar | Stephan Bergmann |
2016-06-23 | tdf#99589 - tolower / toupper - dangerous to Turks ... | Gökhan Gurbetoğlu |
2016-04-10 | Drop redundant parenthesis. | Pedro Giffuni |
2016-03-10 | Avoid reserved identifier | Stephan Bergmann |
2016-03-10 | Avoid reserved identifiers | Stephan Bergmann |
2016-03-04 | -Werror,-Wundef | Stephan Bergmann |
2016-03-04 | -Werror,-Wunused-macros | Stephan Bergmann |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-01-26 | -Werror,-Wunused-parameter (clang-cl) | Stephan Bergmann |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-23 | loplugin:unusedfields in soltools/ | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-02 | loplugin:unusedmethods | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-06-16 | -fsanitize=nonnull-attribute | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-03-02 | V804: Decreased performance | Caolán McNamara |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2014-12-09 | warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit) | Stephan Bergmann |
2014-12-09 | warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit) | Stephan Bergmann |
2014-11-06 | coverity#1000834 Use of untrusted string value | Caolán McNamara |
2014-10-28 | coverity#982185 silence Unchecked return value from library | Caolán McNamara |
2014-10-04 | coverity#706158 Copy into fixed size buffer | Norbert Thiebaud |
2014-10-02 | coverity#1233618 Overlapping buffer in memory copy | Caolán McNamara |
2014-09-04 | coverity#1019334 Explicit null dereferenced | Caolán McNamara |
2014-06-24 | mkdepend: cleanup indentation and function declarations | Noel Grandin |
2014-06-24 | remove use of register keyword in C files | Noel Grandin |
2014-06-17 | -Wstrict-prototypes | Stephan Bergmann |
2014-05-30 | coverity#705235 Missing break in switch | Caolán McNamara |
2014-05-30 | coverity#705236 Missing break in switch | Caolán McNamara |
2014-05-30 | coverity#705237 Missing break in switch | Caolán McNamara |
2014-05-27 | Remove unnecessary semicolons | Peter Senna Tschudin |