summaryrefslogtreecommitdiff
path: root/soltools/mkdepend
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-28add some __attribute__ ((formatNoel Grandin1-0/+9
2019-09-12gcc9.2.1 also warns about truncation hereNoel Grandin1-3/+3
2019-07-19cid#1448249 Identical code for different branchesCaolán McNamara1-1/+0
2019-04-29Fix conditional around closing #pragma GCC diagnostic popStephan Bergmann1-1/+1
2019-04-29Avoid -Werror=format/stringop-truncationJulien Nabet1-1/+1
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski1-1/+3
2019-02-11new loplugin writeonlyvarsNoel Grandin2-9/+2
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-1/+1
2019-02-06loplugin:flatten in soltoolsNoel Grandin1-13/+13
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-12-01tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-30loplugin:singlevalfieldsNoel Grandin2-8/+4
2018-11-26file param is used in DEBUG modeNoel Grandin1-4/+6
2018-11-22remove some unused enum values and defines in soltoolsNoel Grandin2-210/+5
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-2/+4
2018-11-08Silence GCC 8.2.1 -Werror=format-truncation=Stephan Bergmann1-0/+8
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+1
2018-10-05soltools: fix -Werror=format-overflowMichael Stahl1-1/+4
2018-09-24-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+2
2018-09-17loplugin:external in Executable_mkdependStephan Bergmann5-23/+22
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara1-0/+1
2018-05-27Fix typosAndrea Gelmini1-1/+1
2018-05-27Fix typosAndrea Gelmini1-1/+1
2018-03-07Deduplicate includesMike Kaganski1-1/+0
2018-01-12tdf#114952 filep is still used in soltools/mkdepend/parse.cNoel Grandin1-5/+5
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-29remove some unused macro definitionsNoel Grandin1-5/+0
2017-08-14new loplugin:droplongNoel Grandin1-1/+1
2017-07-21loplugin:constparams in soltools and variousNoel Grandin6-22/+22
2017-06-21loplugin:unusedfields store..svlNoel Grandin5-27/+11
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann3-1/+4
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann3-10/+10
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-2/+10
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-1/+1
2017-01-09loplugin:externvarStephan Bergmann5-18/+24
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-2/+3
2016-04-10Drop redundant parenthesis.Pedro Giffuni1-4/+4
2016-03-10Avoid reserved identifierStephan Bergmann1-4/+4
2016-03-10Avoid reserved identifiersStephan Bergmann1-14/+14
2016-03-04-Werror,-WundefStephan Bergmann1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-3/+6
2016-02-17use consistent #define checks for the Windows platformNoel Grandin3-4/+4
2016-02-16use consistent #define checks for the Windows platformNoel Grandin4-8/+8
2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann1-0/+2
2015-11-23loplugin:unusedfields in soltools/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-03-02V804: Decreased performanceCaolán McNamara1-1/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin4-32/+32