summaryrefslogtreecommitdiff
path: root/Source/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix line issues reported by OllyMarcelo Matus2006-02-081-1/+1
* better error message for #error exitMarcelo Matus2006-02-031-2/+2
* gcc-2.96 warning fixesWilliam S Fulton2006-02-031-1/+1
* Make default #error behaviour as expected instead of like #warning.William S Fulton2006-01-261-2/+1
* fix assert when deleting last_path, not needed anymoreMarcelo Matus2006-01-261-1/+0
* quick fix for duplicate keysMarcelo Matus2006-01-131-146/+146
* clarify the error message, until we resolve the default behaviorMarcelo Matus2006-01-091-4/+5
* add support for named warning codesMarcelo Matus2006-01-061-1/+5
* fixes and docs in %renameMarcelo Matus2006-01-011-6/+9
* set cppaswarn as the defaultMarcelo Matus2005-12-071-1/+1
* use normalized cpperraswarn and nocpperraswarn option insteadMarcelo Matus2005-12-051-4/+4
* add code for #errors reported as #warningsMarcelo Matus2005-12-051-1/+1
* add option/pragma erroraswarn, which force (or not) to treat the cpp #error d...Marcelo Matus2005-12-052-2/+15
* fix many/many memory leaksMarcelo Matus2005-11-303-18/+76
* fix compiler warningsMarcelo Matus2005-11-291-3/+2
* fix compiler warningsMarcelo Matus2005-11-291-6/+7
* remove many memory leaks and cleanupMarcelo Matus2005-11-291-12/+23
* add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus2005-11-281-28/+29
* use diret HashGetAttrMarcelo Matus2005-11-281-67/+30
* add direct HashCheckAttrMarcelo Matus2005-11-271-6/+6
* use new native StringEqualMarcelo Matus2005-11-271-78/+53
* last performance improvements, and typemaps fixesMarcelo Matus2005-11-241-30/+139
* more speed upsMarcelo Matus2005-11-241-17/+26
* improve cpp performanceMarcelo Matus2005-11-231-141/+150
* remove extra info printed for %define, but not #define, it makes very hard to...Marcelo Matus2005-10-241-1/+4
* implement the #warning/#error cpp directivesMarcelo Matus2005-10-131-0/+8
* allow to use %define inside a %define macroMarcelo Matus2005-09-061-14/+28
* fix macro with empy argsMarcelo Matus2004-11-181-1/+1
* now 'defined' as variable name is fixedMarcelo Matus2004-10-301-10/+11
* patch for 'defined' varible not ready jetMarcelo Matus2004-10-301-5/+1
* fix cpp + defined variable nameMarcelo Matus2004-10-301-4/+4
* fix cpp + defined variable nameMarcelo Matus2004-10-301-1/+6
* oops, SWIGIMPORT changed to SWIGIMPORTEDWilliam S Fulton2004-09-271-3/+3
* Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and ne...William S Fulton2004-09-271-7/+35
* added the -I- option and %include <file>Marcelo Matus2004-09-171-11/+13
* Bill Clarke preprocessor fix for dynamic_cast.cpptest failure on SolarisWilliam S Fulton2004-09-142-21/+65
* Added the #@ mangling extensionMarcelo Matus2004-03-171-0/+25
* Various warning fixes for .NET 2003 cl /W4 to work barring one warning and fo...William S Fulton2004-01-152-5/+5
* - Normalize the 'Swig_error' calls and formats, before someMarcelo Matus2004-01-151-3/+8
* Fixed bug in preprocessor expression evaluator. (backslash).Dave Beazley2004-01-151-3/+16
* Moved non static function declarations from source files into header filesWilliam S Fulton2003-12-283-4/+5
* Windows path separator works on Cygwin in addition to the Unix path separatorWilliam S Fulton2003-12-131-1/+5
* Added support for accepting the Unix directory separator '/' on Windows and t...William S Fulton2003-12-111-0/+4
* Fixed [ 850666 ] #include extra line addedDave Beazley2003-11-281-2/+2
* Fixed previous patch for the case when no file is foundedMarcelo Matus2003-11-211-1/+1