aboutsummaryrefslogtreecommitdiff
path: root/Source/Preprocessor
AgeCommit message (Expand)Author
2007-10-08Fix many instances of "delimeter" to "delimiter".Olly Betts
2007-07-19minor bug fix in cpperraswarn pragma and now we error out if SWIG pragma is n...William S Fulton
2007-01-12Major overhaul of C/C++ scanner API. Unified tokenizing code so that tokens ...Dave Beazley
2007-01-12API cleanup. Scanner interfaceDave Beazley
2007-01-03API cleanup. DocumentationDave Beazley
2006-12-30API cleanup. Documentation.Dave Beazley
2006-12-05Changed Header to IdDave Beazley
2006-12-03Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz
2006-11-06add missing new line to warningWilliam S Fulton
2006-11-01beautify/format source code with gnu indentWilliam S Fulton
2006-09-23Use Strchr/strchr instead of Strstr/strstr when searching for a singleOlly Betts
2006-03-06Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-02-10more fixes to use one line macro when possibleMarcelo Matus
2006-02-09more line counting fixesMarcelo Matus
2006-02-08fix line issues reported by OllyMarcelo Matus
2006-02-03better error message for #error exitMarcelo Matus
2006-02-03gcc-2.96 warning fixesWilliam S Fulton
2006-01-26Make default #error behaviour as expected instead of like #warning.William S Fulton
2006-01-26fix assert when deleting last_path, not needed anymoreMarcelo Matus
2006-01-13quick fix for duplicate keysMarcelo Matus
2006-01-09clarify the error message, until we resolve the default behaviorMarcelo Matus
2006-01-06add support for named warning codesMarcelo Matus
2006-01-01fixes and docs in %renameMarcelo Matus
2005-12-07set cppaswarn as the defaultMarcelo Matus
2005-12-05use normalized cpperraswarn and nocpperraswarn option insteadMarcelo Matus
2005-12-05add code for #errors reported as #warningsMarcelo Matus
2005-12-05add option/pragma erroraswarn, which force (or not) to treat the cpp #error d...Marcelo Matus
2005-11-30fix many/many memory leaksMarcelo Matus
2005-11-29fix compiler warningsMarcelo Matus
2005-11-29fix compiler warningsMarcelo Matus
2005-11-29remove many memory leaks and cleanupMarcelo Matus
2005-11-28add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus
2005-11-28use diret HashGetAttrMarcelo Matus
2005-11-27add direct HashCheckAttrMarcelo Matus
2005-11-27use new native StringEqualMarcelo Matus
2005-11-24last performance improvements, and typemaps fixesMarcelo Matus
2005-11-24more speed upsMarcelo Matus
2005-11-23improve cpp performanceMarcelo Matus
2005-10-24remove extra info printed for %define, but not #define, it makes very hard to...Marcelo Matus
2005-10-13implement the #warning/#error cpp directivesMarcelo Matus
2005-09-06allow to use %define inside a %define macroMarcelo Matus
2004-11-18fix macro with empy argsMarcelo Matus
2004-10-30now 'defined' as variable name is fixedMarcelo Matus
2004-10-30patch for 'defined' varible not ready jetMarcelo Matus
2004-10-30fix cpp + defined variable nameMarcelo Matus
2004-10-30fix cpp + defined variable nameMarcelo Matus
2004-09-27oops, SWIGIMPORT changed to SWIGIMPORTEDWilliam S Fulton
2004-09-27Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and ne...William S Fulton
2004-09-17added the -I- option and %include <file>Marcelo Matus
2004-09-14Bill Clarke preprocessor fix for dynamic_cast.cpptest failure on SolarisWilliam S Fulton