summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix potential security exploit in generated Java classesWilliam S Fulton2015-08-023-11/+11
* Consistent memory initialization in php typemaps.William S Fulton2015-07-302-2/+2
* Initialise all newly created arrays in arrays.i library.William S Fulton2015-07-302-3/+3
* Consistent memory intiailization between C and C++ in typemapsWilliam S Fulton2015-07-302-5/+5
* Add #include <climits> for INT_MAXOrion Poplawski2015-07-101-0/+1
* Update print() signature for octave 4.0Orion Poplawski2015-07-091-0/+12
* Support for octave 4.0.0Orion Poplawski2015-07-081-0/+42
* Unused method warning suppression for Javascript v8v3.0.6rel-3.0.6William S Fulton2015-07-051-18/+18
* Merge branch 'appveyor-check-test-suite'William S Fulton2015-07-044-6/+6
|\
| * Warning fixes in generated C# code for 64bit Visual C++ on Windows.William S Fulton2015-07-031-1/+1
| * Warning fixes in generated Java code for 64bit Visual C++ on Windows.William S Fulton2015-07-033-5/+5
* | suppress warning for ExternalReference printJoseph C Wang2015-07-041-2/+2
|/
* lua: push characters as unformatted 1-character stringsNils Gladitz2015-07-013-4/+7
* simplify SWIG_SciString_AsChar()Simon Marchetto2015-06-231-23/+12
* improve support of varargsSimon Marchetto2015-06-231-0/+2
* scilab: use freeAllocatedSingleString() after getAllocatedSingleTree()Simon Marchetto2015-06-231-2/+1
* scilab: fix memory leakSimon Marchetto2015-06-231-7/+14
* R - fix duplicate generation of 'self' parameter.William S Fulton2015-06-121-0/+4
* R - Call to SWIG_createNewRef in copyToC was incorrectly named.William S Fulton2015-06-121-2/+2
* [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