summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* interface macro argument name tweaksWilliam S Fulton2016-03-112-4/+4
* Change the name of the interface in %feature to be more portableWilliam S Fulton2016-03-082-2/+2
* Rename feature_interface.i to swiginterface.iWilliam S Fulton2016-03-032-0/+18
* Use rstrip instead of regex encoder in %feature_renameWilliam S Fulton2016-03-032-2/+2
* Interface macros: %interface %interface_impl %interface_customWilliam S Fulton2016-03-022-16/+28
* Add $interfacename family of special variable expansionsWilliam S Fulton2016-02-292-9/+13
* Interface name handling improvements and special variable changesWilliam S Fulton2016-02-292-38/+40
* interface feature - SWIG_JAVABODY_PROXY does not need to be overriddenWilliam S Fulton2016-02-261-1/+0
* Support namespaces and nspace with the interface feature for C#William S Fulton2016-02-261-15/+24
* Support namespaces and nspace with the interface feature for JavaWilliam S Fulton2016-02-261-16/+31
* Add Java premature garbage collection prevention parameter (pgcpp) to interfa...William S Fulton2016-02-241-1/+1
* Create javainterfacecode and csinterfacecode typemapsWilliam S Fulton2016-02-232-2/+13
* IntPtr & HandleRef absolute names usedVladimir Kalinin2016-02-141-4/+4
* director generation fixesVladimir Kalinin2016-02-121-0/+4
* Merge branch 'interfaces' into interfaces2William S Fulton2016-02-112-0/+63
|\
| * interface macro changes to support templatesWilliam S Fulton2016-02-092-10/+10
| * Rename GetCPtr/getCPtr to SWIGInterfaceUpcastWilliam S Fulton2016-02-082-8/+8
| * interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-072-14/+15
| * Interface feature support for arraysWilliam S Fulton2016-02-062-11/+11
| * interface feature support for passing by valueWilliam S Fulton2016-02-062-12/+28
| * interface feature support for referencesWilliam S Fulton2016-02-061-6/+6
| * Formatting fixes in generated code for interface featureWilliam S Fulton2016-02-062-25/+17
| * interface feature typemap corrections to handle NULL pointersWilliam S Fulton2016-02-051-1/+2
| * javadirectorin fixVladimir Kalinin2013-05-291-2/+1
| * feature:interface ported to JavaVladimir Kalinin2013-05-212-0/+54
* | octave: map unary functions to __...___ Python-style unary membersKarl Wette2016-02-071-0/+17
* | octave: recognize Python __float__ numeric conversion operatorKarl Wette2016-02-072-0/+22
* | octrun.swg: simplify unary operator calls in dims() and string_value()Karl Wette2016-02-071-24/+9
* | octrun.swg: make dispatch_[unary|binary|index]_op() const-qualifiedKarl Wette2016-02-071-12/+15
* | octave: export function swig_octave_prereq() for easily testing Octave versionKarl Wette2016-02-071-1/+21
* | Merge branch 'ahnolds-classic_python'William S Fulton2016-02-061-4/+4
|\ \
| * | When possible, use PyInt rather than PyLongAlec Cooper2016-02-041-4/+4
* | | Add support for Python Bytes/Unicode distinctionAlec Cooper2016-02-042-6/+24
|/ /
* | [Go] Ensure structs are properly packed between gc and GCC/clang.Ian Lance Taylor2016-01-271-2/+20
* | Whitespace cleanupOlly Betts2016-01-271-10/+6
* | Fix comment typoOlly Betts2016-01-271-1/+1
* | Clean up Python embed.iOlly Betts2016-01-273-124/+3
* | Remove lingering code for compatibility with Python < 1.6Olly Betts2016-01-271-4/+0
* | [Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.Olly Betts2016-01-124-70/+81
* | Don't use long long if it isn't availableAlec Cooper2016-01-068-36/+108
* | Add support for ptrdiff_t and size_t == long longAlec Cooper2016-01-061-12/+58
* | Fixing Python primitive conversionsAlec Cooper2015-12-231-13/+10
* | Merge branch 'missing-initializers'William S Fulton2015-12-195-15/+25
|\ \
| * | Tcl fix when using -Wmissing-field-initializers warningsWilliam S Fulton2015-12-191-0/+6
| * | Php fix for -Wmissing-field-initializers warningWilliam S Fulton2015-12-191-0/+4
| * | Fixes for Ruby and using -Wmissing-field-initializersWilliam S Fulton2015-12-193-15/+15
* | | pystrings.swg cosmetic formattingWilliam S Fulton2015-12-191-8/+7
* | | Refine Python 2 unicode strings patchWilliam S Fulton2015-12-191-10/+15
* | | Automatically coerce python 2.x unicode objects into UTF8 when passing to und...Brian Cole2015-12-191-0/+18
* | | Fix recent Python -builtin changes for C codeWilliam S Fulton2015-12-161-1/+2