summaryrefslogtreecommitdiff
path: root/Examples/python/performance
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-146-8/+8
|
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-215-40/+65
| | | | | | | | | | | | | 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 whitespaceJon Schlueter2015-05-086-16/+25
| | | | automated cleanup only of the Examples/python example code
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-115-25/+25
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Executable bits and shebang fixesWilliam S Fulton2014-02-166-12/+0
|
* Python examples makefiles clean target fixed and use RUNPIPE and tidyupWilliam S Fulton2013-04-196-45/+31
|
* Added .PHONY targetsStefan Zager2011-04-071-0/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Merged from branches/szager-python-builtinStefan Zager2011-04-031-8/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Accidentally added build targets.Stefan Zager2011-02-1012-1229/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12453 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added test harnessStefan Zager2011-02-1022-226/+66
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12452 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Simple test of operator overload. -builtin should shine in this test.Stefan Zager2011-02-109-0/+341
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12451 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Accidentally imported build products.Stefan Zager2011-02-1014-6908/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12450 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Test operator overloads with deep hierarchy.Stefan Zager2011-02-1010-0/+7033
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12449 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Makefile tweaksStefan Zager2011-02-091-6/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12445 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* A collection of performance tests. The variants we're mostStefan Zager2011-02-0928-0/+1294
interested in are: - swig run without any special parameters - swig run with -O - swig run with -builtin git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12444 626c5289-ae23-0410-ae9c-e8d60b6d4f22