summaryrefslogtreecommitdiff
path: root/soltools/cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-19reduce whitespaces between include and filenameThomas Arnhold1-2/+2
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák1-1/+1
2012-09-29soltools conversion to gbuildDavid Ostrovsky1-72/+0
2012-06-28remove malingering legacy RCS tags.Michael Meeks2-5/+1
2012-06-27re-base on ALv2 code.Michael Meeks10-25/+174
2012-06-21re-base on ALv2 code.Michael Meeks3-0/+54
2012-01-27Decrease verbiage a little bitTor Lillqvist1-1/+3
2011-11-14this S390 ifdef isn't a contemporary oneCaolán McNamara1-4/+0
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-06-04Rehash cross-compilation ideasTor Lillqvist1-1/+5
2011-05-13Cross-compilation work for soltoolsTor Lillqvist1-0/+1
2011-05-13Some initial baby steps towards cross-compilationTor Lillqvist1-35/+0
2011-04-15Kill OS/2 stuffTor Lillqvist1-2/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky2-6/+8
2011-02-24Remove MSDOS supportThomas Arnhold4-4/+4
2011-02-18Removed some commented code.Danny Roberts4-54/+0
2011-02-16Remove HPUX supportThomas Arnhold2-7/+0
2011-02-03WaE: signed/unsignedCaolán McNamara2-2/+2
2011-02-03Silence compiler warningsTor Lillqvist7-25/+26
2011-01-27Update from master repository (DEV300_m98).Matthias Huetsch [mhu]3-5/+20
2010-12-09cppcheck: can reduce the scope of these variablesCaolán McNamara1-4/+5
2010-11-25#i115784# soltools: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]2-7/+8
2010-10-28add modelines to .h files as wellCaolán McNamara11-0/+28
2010-10-13tweak for AIXCaolán McNamara2-3/+3
2010-06-24masterfix: #i10000# change HAVE_GETOPT to != YESobo1-1/+1
2010-06-24masterfix: #i10000# build breaks for unxsoli4obo1-1/+1
2010-06-21CWS-TOOLING: integrate CWS systemlibcobo3-5/+20
2010-06-17CWS systemlibc: #i69033#: some fixes for mingwMathias Bauer1-0/+2
2010-06-15systemlibc: update commentRene Engelhard1-2/+2
2010-06-15systemlibc: move from || defined WNT to || !defined HAVE_GETOPTRene Engelhard2-3/+6
2010-06-15systemlibc: s/WINNT/WNT/Rene Engelhard1-2/+2
2010-06-15systemlibc: also reintroduce _getopt.c/stgetopt() for Windows.Rene Engelhard2-3/+4
2010-06-14systemlibc: add back external statements for stgetoptRene Engelhard1-0/+6
2010-06-14systemlibc: reintroduce stgetopt() for -isysroot on Mac. sigh.Rene Engelhard3-0/+80