| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SWIG: improve tool detection, and update SWIG tests to run on Windows. | Gary Oberbrunner | 2014-08-21 | 1 | -7/+7 |
| | | | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows. | ||||
| * | Don't hard-code the swig location in the expected output. | Steven Knight | 2009-11-28 | 1 | -11/+7 |
| | | | | | Use test.wrap_stdout() instead of hard-coding the SCons messages. | ||||
| * | Fix bug 1944 - handle non-existant .i files when swig emitter is called. ↵ | William Deegan | 2009-11-14 | 1 | -0/+102 |
| Make an educated guess on the generated module name based on the .i file name. | |||||
