summaryrefslogtreecommitdiff
path: root/Source/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-122-4/+0
* const char * correctness fixes (in C code)William S Fulton2012-11-263-5/+5
* Correct type change from char * to String introduced in rev 13904William S Fulton2012-11-261-1/+1
* Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-181-6/+14
* Suppress some unchecked return value warnings for CoverityWilliam S Fulton2012-11-181-1/+1
* Add some assertions around use of TellWilliam S Fulton2012-11-161-0/+1
* Fix unused variables found by Coverity checkerWilliam S Fulton2012-11-161-4/+1
* Warning fixes using clangWilliam S Fulton2012-04-291-3/+3
* Fix %include inside %define macros - patch from Karl WetteWilliam S Fulton2012-03-151-5/+54
* Fix regression introduced in swig-2.0.2 where filenames with spaces were not ...William S Fulton2011-03-171-19/+22
* Change preprocessing error for tokens appearing after #else and #end to warni...William S Fulton2011-02-171-4/+4
* Preprocessing now errors out if extra tokens appear after #else and #end. Add...William S Fulton2011-02-161-29/+62
* Fix Fix #1927852 - #include directives don't preprocess the file passed to itWilliam S Fulton2011-02-131-7/+22
* Fix preprocessor breakages introduced in rev 12441 which was fixing defined()...William S Fulton2011-02-121-68/+101
* Fix #1940536, overactive preprocessor which was expanding defined(...) outsid...William S Fulton2011-02-071-4/+10
* Fix correct line number reporting in errors/warnings when a macro definition ...William S Fulton2010-09-111-1/+0
* Fix incorrect line number reporting in errors/warnings after parsing macro in...William S Fulton2010-09-101-0/+7
* Fix #2149523 - Incorrect line number reporting in errors after parsing macros...William S Fulton2010-09-101-7/+4
* Fix line numbering for 'Unterminated call invoking macro' errorWilliam S Fulton2010-09-061-8/+9
* Fix erroneous line numbers in argument count error messages for macro expansionsWilliam S Fulton2010-09-031-3/+3
* Fix line numbers in error and warning messages which were accumulately one le...William S Fulton2010-09-031-5/+8
* Fix __LINE__ and __FILE__ expansion in macros with no argumentsWilliam S Fulton2010-09-011-6/+10
* Fix line number and file name reporting for some macro preprocessor warnings.William S Fulton2010-08-291-6/+6
* Fix some more instances of __LINE__ and __FILE__ numberingWilliam S Fulton2010-08-291-7/+5
* Fix __LINE__ and __FILE__ expansion. Mostly this did not work at all.William S Fulton2010-08-261-12/+36
* Remove superfluous semicolons.Olly Betts2010-05-211-1/+1
* Remove the svn/cvs Id string in the headersWilliam S Fulton2010-02-281-2/+0
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-273-6/+18
* Fix #1807329 - When Makefile dependencies are being generated using the -M fa...William S Fulton2010-02-081-4/+5
* fix SWIG naming conventionWilliam S Fulton2009-08-211-2/+2
* Fix broken caused by mergeHaoyu Bai2009-01-301-1/+1
* Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai2009-01-301-8/+9
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-242-8/+9
* accept unix directory separators on windows for input fileWilliam S Fulton2008-12-241-8/+1
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-3/+2
* Fix memory leak in SWIG's parser (based on patch from RussellOlly Betts2008-03-171-1/+0
* Fix many instances of "delimeter" to "delimiter".Olly Betts2007-10-081-4/+4
* minor bug fix in cpperraswarn pragma and now we error out if SWIG pragma is n...William S Fulton2007-07-191-2/+4
* Major overhaul of C/C++ scanner API. Unified tokenizing code so that tokens ...Dave Beazley2007-01-121-0/+3
* API cleanup. Scanner interfaceDave Beazley2007-01-122-19/+19
* API cleanup. DocumentationDave Beazley2007-01-031-164/+164
* API cleanup. Documentation.Dave Beazley2006-12-301-23/+23
* Changed Header to IdDave Beazley2006-12-053-3/+3
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-031-2/+0
* add missing new line to warningWilliam S Fulton2006-11-061-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-013-716/+758
* Use Strchr/strchr instead of Strstr/strstr when searching for a singleOlly Betts2006-09-231-3/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-063-28/+22
* more fixes to use one line macro when possibleMarcelo Matus2006-02-101-1/+1
* more line counting fixesMarcelo Matus2006-02-091-3/+8