summaryrefslogtreecommitdiff
path: root/soltools
AgeCommit message (Expand)AuthorFilesLines
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-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara1-0/+1
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-10-02coverity#1233618 Overlapping buffer in memory copyCaolán McNamara1-1/+1
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 Grandin8-86/+86
2014-06-17-Wstrict-prototypesStephan Bergmann8-76/+25
2014-05-30coverity#705235 Missing break in switchCaolán McNamara1-0/+1
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-22Fix some memory leak in soltools/cpp toolStephan Bergmann2-0/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
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-30WaE: size_t/unsigned int: possible loss of dataTor Lillqvist1-3/+3
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 Lillqvist2-9/+3
2013-07-14Mark as constTakeshi Abe1-1/+1
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl6-31/+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-04-09add external for unistd.hDavid Tardon2-7/+5
2013-03-27-Wunused-macrosStephan Bergmann1-5/+3
2013-03-19reduce whitespaces between include and filenameThomas Arnhold2-3/+3
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan1-3/+1
2013-02-28remove dmake-only utilsPeter Foley10-2639/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl6-6/+6
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist3-123/+0
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-2/+2
2012-11-05cleanup README files.Michael Meeks1-1/+0
2012-11-05add a README filesAlia Almusaireae1-0/+1
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák5-31/+29
2012-10-03-Werror,-Wc++98-compat-pedanticStephan Bergmann1-3/+3
2012-10-03-Werror,-Wheader-hygieneStephan Bergmann2-8/+8
2012-10-03nearly all soltools executables need unistd.hDavid Tardon4-0/+24
2012-10-03dep on soltools_inc is only for windowsDavid Tardon1-4/+4
2012-10-02makedepend depends on unistd.hAndras Timar1-0/+4