summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [PHP7] Fix segfault on module unloadOlly Betts2016-12-302-2/+2
* Remove cdata.i module not supported messageWilliam S Fulton2016-12-241-2/+0
* Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton2016-12-231-1/+6
* Remove illegal operator overload names in RWilliam S Fulton2016-12-221-38/+0
* Revert "Merge pull request #853 from ivannp/underscores"William S Fulton2016-12-221-26/+38
* Merge pull request #853 from ivannp/underscoresJoseph Wang2016-12-211-38/+26
|\
| * Renamed all operators beginning with underscore.Ivan Popivanov2016-12-171-38/+26
* | Fix isfinite() checks to work with all C++11 compilersOlly Betts2016-12-211-2/+14
* | [Scilab] fix compilation, missing returnSimon Marchetto2016-12-201-2/+3
* | [Scilab] put typemap int/double check into function (to reduce generated code...Simon Marchetto2016-12-191-8/+16
* | scilab: cleanSimon Marchetto2016-12-191-3/+1
* | Merge branch 'ezralanglois-fix-memory-leak'William S Fulton2016-12-183-10/+26
|\ \
| * | Replicate Python memory leak fix in std::pair for Octave and RubyWilliam S Fulton2016-12-183-12/+20
| * | Fix memory leak in std::pair Python bindingRobert Langlois2016-12-171-2/+10
| |/
* | Zero initialize %array_functions and %array_classWilliam S Fulton2016-12-181-2/+2
* | Zero initialize newly created arraysWilliam S Fulton2016-12-181-5/+5
* | Fix %array_class in carrays.i for Python -builtinTsutomu IKEGAMI2016-12-181-41/+1
|/
* Added support for guile's native pointer typeBrian Caine2016-12-161-0/+3
* scilab: SWIG_ptr() accepts mlist typed pointers and converts them to pointersSimon Marchetto2016-12-151-17/+26
* SWIG_Tcl_ObjectDelete: Fix potential NULL pointer dereferencesOlly Betts2016-12-131-1/+2
* Fix comment typoOlly Betts2016-12-131-1/+1
* Remove dead assignmentOlly Betts2016-12-131-1/+0
* Remove pointless casting away of constOlly Betts2016-12-131-1/+1
* Suppress unused parameter warning properlyOlly Betts2016-12-131-2/+1
* Add explicit check for expected PHP versionOlly Betts2016-12-012-0/+10
* [PHP] Fix minor misindentation in generated wrapperOlly Betts2016-12-012-2/+2
* [PHP7] Wrap bool constants as PHP booleansOlly Betts2016-11-302-1/+4
* [PHP] Add support for PHP7.Olly Betts2016-11-3032-565/+3665
* Fix a few minor inconsistencies in the STL wrappersWilliam S Fulton2016-11-295-8/+8
* Merge branch 'm7thon-python23-division-operators'William S Fulton2016-11-261-10/+22
|\
| * [Python] improved wrapping of division operatorsMichael Thon2016-06-121-10/+22
* | Python: Fix mixed signedness warning for std::arrayDaniel Vollmer2016-11-231-4/+4
* | Missing transient keywords in Java proxy classWilliam S Fulton2016-11-133-6/+6
* | Fix #555 - Add stdio.hJoseph C Wang2016-11-121-0/+1
* | Python - fix compilation error when using -extranative and -builtin.William S Fulton2016-11-021-1/+1
* | Merge branch 'myd7349-master'William S Fulton2016-10-302-0/+228
|\ \
| * | Add C++11 std::array interface file for C#myd73492016-07-051-0/+227
| * | SWIG_STD_VECTOR_ENHANCED for std::wstringmyd73492016-07-041-0/+1
* | | Merge branch 'tobilau-localref_wstring'William S Fulton2016-10-301-12/+14
|\ \ \
| * | | Added LocalRefGuard for wstringsTobias Lau2016-10-201-12/+14
* | | | Add missing VOID_INT_PTR director typemapsWilliam S Fulton2016-10-231-1/+2
|/ / /
* | | Return to Python builtin tp_new initialization in init function.William S Fulton2016-10-151-1/+2
* | | Fix redundant NULL check in php typemapsWilliam S Fulton2016-10-151-6/+12
* | | Cosmetic change to using SwigPyObjectWilliam S Fulton2016-10-141-2/+5
* | | Fix Python pickling and metaclass for builtin wrappersWilliam S Fulton2016-10-142-9/+95
* | | scilab: add runtime function SWIG_Scilab_TypeQuery() checks runtime is initia...Simon Marchetto2016-10-052-0/+26
* | | scilab: clean runtime code (move error functions..)Simon Marchetto2016-10-052-71/+70
* | | Add further documentation/info on the smartptr feature to the shared_ptr libr...William S Fulton2016-09-301-0/+7
* | | scilab: remove compilation warningsSimon Marchetto2016-09-263-4/+3
* | | scilab: mlists that map pointers can be given a custom type nameSimon Marchetto2016-09-262-9/+11