| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | beautify/format source code with gnu indent | William S Fulton | 2006-11-01 | 3 | -716/+758 |
| * | Use Strchr/strchr instead of Strstr/strstr when searching for a single | Olly Betts | 2006-09-23 | 1 | -3/+3 |
| * | Common template for head of each file detailing licence, distribution and aut... | William S Fulton | 2006-03-06 | 3 | -28/+22 |
| * | more fixes to use one line macro when possible | Marcelo Matus | 2006-02-10 | 1 | -1/+1 |
| * | more line counting fixes | Marcelo Matus | 2006-02-09 | 1 | -3/+8 |
| * | fix line issues reported by Olly | Marcelo Matus | 2006-02-08 | 1 | -1/+1 |
| * | better error message for #error exit | Marcelo Matus | 2006-02-03 | 1 | -2/+2 |
| * | gcc-2.96 warning fixes | William S Fulton | 2006-02-03 | 1 | -1/+1 |
| * | Make default #error behaviour as expected instead of like #warning. | William S Fulton | 2006-01-26 | 1 | -2/+1 |
| * | fix assert when deleting last_path, not needed anymore | Marcelo Matus | 2006-01-26 | 1 | -1/+0 |
| * | quick fix for duplicate keys | Marcelo Matus | 2006-01-13 | 1 | -146/+146 |
| * | clarify the error message, until we resolve the default behavior | Marcelo Matus | 2006-01-09 | 1 | -4/+5 |
| * | add support for named warning codes | Marcelo Matus | 2006-01-06 | 1 | -1/+5 |
| * | fixes and docs in %rename | Marcelo Matus | 2006-01-01 | 1 | -6/+9 |
| * | set cppaswarn as the default | Marcelo Matus | 2005-12-07 | 1 | -1/+1 |
| * | use normalized cpperraswarn and nocpperraswarn option instead | Marcelo Matus | 2005-12-05 | 1 | -4/+4 |
| * | add code for #errors reported as #warnings | Marcelo Matus | 2005-12-05 | 1 | -1/+1 |
| * | add option/pragma erroraswarn, which force (or not) to treat the cpp #error d... | Marcelo Matus | 2005-12-05 | 2 | -2/+15 |
| * | fix many/many memory leaks | Marcelo Matus | 2005-11-30 | 3 | -18/+76 |
| * | fix compiler warnings | Marcelo Matus | 2005-11-29 | 1 | -3/+2 |
| * | fix compiler warnings | Marcelo Matus | 2005-11-29 | 1 | -6/+7 |
| * | remove many memory leaks and cleanup | Marcelo Matus | 2005-11-29 | 1 | -12/+23 |
| * | add NewStringEmpty, use more StringEuqual and less Strcmp | Marcelo Matus | 2005-11-28 | 1 | -28/+29 |
| * | use diret HashGetAttr | Marcelo Matus | 2005-11-28 | 1 | -67/+30 |
| * | add direct HashCheckAttr | Marcelo Matus | 2005-11-27 | 1 | -6/+6 |
| * | use new native StringEqual | Marcelo Matus | 2005-11-27 | 1 | -78/+53 |
| * | last performance improvements, and typemaps fixes | Marcelo Matus | 2005-11-24 | 1 | -30/+139 |
| * | more speed ups | Marcelo Matus | 2005-11-24 | 1 | -17/+26 |
| * | improve cpp performance | Marcelo Matus | 2005-11-23 | 1 | -141/+150 |
| * | remove extra info printed for %define, but not #define, it makes very hard to... | Marcelo Matus | 2005-10-24 | 1 | -1/+4 |
| * | implement the #warning/#error cpp directives | Marcelo Matus | 2005-10-13 | 1 | -0/+8 |
| * | allow to use %define inside a %define macro | Marcelo Matus | 2005-09-06 | 1 | -14/+28 |
| * | fix macro with empy args | Marcelo Matus | 2004-11-18 | 1 | -1/+1 |
| * | now 'defined' as variable name is fixed | Marcelo Matus | 2004-10-30 | 1 | -10/+11 |
| * | patch for 'defined' varible not ready jet | Marcelo Matus | 2004-10-30 | 1 | -5/+1 |
| * | fix cpp + defined variable name | Marcelo Matus | 2004-10-30 | 1 | -4/+4 |
| * | fix cpp + defined variable name | Marcelo Matus | 2004-10-30 | 1 | -1/+6 |
| * | oops, SWIGIMPORT changed to SWIGIMPORTED | William S Fulton | 2004-09-27 | 1 | -3/+3 |
| * | Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and ne... | William S Fulton | 2004-09-27 | 1 | -7/+35 |
| * | added the -I- option and %include <file> | Marcelo Matus | 2004-09-17 | 1 | -11/+13 |
| * | Bill Clarke preprocessor fix for dynamic_cast.cpptest failure on Solaris | William S Fulton | 2004-09-14 | 2 | -21/+65 |
| * | Added the #@ mangling extension | Marcelo Matus | 2004-03-17 | 1 | -0/+25 |
| * | Various warning fixes for .NET 2003 cl /W4 to work barring one warning and fo... | William S Fulton | 2004-01-15 | 2 | -5/+5 |
| * | - Normalize the 'Swig_error' calls and formats, before some | Marcelo Matus | 2004-01-15 | 1 | -3/+8 |
| * | Fixed bug in preprocessor expression evaluator. (backslash). | Dave Beazley | 2004-01-15 | 1 | -3/+16 |
| * | Moved non static function declarations from source files into header files | William S Fulton | 2003-12-28 | 3 | -4/+5 |
| * | Windows path separator works on Cygwin in addition to the Unix path separator | William S Fulton | 2003-12-13 | 1 | -1/+5 |
| * | Added support for accepting the Unix directory separator '/' on Windows and t... | William S Fulton | 2003-12-11 | 1 | -0/+4 |
| * | Fixed [ 850666 ] #include extra line added | Dave Beazley | 2003-11-28 | 1 | -2/+2 |
| * | Fixed previous patch for the case when no file is founded | Marcelo Matus | 2003-11-21 | 1 | -1/+1 |