Age | Commit message (Expand) | Author |
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 |
2014-09-14 | fdo#80650 src transl. merge must be case sensitive | David Tardon |
2014-09-09 | l10ntools/source/export.cxx: add sanity check to aOutput.mSimple | Douglas Mencken |
2014-09-08 | l10ntools/source/export.cxx: improve style of code | Douglas Mencken |
2014-09-08 | l10ntools/inc/helper.hxx: bin unused header <cassert> | Douglas Mencken |
2014-09-08 | l10ntools-transex3: make pParseQueue field private | Douglas Mencken |
2014-09-07 | create clang plugin to warn about C-style casts | Noel Grandin |
2014-08-15 | remove AutoControls_tmpl from localize | Thomas Arnhold |
2014-08-13 | l10ntools: suppress warning C4245 from boost/crc.hpp | Michael Stahl |
2014-07-10 | coverity#1224977 integer overflow | Norbert Thiebaud |
2014-07-10 | coverity#1224978 integer overflow | Norbert Thiebaud |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-22 | fdo#80324 fix path of redline_tmpl.hrc | Andras Timar |
2014-06-19 | coverity#1019333 Explicit null dereferenced | Caolán McNamara |
2014-06-16 | update usage instructions of pocheck tool | Andras Timar |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-11 | Fix XMLFile::SearchL10NElements signature | Stephan Bergmann |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-27 | Remove unnecessary semicolons | Peter Senna Tschudin |
2014-05-22 | Fix memory leak in xrmex tool | Stephan Bergmann |
2014-05-22 | Fix memory leak in cfgex tool | Stephan Bergmann |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |