| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't skip Copy-Symlinks test on Windows; it should be made to work instead. | GaryO | 2014-08-23 | 1 | -3/+0 |
| | | |||||
| * | Fixed or skipped tests that fail on Windows. | GaryO | 2014-08-22 | 5 | -3/+10 |
| | | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly. | ||||
| * | SWIG: improve tool detection, and update SWIG tests to run on Windows. | GaryO | 2014-08-21 | 1244 | -0/+127463 |
| 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. | |||||
