summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Python default argument handing broken since swig-3.0.3William S Fulton2015-01-091-0/+10
* Update link to point to 3.0 docsOlly Betts2015-01-081-1/+1
* %constant and structs support for LuaWilliam S Fulton2014-12-291-0/+3
* [Perl] tidy "warning: duplicate 'extern' declaration specifier" when building...Robert Stone2014-12-271-1/+1
* Improve Python builtin and %constant structsWilliam S Fulton2014-12-181-5/+2
* fixed python global object constantsPaweł Tomulik2014-12-181-0/+6
* Add c++11 strongly typed enum support for GuileWilliam S Fulton2014-11-281-3/+3
* Add c++11 strongly typed enum support for DWilliam S Fulton2014-11-281-4/+4
* Add c++11 strongly typed enum support for PHPWilliam S Fulton2014-11-272-2/+2
* D: Fix exception handling support.David Nadlinger2014-11-061-62/+14
* D: Fix class/method name ambiguity in test-suite/c_delete.i.David Nadlinger2014-11-062-6/+6
* Fix for 'self' being used as a parameter nameWilliam S Fulton2014-10-301-1/+1
* Fix R Lib files and testcase failing due to new preprocessor checksWilliam S Fulton2014-10-292-24/+12
* Revert "Fix when is 'self' used as a parameter name in Python"William S Fulton2014-10-291-1/+1
* Fix when is 'self' used as a parameter name in PythonWilliam S Fulton2014-10-281-1/+1
* Merge pull request #205 from timotheecour/devDavid Nadlinger2014-10-241-2/+4
|\
| * _Timothee Cour2014-08-121-2/+4
* | Spelling fixWilliam S Fulton2014-10-211-1/+1
* | [Go] Adjust last patch to avoid write-after-write data race on globalIan Lance Taylor2014-10-141-0/+10
* | Fixes when using python -builtin and STL container wrappers.William S Fulton2014-10-071-0/+14
* | Merge branch 'Richie765-master'Oliver Buchtala2014-09-308-200/+375
|\ \
| * | Making generated code more readableRichard2014-09-303-14/+12
| * | Fix duplicate symbol linker errors for Javascript/v8Richard2014-09-092-35/+35
| * | Minor improvementsRichard2014-08-282-65/+66
| * | Use macros for V8 itemsRichard2014-08-281-1/+1
| * | Fixes for v8 3.18.3 (0x031803)Richard2014-08-281-2/+6
| * | Fixes for v8 3.19.2 (0x031902)Richard2014-08-281-3/+13
| * | Fixes for v8 3.24.17 (0x032417)Richard2014-08-282-3/+3
| * | Use full nameRichard2014-08-281-3/+3
| * | Fixes for V8 3.22.24 (0x032224) Some errors left (??)Richard2014-08-281-11/+15
| * | Fixes for 3.23.18 (0x032318)Richard2014-08-282-34/+23
| * | Fixes for v8 3.24.3 (0x032403)Richard2014-08-282-39/+88
| * | Partial fixes for 3.24.40 (0x032440) - incompleteRichard2014-08-281-2/+2
| * | Fixed some bugs from previous commitRichard2014-08-281-49/+53
| * | Partially fixed for 3.25.30 (0x032530) - unfinishedRichard2014-08-288-174/+129
| * | Fixes for v8 3.21.17 (0x032117)Richard2014-08-285-8/+115
| * | Fixes for v8 3.19.18 (0x031918)Richard2014-08-281-2/+10
| * | Fixes for v8 3.19.2 (0x031902)Richard2014-08-283-8/+8
| * | Fixes for v8 3.17.10 (0x031710)Richard2014-08-283-27/+67
| * | Fixes for v8 3.15.11 (0x031511)Richard2014-08-281-5/+11
* | | Merge branch 'patch-1' of git://github.com/zittix/swig into zittix-patch-1Oliver Buchtala2014-09-301-1/+1
|\ \ \
| * | | Fixed JSClassRef declaration not using the static oneMathieu Monney2014-07-021-1/+1
* | | | Merge branch 'tsuna-master'William S Fulton2014-09-271-1/+1
|\ \ \ \
| * | | | Initialize C++ arrays created by array_functions' new_foo().Benoit Sigoure2014-08-121-1/+1
| | |/ / | |/| |
* | | | Merge branch 'lefticus-ruby_macos_static_data_conflicts'William S Fulton2014-09-271-8/+8
|\ \ \ \
| * | | | Fix shared data problem on MacOS 10.9 with xcode 5.1Jason Turner2014-06-041-8/+8
* | | | | Merge branch 'pingany-director_local_jstring_leak'William S Fulton2014-09-273-5/+25
|\ \ \ \ \