summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [Python] Fix warning when compiling generated code with MSVC.Olly Betts2015-05-191-1/+3
* Fix swapped parameters in memset callOlly Betts2015-05-121-1/+1
* Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)William S Fulton2015-05-101-0/+1
* Refactor Java director swig_override array codeWilliam S Fulton2015-05-101-0/+14
* Fix typo in method descriptionOlly Betts2015-05-101-1/+1
* Fix incorrect commentsOlly Betts2015-05-094-4/+4
* Remove no-op calls to swig_incref().Olly Betts2015-05-092-2/+0
* [Go] Make sure that arguments for which use memcpy when calling C areIan Lance Taylor2015-05-041-12/+24
* '#undef seed' macro which Perl API headers defineOlly Betts2015-05-021-0/+3
* lua: push integer constants as integerAlexander Warg2015-04-281-1/+1
* Memory leak in java directors when passing byte arrays (char*, size_t)William S Fulton2015-04-231-1/+2
* [Go] Add comments telling users that _swig_goallocate andIan Lance Taylor2015-04-171-0/+4
* Fix multiple definitions of 'ExceptionMatches' when using directors and multi...William S Fulton2015-04-111-1/+1
* Merge branch 'amaeldoe-master'William S Fulton2015-04-112-3/+24
|\
| * Attribute of SWIG wrapped classes instances were overwritten on __init__()Yoann Vandoorselaere2015-04-111-3/+6
| * Fix SwigPyObject->dict memory leakYoann Vandoorselaere2015-04-111-0/+1
| * Make __dict__ accessible for Python builtin classesYoann Vandoorselaere2015-04-111-0/+17
* | scilab: fix possible crash by using consistent allocation/free methods (use S...Simon Marchetto2015-03-241-7/+26
* | Use %{ %} instead of { } after %pythoncodeOlly Betts2015-03-206-23/+23
* | Fix typo in forward declarationOlly Betts2015-03-181-1/+1
* | Remove bogus commentOlly Betts2015-03-181-2/+0
* | Suppress warning from Intel compilerOlly Betts2015-03-161-0/+9
* | Create director_common.swg for language-indep codeOlly Betts2015-03-123-19/+15
* | Fix cut-and-paste typoOlly Betts2015-03-121-1/+1
* | [Go] Add -cgo option, required for Go version 1.5 and later.Ian Lance Taylor2015-03-022-4/+63
* | [Go] Change SWIG directors to use a handle instead of a Go pointer.Ian Lance Taylor2015-02-221-0/+55
* | scilab: fix compilation error on WindowsSimon Marchetto2015-02-131-3/+4
* | Warning fixes in Go cdata libraryWilliam S Fulton2015-02-111-4/+10
* | Merge branch 'stricter-warnings'William S Fulton2015-02-1112-66/+67
|\ \
| * | Scilab typecheck typemaps fix for C90William S Fulton2015-02-111-29/+42
| * | C90 fixes for Javascript JSCWilliam S Fulton2015-02-113-4/+8
| * | Scilab typemap fixes for C89William S Fulton2015-02-117-32/+16
| * | pedantic warning fix for D wrappersWilliam S Fulton2015-02-111-1/+1
| |/
* | Deal with Apple's deprecated 'AssertMacros.h' from Carbon-frameworkBjörn Esser2015-02-101-0/+4
* | [Go] Remove all generated calls to _swig_makegostring, as it will noIan Lance Taylor2015-02-054-16/+189
* | Merge branch 'master' of git://github.com/swig/swigIan Lance Taylor2015-02-042-4/+4
|\ \
| * | Typo fix in error messages from swigarch.iWilliam S Fulton2015-02-041-2/+2
| * | add @SuppressWarnings("unused") to constructors generated using SWIG_JAVABODY...Witold Wolski2015-02-041-2/+2
| |/
* | [Go] Remove all calls to _swig_goallocate in the Go runtime, exceptIan Lance Taylor2015-02-043-16/+142
|/
* Merge remote-tracking branch 'origin/master' into gsoc2012-scilabSimon Marchetto2015-01-2654-395/+666
|\
| * Eliminate "found" flag for simpler, clearer codeOlly Betts2015-01-241-6/+3
| * Fix comment grammarOlly Betts2015-01-241-2/+2
| * Remove unused assignmentDavidMazary2015-01-231-1/+0
| * Merge branch 'ConroyJ-master'William S Fulton2015-01-223-18/+31
| |\
| | * Attempting fixes for Octave shared_ptr supportJeremy2015-01-053-18/+31
| * | C++11 strongly typed enum fixes for directorsWilliam S Fulton2015-01-154-6/+6
| * | Fix #307.Ahti Legonkov2015-01-141-1/+1
| * | Fix PHP crash in director_finalizerOlly Betts2015-01-141-2/+1
| * | Revert introduction of python:defaultargs featureWilliam S Fulton2015-01-121-11/+0
| * | [lua/luarun] change return type from int to void on functions not returning a...Thomas Trocha2015-01-111-4/+4