Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow examples and test-suite to be built out of source tree | Karl Wette | 2014-05-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | More cleaning up of the class examples | Olly Betts | 2014-05-05 | 1 | -5/+5 |
| | |||||
* | Whitespace cleanup of Example Makefiles | Karl Wette | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Further cleaning up of class examples | Olly Betts | 2014-02-24 | 1 | -27/+17 |
| | |||||
* | Modula3 makefiles tweaks for consistency with other languages - they still ↵ | William S Fulton | 2013-04-19 | 1 | -5/+4 |
| | | | | don't work though | ||||
* | Remove cvsignore files: this is stored on svn:igonre property now | John Lenz | 2006-12-03 | 1 | -17/+0 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9593 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | force examples to use preinst-swig, as is done in the test-suite | Marcelo Matus | 2005-11-27 | 1 | -1/+1 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7880 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | added basic Modula-3 support | Henning Thielemann | 2004-03-19 | 6 | -0/+157 |
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5776 626c5289-ae23-0410-ae9c-e8d60b6d4f22 |