summaryrefslogtreecommitdiff
path: root/soltools/mkdepend
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann1-1/+1
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann3-8/+8
2014-10-28coverity#982185 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-04coverity#706158 Copy into fixed size bufferNorbert Thiebaud1-5/+24
2014-09-04coverity#1019334 Explicit null dereferencedCaolán McNamara1-74/+5
2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin8-238/+186
2014-06-24remove use of register keyword in C filesNoel Grandin6-81/+81
2014-06-17-Wstrict-prototypesStephan Bergmann8-76/+25
2014-05-30coverity#705236 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#705237 Missing break in switchCaolán McNamara1-0/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-3/+3
2014-05-24coverity#982647 Missing break in switchCaolán McNamara1-0/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2013-08-30WaE: size_t/unsigned int: possible loss of dataTor Lillqvist1-3/+3
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-0/+2
2013-04-24error: too many arguments in call to 'pr_dummy' [-Werror]Stephan Bergmann1-1/+1
2013-04-24gbuild: get rid of processdeps.awkMichael Stahl3-4/+43
2013-03-19reduce whitespaces between include and filenameThomas Arnhold1-1/+1
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák4-30/+28
2012-10-03-Werror,-Wc++98-compat-pedanticStephan Bergmann1-3/+3
2012-10-03-Werror,-Wheader-hygieneStephan Bergmann2-8/+8
2012-09-29soltools conversion to gbuildDavid Ostrovsky1-78/+0