summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton2013-05-251-0/+12
* Add test case for attributes with moderately complex templatesArtem Serebriyskiy2013-05-251-10/+10
* Fix %arg in Lib/attribute.iArtem Serebriyskiy2013-05-251-1/+1
* Fix all attributes macrosesArtem Serebriyskiy2013-05-251-10/+10
* Simplify and improve Guile FILE * in typemapWilliam S Fulton2013-05-161-22/+19
* Fix some typos in directive namesWilliam S Fulton2013-05-121-1/+1
* Octave: install functions only once, when creating moduleKarl Wette2013-05-121-8/+10
* Octave: remove allocation of new octave_value in SWIG_Octave_SetGlobalValue()Karl Wette2013-05-121-10/+1
* Use freearg instead of argout to free temp variableGeert Janssens2013-04-281-4/+4
* Some C++ experience neededWilliam S Fulton2013-04-281-43/+38
* guile: fix std_map.i "$1 not found" errorGeert Janssens2013-04-281-10/+10
* Fix deprecation warnings for test suite under guile 2.0Geert Janssens2013-04-283-11/+11
* Drop guilegh interfaceGeert Janssens2013-04-2816-1612/+1226
* Drop support for guile 1.6 and olderGeert Janssens2013-04-283-135/+1
* Add support for guile 2.0: update swg and interface filesGeert Janssens2013-04-284-17/+186
* Pike - a few updates to get Pike 7.8 running most of the examplesWilliam S Fulton2013-04-202-5/+6
* Minor extraneous makefiles tidy upWilliam S Fulton2013-04-192-2/+2
* Fix typecheck OUTPUT typemaps for JavaMarvin Greenberg2013-04-101-2/+2
* [PHP] Add missing directorin typemap for char* and char[] whichOlly Betts2013-04-091-0/+9
* Patch fixing warning 322 in rubycontainer_extendedNishant Rodrigues2013-04-081-1/+0
* Cosmetic - use C comments instead of C++ comments for recent Ruby changeWilliam S Fulton2013-04-081-2/+4
* Rewrite Ruby's GC_VALUE without use of macros for easier debuggingWilliam S Fulton2013-04-061-97/+88
* More rb_protect rewrite to use rb_rescue for Ruby 1.9William S Fulton2013-04-061-16/+11
* Ruby 1.9 fixes.William S Fulton2013-04-053-8/+17
* Fixes for Ruby 1.9 std::complex wrappers.William S Fulton2013-04-021-35/+49
* Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LA...William S Fulton2013-03-311-52/+63
* Fix delete_if (reject!) for the STL container wrappers.William S Fulton2013-03-292-21/+33
* Fix some invalid iterator usage in Python when deleting/inserting slices from...William S Fulton2013-03-261-8/+4
* Fix invalid iterators used with -ve ranges - PythonWilliam S Fulton2013-03-261-1/+1
* Remove lingering relic of PHP4 supportOlly Betts2013-03-201-6/+2
* Fix typo in comment (swift->swig)Olly Betts2013-03-202-2/+2
* Fix typo in Python docstring for acquire methodOlly Betts2013-03-191-1/+1
* SWIG_TypeCompare was not working as commented - return values were 0,1 and no...William S Fulton2013-03-041-19/+8
* Macro expansion to self assign is effectively ignored.Michel Zou2013-02-261-1/+1
* MOdified only no-cast-rank version of SWIG_AddCast.Michel Zou2013-02-251-1/+1
* Revert "Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn."Michel Zou2013-02-252-11/+4
* Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn.Michel Zou2013-02-222-4/+11
* CFFI - Fix missing package before &body - patch #22tpapp2013-02-091-1/+1
* Merge branch 'master' of github.com:swig/swigWilliam S Fulton2013-01-121-2/+2
|\
| * Replace references to Subversion with GitWilliam S Fulton2013-01-121-2/+2
* | Convert to unix fileformatWilliam S Fulton2013-01-122-555/+555
|/
* Fix assorted typos.Olly Betts2013-01-082-2/+2
* add boost_shared_ptr for Rjoequant2013-01-072-0/+314
* r changes to handle external pointersjoequant2013-01-062-9/+12
* Merge branch 'SFbug1295' of https://github.com/ptomulik/swigWilliam S Fulton2013-01-051-61/+1
|\
| * added patch for SF bug #1295Paweł Tomulik2013-01-041-61/+1
* | Fix for SourceForge Bug #1283.Brant K. Kyser2013-01-041-4/+4
|/
* Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf2012-12-142-5/+1
* Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned ...William S Fulton2012-12-091-0/+4
* Apply patch #3571029 which adds missing director support for const unsigned l...William S Fulton2012-12-091-0/+4