summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix for new split module test cases.Mike Romberg2016-06-021-9/+37
| * split_wrapper -> split_modules to avoid conflict with clean ruleMike Romberg2016-06-0247-1/+2
| * Add cases for tests without the -py3 flag even when PY3 is set.Mike Romberg2016-06-0224-3/+181
| * Tests/Examples for the use case of splitting the wrapper.Mike Romberg2016-06-0224-0/+208
|/
* Add comment about cpp_template_repeat testcaseWilliam S Fulton2016-06-011-1/+1
* Removing empty errors tests - template typename missingWilliam S Fulton2016-06-012-8/+0
* Removing empty error tests - this one seems to be valid C preprocessor codeWilliam S Fulton2016-06-012-7/+0
* Removing empty errors tests - tests that are valid C/C++ codeWilliam S Fulton2016-06-016-25/+0
* Removing empty error tests - c_default_errorWilliam S Fulton2016-06-014-4/+20
* Correct CHANGES comment about kwargs and compactdefaultargs.William S Fulton2016-05-311-1/+1
* Smart pointer to %ignored class doesn't expose inherited methods fix.William S Fulton2016-05-315-3/+58
* Bump version to 3.0.10William S Fulton2016-05-296-201/+205
* swig-3.0.9 release updatev3.0.9rel-3.0.9William S Fulton2016-05-295-4/+12
* Check for qt patched version of wkhtmltopdf for pdf doc generationWilliam S Fulton2016-05-291-0/+1
* statically link to gcc windows runtimes when cross compiling windows binariesWilliam S Fulton2016-05-291-9/+13
* Fix warning compiling with i686-w64-mingw32-gccWilliam S Fulton2016-05-291-1/+3
* No need to detect languages when building Windows binaryWilliam S Fulton2016-05-291-2/+2