aboutsummaryrefslogtreecommitdiff
path: root/Lib
AgeCommit message (Expand)Author
2013-04-10Fix typecheck OUTPUT typemaps for JavaMarvin Greenberg
2013-04-09[PHP] Add missing directorin typemap for char* and char[] whichOlly Betts
2013-04-08Patch fixing warning 322 in rubycontainer_extendedNishant Rodrigues
2013-04-08Cosmetic - use C comments instead of C++ comments for recent Ruby changeWilliam S Fulton
2013-04-06Rewrite Ruby's GC_VALUE without use of macros for easier debuggingWilliam S Fulton
2013-04-06More rb_protect rewrite to use rb_rescue for Ruby 1.9William S Fulton
2013-04-05Ruby 1.9 fixes.William S Fulton
2013-04-02Fixes for Ruby 1.9 std::complex wrappers.William S Fulton
2013-03-31Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LA...William S Fulton
2013-03-29Fix delete_if (reject!) for the STL container wrappers.William S Fulton
2013-03-26Fix some invalid iterator usage in Python when deleting/inserting slices from...William S Fulton
2013-03-26Fix invalid iterators used with -ve ranges - PythonWilliam S Fulton
2013-03-20Remove lingering relic of PHP4 supportOlly Betts
2013-03-20Fix typo in comment (swift->swig)Olly Betts
2013-03-19Fix typo in Python docstring for acquire methodOlly Betts
2013-03-04SWIG_TypeCompare was not working as commented - return values were 0,1 and no...William S Fulton
2013-02-26Macro expansion to self assign is effectively ignored.Michel Zou
2013-02-25MOdified only no-cast-rank version of SWIG_AddCast.Michel Zou
2013-02-25Revert "Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn."Michel Zou
2013-02-22Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn.Michel Zou
2013-02-09CFFI - Fix missing package before &body - patch #22tpapp
2013-01-12Merge branch 'master' of github.com:swig/swigWilliam S Fulton
2013-01-12Convert to unix fileformatWilliam S Fulton
2013-01-12Replace references to Subversion with GitWilliam S Fulton
2013-01-08Fix assorted typos.Olly Betts
2013-01-07add boost_shared_ptr for Rjoequant
2013-01-06r changes to handle external pointersjoequant
2013-01-05Merge branch 'SFbug1295' of https://github.com/ptomulik/swigWilliam S Fulton
2013-01-04added patch for SF bug #1295Paweł Tomulik
2013-01-04Fix for SourceForge Bug #1283.Brant K. Kyser
2012-12-14Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf
2012-12-09Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned ...William S Fulton
2012-12-09Apply patch #3571029 which adds missing director support for const unsigned l...William S Fulton
2012-12-09Perl - Fix C++ comment in C wrappers.William S Fulton
2012-11-28octave: Simplified module loading.Karl Wette
2012-11-09Fix overflow with parameters > LONG_MAX with Python 3.Vadim Zeitlin
2012-10-31Define uintgo for the benefit of Go .swig files.Ian Lance Taylor
2012-10-30Fix Go support for enums to work correctly when Go int type is 64 bits.Ian Lance Taylor
2012-10-05Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor
2012-10-02Adjust typemaps.i for change in handling of reference to slice.Ian Lance Taylor
2012-09-13Add caveat emptor for peek method in Java directorsWilliam S Fulton
2012-09-13Possibly incorrect DeleteGlobalRef call on a weak global reference in Java di...William S Fulton
2012-09-13Apply patch for Java to fix direct use of a weak global reference in director...William S Fulton
2012-09-07Fix (char *STRING, size_t LENGTH) typemaps to accept NULL stringWilliam S Fulton
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-09-07Move contributors to COPYRIGHT file.William S Fulton
2012-08-26make ExternalReference slot ref to contain referenceJoseph Wang
2012-08-20Revert r13601 as it breaks older versions of RWilliam S Fulton
2012-08-16A working fix to silence unused warnings - fixes r13621William S Fulton
2012-08-15Better fix than r6987 to silence warningWilliam S Fulton