summaryrefslogtreecommitdiff
path: root/test/MSVS
Commit message (Expand)AuthorAgeFilesLines
* py2/3 fix escaped unicode space to work for both py2/3William Deegan2017-04-057-14/+14
* Wrote tests to make sure the xml is valid for visual studio project files gen...Daniel Moody2016-11-111-3/+3
* The percent signs are causing syntax error on windows, switched to more compa...Daniel Moody2016-11-1111-11/+22
* Fix print()Bill2016-05-141-1/+1
* fixes for print()'s for win32William Deegan2016-05-131-1/+1
* Add VS 2015 testsRob Smith2015-07-155-0/+541
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-0/+4
* vcxproj.filters files should be removed upon cleanstopiccot2012-10-242-8/+16
* Fixed test rot in test/MSVS/CPPPATH-Dirs.py.Gary Oberbrunner2012-08-221-1/+3
* Fix MSVS solution generation for VS11, and fixed tests.Gary Oberbrunner2012-08-134-4/+4
* copy paste unit tests for VC11stopiccot2012-03-045-0/+537
* Test for prev commit (r5249, fix for #2702).Gary Oberbrunner2011-05-151-0/+88
* Integrate patch for issue 2691: MSVS 10.0 project file generation.Gary Oberbrunner2010-10-165-0/+537
* Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)Gary Oberbrunner2010-08-125-8/+319
* Missed these new test files in last commit (r5105).Gary Oberbrunner2010-07-226-0/+649
* Integrated patch for issue 2571, various fixes for MSVS project generation. ...Gary Oberbrunner2010-07-225-14/+15
* Remove unnecessary left-over "import sys" statements.Steven Knight2010-06-1513-26/+0
* Re-enable tests on non win32 platforms.William Deegan2010-06-0513-62/+38
* Fix failing tests on macosxWilliam Deegan2010-06-0413-0/+78
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+3
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-1/+1
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-221-1/+3
* Fix line endings.Steven Knight2009-02-223-335/+335
* Disable the cut-and-paste tests for executing from generated VisualSteven Knight2009-02-222-0/+8
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-217-34/+370
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-0/+112
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0918-0/+108
* Remove (lots) more unnecessary imports.Steven Knight2009-02-062-4/+0
* Update the GUID of the generated project file.Steven Knight2009-01-211-1/+1
* Split the MSVS variant_dir sub-tests into separate test scripts.Steven Knight2008-09-248-264/+418
* Split the sub-tests for cleaning MSVS project and solution filesSteven Knight2008-09-248-250/+423
* Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.Steven Knight2008-09-241-158/+3
* Move Visal Studio test data into QMTest/TestSConsMSVS.py.Steven Knight2008-09-243-371/+9
* Refactor Visual Studio testing logic into a separate TestSConsMSVSSteven Knight2008-09-2310-23/+23
* Fix for Windows that doesn't break other systems: delete theSteven Knight2008-09-223-3/+3
* Windows test fix: enhance the TestSCons class so an explicitSteven Knight2008-09-203-6/+6
* Merged revisions 3057-3059,3061-3264 via svnmerge fromSteven Knight2008-08-094-32/+36
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-314-4/+4
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-012-4/+4
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-136-19/+19
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-026-31/+75
* Add support for Visual Studio 2005 Professional. Windows portability fixes f...Steven Knight2006-02-124-4/+8
* Fix over-zealous common prefix matching when generating Visual Studio project...Steven Knight2006-02-125-12/+289
* Add support for Visual Studio 8, and multiple project files in a solution fil...Steven Knight2006-01-202-0/+428
* 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 th...Steven Knight2005-10-142-2/+2
* 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 ge...Steven Knight2005-10-083-88/+265
* 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