Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for Visual Studio 2005 Professional. Windows portability fixes ↵ | Steven Knight | 2006-02-12 | 4 | -4/+8 | |
| | | | | for various tests. (Baptiste Lepilleur) | |||||
* | Fix over-zealous common prefix matching when generating Visual Studio ↵ | Steven Knight | 2006-02-12 | 5 | -12/+289 | |
| | | | | project files. (David J. Van Maren) Avoid overwriting available MSVS versions that are already set. (Thad Ward) Add a runfile parameter to Project creation. (Matthias) | |||||
* | Add support for Visual Studio 8, and multiple project files in a solution ↵ | Steven Knight | 2006-01-20 | 2 | -0/+428 | |
| | | | | file. (Matthias) | |||||
* | Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer) | Steven Knight | 2005-11-05 | 2 | -0/+2 | |
| | ||||||
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵ | Steven Knight | 2005-10-14 | 2 | -2/+2 | |
| | | | | them with the python -tt option to keep them out. | |||||
* | Put quotes around the -C directory in command lines in MSVS project files. | Steven Knight | 2005-10-09 | 6 | -27/+36 | |
| | ||||||
* | MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ↵ | Steven Knight | 2005-10-08 | 3 | -88/+265 | |
| | | | | generation of project and solution files. (Stanislav Baranov) | |||||
* | Update MSVS tests with BuildDir logic. | Steven Knight | 2005-10-07 | 3 | -24/+161 | |
| | ||||||
* | Refactor MSVS tests to separate file-generation tests (which can be executed ↵ | Steven Knight | 2005-10-06 | 8 | -604/+730 | |
| | | | | on any Windows system) from Visual Studio execution tests (which need a specific VS version installed). | |||||
* | Have Visual Studio echo that we're using SCons to build things, to work ↵ | Steven Knight | 2005-08-20 | 3 | -0/+814 | |
around a quoting issue. (Shannon Mann) |