Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify examples to be both Python 2 and 3 compatible | William S Fulton | 2020-08-15 | 1 | -14/+14 |
| | | | | For removing dependency on 2to3 | ||||
* | Drop support for Python classic classes | Olly Betts | 2018-10-12 | 1 | -9/+9 |
| | | | | | | | | | | | | There were only needed to support Python < 2.2, and we now require at least Python 2.6. Conflicts: .travis.yml Examples/test-suite/python/autodoc_runme.py Source/Modules/python.cxx This is a cherry-pick and merge from patch in #1261 | ||||
* | Examples update to support C++17: exception specification throw removal | William S Fulton | 2018-05-04 | 2 | -36/+3 |
| | |||||
* | Warning fixes for gcc-7 | William S Fulton | 2017-02-06 | 1 | -0/+7 |
| | | | | warning: dynamic exception specifications are deprecated in C++11; use 'noexcept' instead [-Wdeprecated] | ||||
* | Remove use of preinst-swig script | William S Fulton | 2015-08-21 | 1 | -3/+6 |
| | | | | | | | | | | | | | Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473. | ||||
* | autopep8 cleanup of Examples/python whitespace | Jon Schlueter | 2015-05-08 | 1 | -24/+18 |
| | | | | automated cleanup only of the Examples/python example code | ||||
* | Bypass Python exmples not supported by -builtin | William S Fulton | 2014-10-07 | 2 | -2/+14 |
| | | | | | Builtin classes as exceptions not supported, so don't run these aspects of the examples when using -builtin. | ||||
* | Allow examples and test-suite to be built out of source tree | Karl Wette | 2014-05-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | - Examples/Makefile.in rules use SRCDIR as the relative source directory - ./config.status replicates Examples/ source directory tree in build directory, and copies each Makefile to build directory, prefixed with a header which sets SRCDIR to source directory - Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir - Examples/test-suite/errors/Makefile.in needs to filter out source directory from SWIG error messages - Lua: embedded interpreters are passed location of run-time test - Python: copy run-time scripts to build directory because of 2to3 conversion; import_packages example copies __init__.py from source directory; test-suite sets SCRIPTDIR to location of run-time tests - Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir can be substituted with SRCDIR; removed './' from require() statements so that NODE_PATH can be used to point Node.js to build directory | ||||
* | Whitespace cleanup of Example Makefiles | Karl Wette | 2014-04-16 | 1 | -2/+2 |
| | |||||
* | Python examples makefiles clean target fixed and use RUNPIPE and tidyup | William S Fulton | 2013-04-19 | 1 | -8/+7 |
| | |||||
* | Merged the Python 3.0 support branch. The merging progress is not so smooth, ↵ | Haoyu Bai | 2008-09-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | so hope this commit won't make anything broken. This is the (incomplemete) log produced by svnmerge.py: Merged revisions 10405-10409,10420-10422,10426,10438,10445,10451,10454-10465,10467,10473-10475,10485,10488-10489,10493-10495,10497,10509-10510,10513-10514,10517,10520,10525,10528-10529,10533-10535,10554-10557,10570,10573,10593,10614,10666-10669,10673,10678,10687,10690,10704-10706,10731,10744,10750-10752,10755,10759,10770,10775-10776,10813,10819 via svnmerge from https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-bhy git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10834 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | shadow->proxy terminology update | William S Fulton | 2008-04-29 | 4 | -0/+234 |
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10400 626c5289-ae23-0410-ae9c-e8d60b6d4f22 |