summaryrefslogtreecommitdiff
path: root/solenv/bin/concat-deps.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2019-02-11new loplugin indentationNoel Grandin1-48/+48
2019-01-30-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann1-1/+1
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-8/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-9/+9
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-0/+13
2017-11-24tdf#113787: gbuild: fix the version of cli_cppuhelper assemblyMichael Stahl1-0/+5
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-5/+0
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-4/+0
2017-07-02loplugin:casttovoid: solenvStephan Bergmann1-4/+5
2017-03-25Fix typosAndrea Gelmini1-3/+3
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann1-1/+2
2017-03-09Add missing CxxClrObject caseStephan Bergmann1-0/+5
2017-03-09"/CxxObject/" etc. part was missing from generate_phony_line outputStephan Bergmann1-10/+10
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-01-09loplugin:externvarStephan Bergmann1-1/+1
2016-10-15clang-cl loplugin: solenvStephan Bergmann1-3/+2
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke1-1/+1
2016-03-16coverity#1356338 inline markup didn't workCaolán McNamara1-1/+1
2016-03-10Avoid reserved identifiersStephan Bergmann1-7/+7
2016-02-08Fix typosAndrea Gelmini1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-14Fix build on BSDsBaptiste Daroussin1-4/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-26-Werror,-Wnonconst-parameterStephan Bergmann1-4/+4
2015-07-31concat-deps: fix build with gcc -fsanitize=... -std=gnu89Michael Stahl1-3/+6
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin1-1/+1
2014-11-24coverity#736477 document deliberate Resource leak at detection pointCaolán McNamara1-5/+6
2014-06-09concat-deps: Win32 make $(file) will end lines with CRLFMichael Stahl1-1/+3
2014-05-26Fragile concat-deps _process misinterprets ENOMEM from file_loadStephan Bergmann1-2/+2
2014-05-22concat-deps: Clean up memory at exit when run with lsanStephan Bergmann1-1/+29
2014-04-02Internal linkageStephan Bergmann1-2/+2
2014-02-06coverity#736094 Argument cannot be negativeCaolán McNamara1-1/+1
2013-09-30-Werror,-Wunused-functionStephan Bergmann1-10/+0
2013-09-23Print a helpful error message if we are going to failTor Lillqvist1-1/+5
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann1-5/+0
2013-08-30WaE: size_t to int conversion: possible loss of dataTor Lillqvist1-1/+1
2013-08-22Misaligned access is always undefined behaviorStephan Bergmann1-24/+0
2013-06-18WaE: variable may be used uninitializedTor Lillqvist1-2/+2
2013-06-18handle missing dep files in concat-depsBjoern Michaelsen1-0/+115
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-03-27-Werror,-Wunused-macrosStephan Bergmann1-20/+18
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-14__BYTE_ORDER was used without the relevant #includeLuboš Luňák1-0/+1
2013-03-11build concat-deps as ordinary executableMatúš Kukan1-3/+4
2013-03-05replace snprintf with fwrite in concat-depsPeter Foley1-13/+2