Age | Commit message (Expand) | Author |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | coverity#1338269 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338268 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338261 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338256 Uncaught exception | Caolán McNamara |
2015-10-21 | start next find at previous endpos, not one after previous startpos | Eike Rathke |
2015-10-21 | properly check for ICU status so known tags get actually recognized | Eike Rathke |
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 | remove unused #include <sal/alloca.h> | Michael Stahl |
2015-09-17 | boost->std | Caolán McNamara |
2015-09-03 | Generated code is compiled with WaE disabled, anyway | Stephan Bergmann |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-08-22 | disentangle the Dzongkha mess a little | Eike Rathke |
2015-08-20 | implicit conversion of NULL constant to 'nullptr_t' | Noel Grandin |
2015-08-20 | new loplugin automem | Noel Grandin |
2015-08-11 | new loplugin: defaultparams | Noel Grandin |
2015-08-03 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-05-22 | l10ntools: support x-comments in ulf format | László Németh |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
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-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-25 | add Guarani (gug) language | Andras Timar |
2015-01-20 | Some more loplugin:cstylecast: l10ntools | Stephan Bergmann |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-02 | attempt to compare a singular iterator to a singular iterator | Caolán McNamara |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-28 | fdo#87754: duplicated strings in an ItemList are not translated | Zolnai Tamás |
2014-12-18 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-05 | fdo#38835 strip out OString globals | Noel Grandin |
2014-11-28 | Fold URE: Linux ure/lib/* -> program/ | Stephan Bergmann |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-10-02 | remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or later | Michael Stahl |
2014-10-02 | remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro | Michael Stahl |
2014-09-30 | l10ntools: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-19 | l10ntools/source/export.cxx: be more std:: | Douglas Mencken |