summaryrefslogtreecommitdiffstats
path: root/l10ntools
Commit message (Expand)AuthorAgeFilesLines
* coverity#1339308 Uncaught exceptionCaolán McNamara2015-11-143-10/+7
* new loplugin: memoryvarNoel Grandin2015-11-111-8/+7
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1014-68/+68
* coverity#1338269 Uncaught exceptionCaolán McNamara2015-11-061-15/+23
* coverity#1338268 Uncaught exceptionCaolán McNamara2015-11-061-12/+22
* coverity#1338261 Uncaught exceptionCaolán McNamara2015-11-061-59/+67
* coverity#1338256 Uncaught exceptionCaolán McNamara2015-11-061-14/+21
* start next find at previous endpos, not one after previous startposEike Rathke2015-10-211-1/+1
* properly check for ICU status so known tags get actually recognizedEike Rathke2015-10-211-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-19/+19
* cppcheck:variableScopeNoel Grandin2015-10-121-3/+2
* loplugin:unusedmethodsNoel Grandin2015-10-011-2/+0
* Fix typosAndrea Gelmini2015-09-302-2/+2
* remove unused #include <sal/alloca.h>Michael Stahl2015-09-291-1/+0
* boost->stdCaolán McNamara2015-09-172-4/+4
* Generated code is compiled with WaE disabled, anywayStephan Bergmann2015-09-033-21/+0
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-221-2/+1
* disentangle the Dzongkha mess a littleEike Rathke2015-08-221-1/+1
* implicit conversion of NULL constant to 'nullptr_t'Noel Grandin2015-08-201-1/+1
* new loplugin automemNoel Grandin2015-08-208-85/+56
* new loplugin: defaultparamsNoel Grandin2015-08-112-2/+2
* -Werror,-Wunused-private-fieldStephan Bergmann2015-08-033-7/+3
* loplugin:unusedmethodsNoel Grandin2015-07-304-21/+3
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-9/+7
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-4/+4
* new clang plugin: loopvartoosmallNoel Grandin2015-05-284-9/+9
* l10ntools: support x-comments in ulf formatLászló Németh2015-05-221-1/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-5/+5
* loplugin:staticfunctionNoel Grandin2015-03-275-16/+16
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-21/+16
* add Guarani (gug) languageAndras Timar2015-01-251-3/+4
* Some more loplugin:cstylecast: l10ntoolsStephan Bergmann2015-01-202-16/+16
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-2/+0
* attempt to compare a singular iterator to a singular iteratorCaolán McNamara2015-01-021-3/+12
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-024-11/+11
* fdo#87754: duplicated strings in an ItemList are not translatedZolnai Tamás2014-12-281-8/+11
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-182-20/+11
* fdo#38835 strip out OString globalsNoel Grandin2014-12-053-4/+4
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-065-10/+13
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-065-13/+10
* markup with event type not checker typeCaolán McNamara2014-11-052-0/+2
* remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl2014-10-023-6/+0
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-023-3/+3
* l10ntools: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1