summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release scripts to release from any branchv2.0.12rel-2.0.12maintenance-2.0William Fulton2014-02-091-3/+4
* Add release summary for 2.0.12William S Fulton2014-02-091-0/+8
* Make string encoding expliticKlaus Kämpf2014-02-091-1/+1
* Turn on Travis testing for maintenance-2.0 branchWilliam S Fulton2014-02-081-0/+1
* Temporary workaround for bug in Travis build environmentWilliam S Fulton2014-02-081-0/+1
* mkdist script tweaks to support releasing from any named branchWilliam S Fulton2014-02-081-5/+11
* Guile: illustrate bug in non-ascii string handlingGeert Janssens2014-02-081-1/+3
* Guile: make scm to string conversion work with non-ascii stringsGeert Janssens2014-02-082-13/+13
* Fix PHP compilation error in ZTS mode (64 bit windows) due to TSRMLS_FETCH() ...William S Fulton2014-02-082-2/+5
* octave: update support to Octave version 3.8.0Karl Wette2014-02-084-29/+122
* C++11 support for new versions of erase and insert in the STL containers.William S Fulton2014-02-084-11/+46
* Fix unused variable warning in Ruby wrappers when using gcc -WallWilliam S Fulton2014-02-081-1/+1
* Fix Visual Studio compile error in C++ wrappers due to #include <exception> w...William S Fulton2014-02-082-1/+5
* Add missing #include <stddef.h> for offsetof when using -builtin.William S Fulton2014-02-082-0/+7
* fix "long long" tests for perl v5.6Robert Stone2014-02-082-12/+17
* Add change note for missing Lua return statementsWilliam S Fulton2014-02-081-0/+4
* Bump version to 2.0.12William S Fulton2014-02-086-143/+146
* Lua: Fix void return for non-void functionsAtri2014-02-081-1/+2
* Add swig-2.0.11 release info and datev2.0.11rel-2.0.11William S Fulton2013-09-155-7/+11
* Guile OUTPUT typemap fixWilliam S Fulton2013-09-153-1/+21
* Tweak 'make beautify-file'William S Fulton2013-09-151-2/+0
* Better detection of Ruby shared library extensionWilliam S Fulton2013-09-142-2/+5
* Cygwin test-suite fix for tcl 8.5 on CygwinWilliam S Fulton2013-09-141-0/+6
* Remove mkstemp replacement for ccache-swig on CygwinWilliam S Fulton2013-09-142-1/+3
* sed portability fix creating swigwarn.swgWilliam S Fulton2013-09-141-1/+1
* Remove trailing spaces in the generated code.Sylvestre Ledru2013-09-136-109/+109
* Lua static member access improvements.Artem Serebriyskiy2013-09-124-13/+335
* Infinity is now by default an acceptable value for type 'float'.William S Fulton2013-09-126-3/+144
* Smart pointer documentation improvementWilliam S Fulton2013-09-031-2/+5
* Remove some Java references from C# moduleWilliam S Fulton2013-09-022-6/+6
* Document Include Lua error locus in SWIG error messages patches.William S Fulton2013-08-301-0/+5
* Include Lua error locus in SWIG error messagesMiles Bader2013-08-304-20/+19
* Add Lua runtime helper functions for error-handlingMiles Bader2013-08-301-0/+30
* Fix testcase nameWilliam S Fulton2013-08-291-2/+2
* Skip the UTF-8 BOM of including files.William S Fulton2013-08-294-2/+25
* Add support for std::map<> comparator template argument for C#.Vadim Zeitlin2013-08-292-18/+21
* Strip trailing whitespaceOlly Betts2013-08-291-42/+42
* %implicitconv is improved for overloaded functions.William S Fulton2013-08-284-5/+117
* %implicitconv will now accept None where the implicit conversion takes a C/C+...William S Fulton2013-08-284-5/+79
* [Python] Fix clang++ warning in generated wrapper code.Olly Betts2013-08-242-1/+4
* Use offsetof() rather than icky homemade equivalentOlly Betts2013-08-241-1/+1
* Remove SwigPyObject_print and SwigPyObject_str, and make the generated wrappe...Kris Thielemans2013-08-073-32/+21
* Travis builds - add in apt-get updateWilliam S Fulton2013-08-061-0/+1
* Fix for missing C++ code in std::multimap wrappers.William S Fulton2013-08-067-197/+214
* Copied std::pair<> fragment from Lib/std/std_map.i into Lib/std/std_multimap....Andrew Simmons2013-07-251-0/+14
* Correction for detecting invalid Octave optionsWilliam S Fulton2013-07-161-1/+1
* Octave: fixups to previous configuration patchKarl Wette2013-07-161-4/+2
* Octave: more robust configurationKarl Wette2013-07-163-14/+28
* add regression tests for SEXP return valuesjoequant2013-07-143-1/+19
* change to allow file SEXP return valuesjoequant2013-07-142-0/+4