| Commit message (Expand) | Author | Age | Files | Lines |
* | Change preprocessing error for tokens appearing after #else and #end to warni... | William S Fulton | 2011-02-17 | 1 | -0/+1 |
* | New warning when the smartptr feature is missing in some classes in an inheri... | William S Fulton | 2011-01-17 | 1 | -0/+1 |
* | [D] Replaced the term "wrap D module" with "intermediary D module" (including... | David Nadlinger | 2010-11-28 | 1 | -3/+3 |
* | Added support for the D programming languge. | David Nadlinger | 2010-11-18 | 1 | -2/+19 |
* | Allocate warnings 700-799 for languages modules. Note 900-999 was and is docu... | William S Fulton | 2010-09-27 | 1 | -3/+7 |
* | Remove the -rename option in the Go language support. Do a much | Ian Lance Taylor | 2010-06-17 | 1 | -0/+3 |
* | SWIG license change - Source moves to GPLv3 | William S Fulton | 2010-02-27 | 1 | -2/+6 |
* | remove gifplot example from build | William S Fulton | 2010-02-27 | 1 | -2/+0 |
* | Stop generating uncompileable code when using nested template classes in func... | William S Fulton | 2009-11-12 | 1 | -1/+2 |
* | Fix seg fault when using a named template instantiation using %template(name)... | William S Fulton | 2009-10-23 | 1 | -0/+1 |
* | PHP: fix for the director_using testcase | Miklos Vajna | 2009-07-28 | 1 | -0/+1 |
* | Remove duplicate definitions of WARN_PHP_MULTIPLE_INHERITANCE and | Olly Betts | 2009-07-05 | 1 | -7/+0 |
* | remove last vestiges of php4 and encourage use of -php rather than -php5 | William S Fulton | 2008-12-06 | 1 | -2/+2 |
* | deprecate use of include path to find the input file for behaviour that is co... | William S Fulton | 2008-11-22 | 1 | -0/+1 |
* | WARN_* constants are user visible, so keep existing WARN_PHP4_* for | Olly Betts | 2008-07-03 | 1 | -3/+10 |
* | Add the optimal attribute to the out typemap for more optimal code generation... | William S Fulton | 2008-05-14 | 1 | -0/+2 |
* | Correct behaviour for templated methods used with %rename or %ignore and %tem... | William S Fulton | 2007-08-17 | 1 | -0/+1 |
* | Changed Header to Id | Dave Beazley | 2006-12-05 | 1 | -1/+1 |
* | Remove cvsignore files: this is stored on svn:igonre property now | John Lenz | 2006-12-03 | 1 | -3/+0 |
* | beautify/format source code with gnu indent | William S Fulton | 2006-11-01 | 1 | -53/+50 |
* | Define WARN_PHP4_UNKNOWN_PRAGMA. | Olly Betts | 2006-10-08 | 1 | -2/+2 |
* | C# director support added | William S Fulton | 2006-05-13 | 1 | -0/+1 |
* | Common template for head of each file detailing licence, distribution and aut... | William S Fulton | 2006-03-06 | 1 | -19/+22 |
* | avoid assert when finding a recursive scope inheritance, emit a warning in th... | Marcelo Matus | 2006-02-17 | 1 | -0/+1 |
* | add fragment warning and fixes | Marcelo Matus | 2006-01-30 | 1 | -0/+3 |
* | fix typos in names | Marcelo Matus | 2006-01-07 | 1 | -2/+2 |
* | add %typemap(LANG,..) warning 1387184 | Marcelo Matus | 2006-01-05 | 1 | -0/+1 |
* | add new warnings for possible leaks with the SWIGTYPE*/& typemaps and using '... | Marcelo Matus | 2005-12-27 | 1 | -1/+3 |
* | generate implicit copyctor, add -nocopyctor, and clarify the -nodefault, -nod... | Marcelo Matus | 2005-12-22 | 1 | -0/+1 |
* | add code for #errors reported as #warnings | Marcelo Matus | 2005-12-05 | 1 | -0/+1 |
* | Portability warning for files which will overwrite each other on case insensi... | William S Fulton | 2005-11-09 | 1 | -0/+1 |
* | add cpp warning and typecheck undef codes | Marcelo Matus | 2005-10-13 | 1 | -0/+2 |
* | php4 warning added | William S Fulton | 2005-10-08 | 1 | -0/+4 |
* | The default is now to not generate an additional method declaration when a me... | William S Fulton | 2005-06-27 | 1 | -0/+1 |
* | Scott Michel director patch, typemap consolidation | William S Fulton | 2005-04-28 | 1 | -0/+1 |
* | oops, resurrected warning 470, but with a slightly better name | William S Fulton | 2005-03-29 | 1 | -1/+2 |
* | director warnings | William S Fulton | 2005-03-29 | 1 | -1/+2 |
* | C# exception handling improvements - they are robust and don't leak anymore. ... | William S Fulton | 2005-02-02 | 1 | -0/+2 |
* | C# and Java construct typemap additions | William S Fulton | 2005-01-10 | 1 | -0/+2 |
* | fixes for templates and template default args, cosmetics, and other fixes for... | Marcelo Matus | 2004-12-16 | 1 | -1/+1 |
* | fix directorout typemap for const std::string&. Adding warning about the new ... | Marcelo Matus | 2004-12-13 | 1 | -1/+2 |
* | fixes for operator*() | Marcelo Matus | 2004-12-11 | 1 | -0/+1 |
* | add proper deprecated code for %name | Marcelo Matus | 2004-11-16 | 1 | -0/+1 |
* | fix director + abstract + constructors, reported by Brian Kelley | Marcelo Matus | 2004-10-22 | 1 | -0/+1 |
* | Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and ne... | William S Fulton | 2004-09-27 | 1 | -0/+1 |
* | Java and C# typemap changes | William S Fulton | 2004-06-03 | 1 | -4/+2 |
* | added basic Modula-3 support | Henning Thielemann | 2004-03-19 | 1 | -0/+14 |
* | Overloading fixes for when methods cannot be disambiguated. | William S Fulton | 2004-02-12 | 1 | -0/+1 |
* | Added the warning code | Marcelo Matus | 2004-01-15 | 1 | -0/+2 |
* | Covariant return type warnings | William S Fulton | 2003-12-23 | 1 | -0/+5 |