summaryrefslogtreecommitdiff
path: root/soltools/cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-10loplugin:indentation in soltools..svlNoel Grandin2-4/+4
2019-02-06loplugin:flatten in soltoolsNoel Grandin1-14/+14
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-22remove some unused enum values and defines in soltoolsNoel Grandin1-1/+1
2018-11-22remove unused toktype::IDENTNoel Grandin1-1/+1
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-5/+2
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin3-5/+5
2018-10-09loplugin:constfields in smoketest..sotNoel Grandin3-7/+7
2018-10-04Avoid -Werror=stringop-truncationStephan Bergmann1-1/+1
2018-09-18loplugin:external (in non-Linux code)Stephan Bergmann1-1/+1
2018-09-16loplugin:external in Executable_cppStephan Bergmann4-10/+8
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara1-0/+1
2018-01-25Fix typosAndrea Gelmini1-1/+1
2017-12-07loplugin:constparamsNoel Grandin2-3/+3
2017-10-24loplugin:includeform: soltools (macOS)Stephan Bergmann2-2/+2
2017-09-25Translate German comments and debug strings (leftovers)Johnny_M1-2/+2
2017-08-21Make cpp cope with long source linesStephan Bergmann1-1/+1
2017-08-14new loplugin:droplongNoel Grandin1-3/+3
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-1/+2
2017-07-21loplugin:constparams in soltools and variousNoel Grandin6-16/+16
2017-07-06Translate German comments/debug strings (leftovers in dirs sdext to soltools)Johnny_M1-5/+4
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin7-11/+7
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann1-1/+1
2017-03-19fix typo/grammar: "the the" --> thedennisroczek1-1/+1
2017-01-26-Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann2-1/+3
2017-01-09loplugin:externvarStephan Bergmann5-5/+7
2016-03-04-Werror,-Wunused-macrosStephan Bergmann2-6/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-7/+7
2015-10-02loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini2-9/+7
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-06-16-fsanitize=nonnull-attributeStephan Bergmann1-1/+2
2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara1-0/+1
2014-10-02coverity#1233618 Overlapping buffer in memory copyCaolán McNamara1-1/+1
2014-06-24remove use of register keyword in C filesNoel Grandin2-5/+5
2014-05-30coverity#705235 Missing break in switchCaolán McNamara1-0/+1
2014-05-22Fix some memory leak in soltools/cpp toolStephan Bergmann2-0/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-04-10Clean up function declarationStephan Bergmann3-3/+32
2014-04-04Move prototype to includeStephan Bergmann2-2/+2
2014-03-31Typo #elsif -> #elifStephan Bergmann1-6/+6
2013-11-17WaE: 'PATH_MAX' : macro redefinitionTor Lillqvist2-2/+6
2013-11-16Fix for VS 2013 compilationJesús Corrius2-2/+2
2013-08-22left shift of 1 by 31 places cannot be represented in type 'int'Stephan Bergmann1-2/+2
2013-08-21We don't seem to actually need glibc getoptTor Lillqvist1-2/+2
2013-07-14Mark as constTakeshi Abe1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-5/+3