summaryrefslogtreecommitdiffstats
path: root/soltools
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticmethodsNoel Grandin2015-04-021-3/+3
* V804: Decreased performanceCaolán McNamara2015-03-021-1/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-32/+32
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann2014-12-091-1/+1
* warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann2014-12-093-8/+8
* coverity#1000834 Use of untrusted string valueCaolán McNamara2014-11-061-0/+1
* coverity#982185 silence Unchecked return value from libraryCaolán McNamara2014-10-281-2/+2
* coverity#706158 Copy into fixed size bufferNorbert Thiebaud2014-10-041-5/+24
* coverity#1233618 Overlapping buffer in memory copyCaolán McNamara2014-10-021-1/+1
* coverity#1019334 Explicit null dereferencedCaolán McNamara2014-09-041-74/+5
* mkdepend: cleanup indentation and function declarationsNoel Grandin2014-06-248-238/+186
* remove use of register keyword in C filesNoel Grandin2014-06-248-86/+86
* -Wstrict-prototypesStephan Bergmann2014-06-178-76/+25
* coverity#705235 Missing break in switchCaolán McNamara2014-05-301-0/+1
* coverity#705236 Missing break in switchCaolán McNamara2014-05-301-0/+1
* coverity#705237 Missing break in switchCaolán McNamara2014-05-301-0/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-3/+3
* coverity#982647 Missing break in switchCaolán McNamara2014-05-241-0/+1
* Fix some memory leak in soltools/cpp toolStephan Bergmann2014-05-222-0/+2
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-4/+4
* Clean up function declarationStephan Bergmann2014-04-103-3/+32
* Move prototype to includeStephan Bergmann2014-04-042-2/+2
* Typo #elsif -> #elifStephan Bergmann2014-03-311-6/+6
* WaE: 'PATH_MAX' : macro redefinitionTor Lillqvist2013-11-172-2/+6
* Fix for VS 2013 compilationJesús Corrius2013-11-162-2/+2
* WaE: size_t/unsigned int: possible loss of dataTor Lillqvist2013-08-301-3/+3
* left shift of 1 by 31 places cannot be represented in type 'int'Stephan Bergmann2013-08-221-2/+2
* We don't seem to actually need glibc getoptTor Lillqvist2013-08-212-9/+3
* Mark as constTakeshi Abe2013-07-141-1/+1
* soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl2013-05-106-31/+2
* error: too many arguments in call to 'pr_dummy' [-Werror]Stephan Bergmann2013-04-241-1/+1
* gbuild: get rid of processdeps.awkMichael Stahl2013-04-243-4/+43
* add external for unistd.hDavid Tardon2013-04-092-7/+5
* -Wunused-macrosStephan Bergmann2013-03-271-5/+3
* reduce whitespaces between include and filenameThomas Arnhold2013-03-192-3/+3
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-131-3/+1
* remove dmake-only utilsPeter Foley2013-02-2810-2639/+0
* remove all d.lstMichael Stahl2013-02-281-0/+0
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-266-6/+6
* Get rid of GetVersionInfo and checkdllTor Lillqvist2013-01-163-123/+0
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-2/+2
* cleanup README files.Michael Meeks2012-11-051-1/+0
* add a README filesAlia Almusaireae2012-11-051-0/+1
* fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák2012-10-095-31/+29
* -Werror,-Wc++98-compat-pedanticStephan Bergmann2012-10-031-3/+3
* -Werror,-Wheader-hygieneStephan Bergmann2012-10-032-8/+8
* nearly all soltools executables need unistd.hDavid Tardon2012-10-034-0/+24