summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Rework Python builtin CLOSURE macrosWilliam S Fulton2016-09-251-227/+303
* | | More flexible python builtin slotsWilliam S Fulton2016-09-251-15/+27
* | | Merge pull request #793 from q-p/bad_castWilliam S Fulton2016-09-2510-0/+22
|\ \ \
| * | | Fix missed filesDaniel Vollmer2016-09-172-0/+2
| * | | Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-178-0/+10
| * | | Add std::bad_cast to std_except.iDaniel Vollmer2016-09-177-0/+10
* | | | Fix iterators for containers of NULL pointers (or Python None) when using -bu...William S Fulton2016-09-171-12/+0
|/ / /
* | | [Javascript] Fix SWIG_exception() macro (#792)Olly Betts2016-09-176-3/+6
* | | Arrange to return after calling zend_throw_exception()Olly Betts2016-09-161-1/+1
* | | cstrings.swg: fix function names inside comments (#790)Marcin Wojdyr2016-09-161-3/+3
* | | Merge branch 'xypron-532'William S Fulton2016-09-121-2/+2
|\ \ \
| * | | Csharp: CLS compliance - keyword renameHeinrich Schuchardt2016-09-091-2/+2
* | | | Fix one casting warning on Linux (#787)brgirgis2016-09-121-1/+1
|/ / /
* | | scilab: pointer is mapped to mlist instead of tlist (for scilab overloading)Simon Marchetto2016-09-021-7/+7
* | | [PHP] Fix "in" typemap for char INPUT[ANY]Olly Betts2016-09-021-1/+1
* | | More efficient Python slicingWilliam S Fulton2016-09-016-0/+45
* | | Slight simplification of Python slicingWilliam S Fulton2016-09-011-44/+38
* | | [PHP] Fix out typemap for member function pointersOlly Betts2016-09-021-5/+1
* | | Merge pull request #771 from swig/builtin-hashableWilliam S Fulton2016-09-012-12/+29
|\ \ \
| * | | Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-232-12/+29
* | | | Remove unused SWIG_landfillOlly Betts2016-08-301-3/+0
|/ / /
* | | Fix hash function type checking for older versions of PythonWilliam S Fulton2016-08-231-1/+4
* | | Merge branch 'builtin-tweaks'William S Fulton2016-08-224-30/+33
|\ \ \
| * | | Python builtin minor tweaksWilliam S Fulton2016-08-223-11/+7