aboutsummaryrefslogtreecommitdiff
path: root/Lib
AgeCommit message (Expand)Author
2013-11-21Fixes for c_delete and c_delete_function testsWilliam S Fulton
2013-11-11Add array function PHP keywordsWilliam S Fulton
2013-11-09Merge branch 'master' of https://github.com/BrantKyser/swigWilliam S Fulton
2013-11-07Rework the director.swg changes for director exception handlingWilliam S Fulton
2013-11-07Cosmetics/code style conformance in newly added Java director exception handlingWilliam S Fulton
2013-10-23Minor improvements to Java director:except patchWilliam S Fulton
2013-10-22Add feature director:except for improved director exception handling in JavaMarvin Greenberg
2013-10-22Correct spelling of compatibility.Brant K. Kyser
2013-10-21Add support for SWIG2_CSHARP macro to create SWIG 2 backwards compatability m...Brant K. Kyser
2013-10-18Remove a couple of unused variable warnings in generated codeWilliam S Fulton
2013-10-18Fix some gcc -Wall unused warnings in the Ruby wrappersWilliam S Fulton
2013-10-18Fix unused variable warning in Ruby wrappers when using gcc -WallWilliam S Fulton
2013-10-17Fix Visual Studio compile error in C++ wrappers due to #include <exception> w...William S Fulton
2013-10-17Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser
2013-10-17Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser
2013-10-17Add missing #include <stddef.h> for offsetof when using -builtin.William S Fulton
2013-10-17Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser
2013-10-12Lua: Fix void return for non-void functionsAtri
2013-10-11Minor cleanup prior to merging to masterWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-09-25Fix typosOlly Betts
2013-09-20Fixed a memory leak for java STRING_ARRAYGavin Kinsey
2013-09-18Remove X11 detection during configureWilliam S Fulton
2013-09-15Guile OUTPUT typemap fixWilliam S Fulton
2013-09-13Remove trailing spaces in the generated code.Sylvestre Ledru
2013-09-12Lua static member access improvements.Artem Serebriyskiy
2013-09-12Infinity is now by default an acceptable value for type 'float'.William S Fulton
2013-08-30Include Lua error locus in SWIG error messagesMiles Bader
2013-08-30Add Lua runtime helper functions for error-handlingMiles Bader
2013-08-29Add support for std::map<> comparator template argument for C#.Vadim Zeitlin
2013-08-28%implicitconv will now accept None where the implicit conversion takes a C/C+...William S Fulton
2013-08-07Remove SwigPyObject_print and SwigPyObject_str, and make the generated wrappe...Kris Thielemans
2013-08-06Fix for missing C++ code in std::multimap wrappers.William S Fulton
2013-07-25Copied std::pair<> fragment from Lib/std/std_map.i into Lib/std/std_multimap....Andrew Simmons
2013-07-14change to allow file SEXP return valuesjoequant
2013-07-05Add %pythonbegin directive.William S Fulton
2013-07-02SWIG_AsWCharPtrAndSize improper operation if cptr NULLWilliam S Fulton
2013-07-02Fix comment typo (interpeters)Olly Betts
2013-07-01Uninitialized variable fix in SWIG_Python_NonDynamicSetAttr when using -builtin.William S Fulton
2013-07-01Add SF patch #342 fix some director classes crashing on object deletion when ...William S Fulton
2013-06-13Octave: add SWIGRUNTIMEINLINE to SWIG_Octave_SetConstant()Karl Wette
2013-06-11Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton
2013-06-11Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton
2013-06-07Fix Ruby regression with missing rb_complex_new function.William S Fulton
2013-06-04[PHP] Fix SWIG_ZTS_ConvertResourcePtr() not to dereference NULLOlly Betts
2013-05-25Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton
2013-05-25Add test case for attributes with moderately complex templatesArtem Serebriyskiy
2013-05-25Fix %arg in Lib/attribute.iArtem Serebriyskiy
2013-05-25Fix all attributes macrosesArtem Serebriyskiy
2013-05-16Simplify and improve Guile FILE * in typemapWilliam S Fulton