summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test case warning fixes for nodejsstl-vector-ptrsWilliam S Fulton2016-07-307-0/+61
* Fix testcase causing nodejs test failureWilliam S Fulton2016-07-301-1/+1
* UTL STL container descriptor checksWilliam S Fulton2016-07-2818-41/+53
* Fix std::vector of pointers which failed if a pointer to a pointer of the con...William S Fulton2016-07-285-9/+120
* Remove unused traits.swgWilliam S Fulton2016-07-272-311/+0
* Minor c++11 doc changeWilliam S Fulton2016-07-201-2/+2
* %interface documentation corrections and tweaksWilliam S Fulton2016-07-131-4/+4
* changes file entry for ignoring nested classesWilliam S Fulton2016-06-261-0/+3
* Merge branch 'wkalinin-nested-ignore-fix'William S Fulton2016-06-264-6/+39
|\
| * renamed test module, in accordance with other testsVladimir Kalinin2016-06-081-1/+1
| * function body fixedVladimir Kalinin2016-05-291-1/+1
| * added foo() definition to satisfy some test linking failsVladimir Kalinin2016-05-281-1/+1
| * func() renamed to foo() for 'go'Vladimir Kalinin2016-05-281-1/+1
| * fixed test-suite/nested_ignore.iVladimir Kalinin2016-05-281-1/+4
| * test for #662Vladimir Kalinin2016-05-242-0/+22
| * fix for nested ignored typesVladimir Kalinin2016-05-182-6/+14
* | Merge branch 'avalluri-leaks'William S Fulton2016-06-269-6/+36
|\ \
| * | whitespace fixWilliam S Fulton2016-06-261-1/+1
| * | memory leak improvements - delete at end of scopeWilliam S Fulton2016-06-261-2/+3
| * | CCache: Fix typo in null checkAmarnath Valluri2016-06-171-1/+1
| * | CCache: Fix memory/file descriptor leaksAmarnath Valluri2016-06-175-4/+25
| * | scilab.cxx: Fix memory leaksAmarnath Valluri2016-06-161-0/+3
| * | Fix leaked file descriptorAmarnath Valluri2016-06-161-0/+1
| * | Lua: Fix possible memory leaksAmarnath Valluri2016-06-161-0/+3
| * | go.cxx: Fix use of a freed variableAmarnath Valluri2016-06-161-1/+2
* | | Add changes entry for -castmode and integer conversion fixWilliam S Fulton2016-06-251-0/+5
* | | castmode was failing overflow tests. Fix it.Mike Romberg2016-06-251-0/+4
* | | Add changes entry for %implicitconv fix with -castmode or -fastdispatchWilliam S Fulton2016-06-251-1/+13
* | | Merge branch 'ahnolds-implicittest'William S Fulton2016-06-251-2/+14
|\ \ \
| * | | Fixing implicitconv handling for fastdispatch and castmodeAlec Cooper2016-06-231-2/+14
* | | | Add new C++11 type aliasing support to changes fileWilliam S Fulton2016-06-253-2/+6
* | | | Added support for type aliasLior Goldberg2016-06-225-53/+121
|/ / /
* | | Fix autodoc testcase for python -fastproxyWilliam S Fulton2016-06-221-0/+8
* | | %shared_ptr and %template testcase modified to work for python -OWilliam S Fulton2016-06-212-6/+9
* | | smartptr inheritance fix when using templates and typedefsWilliam S Fulton2016-06-212-4/+9
* | | Replace assert from Python testcases with code that always runs.William S Fulton2016-06-195-9/+18
|/ /
* | Bump version to 3.0.11William S Fulton2016-06-126-47/+50
* | swig-3.0.10 releasev3.0.10rel-3.0.10William S Fulton2016-06-125-5/+5
* | Add more about Python module loading changes from Mike RombergWilliam S Fulton2016-06-121-2/+21
* | Merge branch 'mromberg-extend'William S Fulton2016-06-122-0/+74
|\ \
| * | Python docs on static linking section editsWilliam S Fulton2016-06-122-47/+49
| * | Add more documentation about statically linked python modules.Mike Romberg2016-06-111-0/+72
|/ /
* | Merge branch 'mromberg-pkgdoc'William S Fulton2016-06-112-0/+132
|\ \
| * | Python module loading documentation tweaksWilliam S Fulton2016-06-112-33/+53
| * | Add documentation about how foo.py finds/loads _foo for python.Mike Romberg2016-06-071-0/+112
* | | Release notes for 3.0.10.William S Fulton2016-06-071-0/+3
|/ /
* | Test Python 3 without -py3 option on TravisWilliam S Fulton2016-06-071-0/+3
* | Avoid polluting global python namespace with version_info symbolWilliam S Fulton2016-06-071-10/+10
* | Add changes entry for python 2.7 -relativeimportWilliam S Fulton2016-06-061-0/+4
* | Merge branch 'mromberg-relative'William S Fulton2016-06-065-22/+42
|\ \