summaryrefslogtreecommitdiff
path: root/Source/Modules
Commit message (Expand)AuthorAgeFilesLines
* Initial implementationissue-379-pythoncode-indentOlly Betts2015-06-031-48/+103
* Add new feature "python:cdefaultargs"William S Fulton2015-05-281-2/+3
* Fix Python typedef bool default arguments that are not booleans.William S Fulton2015-05-271-19/+11
* Refactor PYTHON::convertValueWilliam S Fulton2015-05-271-77/+85
* [Go] Adjust last change to always emit a destructor.Ian Lance Taylor2015-05-181-20/+21
* [Go] Fix bug with ignored destructor--generated code did not compile.Ian Lance Taylor2015-05-181-18/+19
* Refactor Java director swig_override array codeWilliam S Fulton2015-05-101-7/+1
* Merge pull request #413 from LindleyF/masterOlly Betts2015-05-081-3/+8
|\
| * Don't include an STL header in SWIG.Lindley French2015-05-071-3/+8
* | [Python] Deal with an integer as the default value of a boolOlly Betts2015-05-071-0/+4
* | Merge pull request #403 from LindleyF/masterOlly Betts2015-05-071-2/+3
|\ \ | |/
| * Use a bitset which is automatically initialized to 0, instead of a bool array...Lindley French2015-05-061-6/+3
| * Too hard to conditionally define the memset....instead just make sure the arr...Lindley French2015-05-011-10/+4
| * Only output memset if the array exists.Lindley French2015-04-301-2/+10
| * Zero-initialize swig_override in the director constructor.Lindley French2015-04-301-0/+2
* | Add support for friend templates, including operator overloading.William S Fulton2015-05-051-1/+1
* | [Go] Make sure that arguments for which use memcpy when calling C areIan Lance Taylor2015-05-041-1/+27
|/
* Fix handling of default arguments after ignored ones in Python.Vadim Zeitlin2015-04-271-5/+4
* gcc-5.1 warning fixesWilliam S Fulton2015-04-264-10/+2
* Python code generated with '-builtin -modernargs' segfaults for any method ta...William S Fulton2015-04-241-8/+6
* Warning fix for VC++William S Fulton2015-04-231-1/+1
* Fix handling of "default" typemap in Python.Vadim Zeitlin2015-04-231-7/+14
* No changes, just added an explanatory comment to Python module.Vadim Zeitlin2015-04-231-1/+9
* Fix handling of NULL default argument values for pointer types.Vadim Zeitlin2015-04-231-2/+16
* Clearer warning message for badly constructed typecheck typemapsWilliam S Fulton2015-04-143-6/+6
* Merge pull request #281 from ivan4th/masterWilliam S Fulton2015-04-111-1/+6
|\
| * CFFI: handle array struct/union members.Ivan Shvedunov2014-12-201-1/+6
* | Merge branch 'amaeldoe-master'William S Fulton2015-04-111-0/+11
|\ \
| * | Make __dict__ accessible for Python builtin classesYoann Vandoorselaere2015-04-111-0/+11
* | | Fix javadowncast to csdowncast in C# backendOlly Betts2015-03-301-1/+1
* | | "suppport" -> "support"Olly Betts2015-03-271-1/+1
* | | Fix C&P references to Python in commentsOlly Betts2015-03-274-7/+7
* | | Correct java warning to save javabase not csbaseOlly Betts2015-03-271-1/+1
* | | When warning about multiple inheritance in C#, say C# in the message instead ...James Athey2015-03-261-1/+1
* | | [Go] Correct goargout typemap when matching multiple parameters.Ian Lance Taylor2015-03-161-9/+8
* | | Configure fix and warning fix for GoWilliam S Fulton2015-03-141-1/+1
* | | Merge branch 'master' of git://github.com/swig/swigIan Lance Taylor2015-03-129-1/+11
|\ \ \
| * | | Create director_common.swg for language-indep codeOlly Betts2015-03-129-1/+11
* | | | [Go] Consistently use the same type when dispatching to an overloadedIan Lance Taylor2015-03-121-38/+43
|/ / /
* | | [Go] Fix overloading on an undefined type.Ian Lance Taylor2015-03-061-1/+36
* | | [Go] Use imtype when checking for pointer in cgo type. Permit func,Ian Lance Taylor2015-03-041-3/+15
* | | [Go] Add -cgo option, required for Go version 1.5 and later.Ian Lance Taylor2015-03-021-155/+1317
* | | Avoid debug code segfaults when top==NULLOlly Betts2015-02-261-2/+2
* | | Fix segmentation fault when top==NULLOlly Betts2015-02-261-0/+4
* | | [Go] Change SWIG directors to use a handle instead of a Go pointer.Ian Lance Taylor2015-02-221-13/+26
* | | [Go] Fixes so that the go_subdir_import test will work with gccgo.Ian Lance Taylor2015-02-221-1/+1
* | | Fixed errors due to last sync.Misha Seltzer2015-02-171-1/+1
* | | Fixed SWIG go for cases when SWIG %import-s another package which is located ...Misha Seltzer2015-02-171-4/+19
* | | Guile - fix generated code for static const char member variables when define...William S Fulton2015-02-111-15/+5
* | | Merge branch 'stricter-warnings'William S Fulton2015-02-112-8/+10
|\ \ \