summaryrefslogtreecommitdiffstats
path: root/test/MSVS
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for Visual Studio 2005 Professional. Windows portability fixes ↵Steven Knight2006-02-124-4/+8
| | | | for various tests. (Baptiste Lepilleur)
* Fix over-zealous common prefix matching when generating Visual Studio ↵Steven Knight2006-02-125-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 Knight2006-01-202-0/+428
| | | | file. (Matthias)
* Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer)Steven Knight2005-11-052-0/+2
|
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-142-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 Knight2005-10-096-27/+36
|
* MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ↵Steven Knight2005-10-083-88/+265
| | | | generation of project and solution files. (Stanislav Baranov)
* Update MSVS tests with BuildDir logic.Steven Knight2005-10-073-24/+161
|
* Refactor MSVS tests to separate file-generation tests (which can be executed ↵Steven Knight2005-10-068-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 Knight2005-08-203-0/+814
around a quoting issue. (Shannon Mann)