aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.current
AgeCommit message (Expand)Author
2007-10-17attribute tidy up. %attributeref replaces %attribute_refWilliam S Fulton
2007-10-17Note that the PHP + GCC 4.2 warning fix only works for PHP >= 5.2.1.Olly Betts
2007-10-16[Tcl] Fix several ocurrences of "warning: deprecated conversionOlly Betts
2007-10-16[PHP] Fix many occurrences of "warning: deprecated conversion fromOlly Betts
2007-10-15Patch #1797133 from David Piepgrass fixes %attribute when the getter has the ...William S Fulton
2007-10-15[Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.Olly Betts
2007-10-12Added test suite entry for Bug #1735931John Lenz
2007-10-10correct contributor nameWilliam S Fulton
2007-10-09Automatically rerun autogen.sh if configure.in is modified.Olly Betts
2007-10-09Enhance check-%-test-suite rule and friends to give a more helpfulOlly Betts
2007-10-09[php] Fix long-standing memory leak in wrapped constructors andOlly Betts
2007-10-08Fix Makefile.in to read check.list files correctly in a VPATHOlly Betts
2007-10-07shared_ptr typemaps addedWilliam S Fulton
2007-09-27[lua] move verbose error checks, more test cases, reorg of luatypemaps.swgMark Gossage
2007-09-25throws typemaps for std::wstring using C# patch #1799064 from David PiepgrassWilliam S Fulton
2007-09-23Commit changelog entry for recent Java tweakOlly Betts
2007-09-21summary of last few commitsWilliam S Fulton
2007-09-19Ensure the premature garbage collection prevention parameter (pgcpp) is gener...William S Fulton
2007-09-18[php] Add typemaps for handling parameters of type std::string &Olly Betts
2007-09-18[python] Split potentially long string literals to avoid hittingOlly Betts
2007-09-18[ocaml] Fix renaming of overloaded methods in the method_table -Olly Betts
2007-09-17[python] Simpler code for SWIG_AsVal_bool() which fixes a "strictOlly Betts
2007-09-17[perl5] Use sv_setpvn() to set a scalar from a pointer and lengthOlly Betts
2007-09-17When wrapping C++ code, generate code which usesOlly Betts
2007-09-17[PHP] Use std::string::assign(PTR, LEN) rather than assigningOlly Betts
2007-09-07Fix ignore on implicit constructorsWilliam S Fulton
2007-09-05Modify r_ltype in typesys.c to store a hashtable instead of a single valueJohn Lenz
2007-08-31new -Werror option and fixes for turning on warnings which are normally turne...William S Fulton
2007-08-28add new debug commandline options for displaying the parse tree at different ...William S Fulton
2007-08-25Fix typoOlly Betts
2007-08-25[PHP5] Fix handling of double or float parameters with an integer default value.Olly Betts
2007-08-25[PHP5] Generate __isset() methods for setters for PHP 5.1 and later.Olly Betts
2007-08-20Fix bug #1776651 - bug when the director class name is similar to other symbo...William S Fulton
2007-08-17Correct behaviour for templated methods used with %rename or %ignore and %tem...William S Fulton
2007-08-16[allegrocl] Fix naming convention for generated cl file. Automatically includ...Mikel Bancroft
2007-08-16[allegrocl] see CHANGES.currentMikel Bancroft
2007-08-15aplied patch 1766076Surendra Singhi
2007-08-10Add documentation patch #1743573 from Jeffrey Sorensen about better memory ma...William S Fulton
2007-08-10Apply patch #1771410 from Wade Brainerd to fix typedef XS(SwigPerlWrapper) in...William S Fulton
2007-08-10const enum reference typemaps fixedWilliam S Fulton
2007-08-10git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9888 626c5289...William S Fulton
2007-08-09Add support for in the out typemaps.William S Fulton
2007-08-01Fix smart pointers and member methodsWilliam S Fulton
2007-07-31cffi changesSurendra Singhi
2007-07-24fixes to use parallel make when running the examples and test-suiteWilliam S Fulton
2007-07-19applied dos2unix on configure.in (fixed configure for mingw)Mark Gossage
2007-07-10[lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage
2007-07-05[lua] Fix a bug in SWIG_ALLOC_ARRAY()Mark Gossage
2007-07-03Fix directors for some overloaded methods where the imtype resulted in identi...William S Fulton
2007-06-25Fix two typosOlly Betts