summaryrefslogtreecommitdiffstats
path: root/soltools
Commit message (Expand)AuthorAgeFilesLines
* Fix conditional around closing #pragma GCC diagnostic popStephan Bergmann2019-04-291-1/+1
* Avoid -Werror=format/stringop-truncationJulien Nabet2019-04-291-1/+1
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-0/+2
* tdf#120703 PVS: Silence V575 warningsMike Kaganski2019-03-311-1/+3
* loplugin:typedefparamStephan Bergmann2019-03-151-1/+1
* new loplugin writeonlyvarsNoel Grandin2019-02-112-9/+2
* loplugin:indentation in soltools..svlNoel Grandin2019-02-103-5/+5
* loplugin:flatten in soltoolsNoel Grandin2019-02-062-27/+27
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-1/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-011-1/+1
* loplugin:singlevalfieldsNoel Grandin2018-11-302-8/+4
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-291-1/+1
* file param is used in DEBUG modeNoel Grandin2018-11-261-4/+6
* remove some unused enum values and defines in soltoolsNoel Grandin2018-11-223-211/+6
* remove unused toktype::IDENTNoel Grandin2018-11-221-1/+1
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-2/+4
* Silence GCC 8.2.1 -Werror=format-truncation=Stephan Bergmann2018-11-081-0/+8
* loplugin:collapseif in sdext..svxNoel Grandin2018-11-071-5/+2
* loplugin:staticvar in soltools..svxNoel Grandin2018-10-223-5/+5
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-5/+1
* loplugin:constfields in smoketest..sotNoel Grandin2018-10-093-7/+7
* soltools: fix -Werror=format-overflowMichael Stahl2018-10-051-1/+4
* Avoid -Werror=stringop-truncationStephan Bergmann2018-10-041-1/+1
* -Werror,-Wunused-variable (clang-cl)Stephan Bergmann2018-09-241-1/+2
* loplugin:external (in non-Linux code)Stephan Bergmann2018-09-181-1/+1
* loplugin:external in Executable_mkdependStephan Bergmann2018-09-175-23/+22
* loplugin:external in Executable_cppStephan Bergmann2018-09-164-10/+8
* Related: rhbz#1602589 silence leaked_storageCaolán McNamara2018-07-272-0/+2
* Fix typosAndrea Gelmini2018-05-271-1/+1
* Fix typosAndrea Gelmini2018-05-271-1/+1
* Deduplicate includesMike Kaganski2018-03-071-1/+0
* Fix typosAndrea Gelmini2018-01-251-1/+1
* tdf#114952 filep is still used in soltools/mkdepend/parse.cNoel Grandin2018-01-121-5/+5
* loplugin:constparamsNoel Grandin2017-12-072-3/+3
* loplugin:includeform: soltools (macOS)Stephan Bergmann2017-10-242-2/+2
* Translate German comments and debug strings (leftovers)Johnny_M2017-09-251-2/+2
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* remove some unused macro definitionsNoel Grandin2017-08-291-5/+0
* Make cpp cope with long source linesStephan Bergmann2017-08-211-1/+1
* new loplugin:droplongNoel Grandin2017-08-142-4/+4
* tdf#39468: Translate some german commentsChristian Barth2017-08-101-1/+2
* loplugin:constparams in soltools and variousNoel Grandin2017-07-2112-38/+38
* Translate German comments/debug strings (leftovers in dirs sdext to soltools)Johnny_M2017-07-061-5/+4
* loplugin:unusedfields in slideshow..svtoolsNoel Grandin2017-07-037-11/+7
* loplugin:unusedfields store..svlNoel Grandin2017-06-215-27/+11
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-233-1/+4
* Fix passing plain char into ctype.h is* functionsStephan Bergmann2017-03-224-11/+11
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-2/+10
* fix typo/grammar: "the the" --> thedennisroczek2017-03-191-1/+1
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-1/+1