summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| |\ \
| | * | Python: Do not import all of sys when using -relativeimportWilliam S Fulton2016-06-062-7/+8
| | * | Add missing print statements to the Python import_packages testsWilliam S Fulton2016-06-063-0/+23
| | * | Update -relative import documentation to reflect runtime check.Mike Romberg2016-06-061-15/+10
| | * | > to >=Mike Romberg2016-06-061-1/+1
| | * | Make the check for python3 -relative does python runtime check.Mike Romberg2016-06-061-7/+8
| * | | Only test python:abc feature when passing -py3 to swigWilliam S Fulton2016-06-062-0/+10
| |/ /
| * | Examples makefile changes to make it easier to test python3 without -py3William S Fulton2016-06-051-7/+7
| * | Expand Travis to test python 2.6 with -builtinWilliam S Fulton2016-06-051-0/+3
| * | Remove unused code in R wrappersWilliam S Fulton2016-06-051-4/+0
| * | Add changes entry for python import fixesWilliam S Fulton2016-06-051-0/+12
| * | Merge branch 'mromberg-impfix'William S Fulton2016-06-0515-57/+210
| |\ \
| | * | Examples readme file tweakWilliam S Fulton2016-06-051-7/+2
| | * | remove builtin tests as they are already covered.Mike Romberg2016-06-0411-93/+1
| | * | Apply patch to cleanup whitespace from wsfultonMike Romberg2016-06-046-16/+14
| | * | and... remove all the .py files that were copied over from the source tree.Mike Romberg2016-06-031-1/+1
| | * | remove -py3 related tests. Move py3 specific code to it's own moduleMike Romberg2016-06-0321-226/+49
| | * | copy everything with a .py extension into the build tree (creating dirs if ne...Mike Romberg2016-06-031-4/+5
| | * | debugMike Romberg2016-06-031-8/+4
| | * | avoid the shell checks involving __init__.pyMike Romberg2016-06-031-2/+8
| | * | Something optimizes out empty files and breaks the tests. Put something in.Mike Romberg2016-06-0317-0/+11