summaryrefslogtreecommitdiffstats
path: root/test/MSVS
Commit message (Expand)AuthorAgeFilesLines
* Fix variable name (msvs_143 to msvc_143) and minor updates based on slider ou...Joseph Brill2021-10-051-2/+2
* Add support for Visual Studio 2022Joseph Brill2021-09-231-0/+115
* import os module due to NameError exception due to 'os' is not defined.Joseph Brill2021-09-233-0/+3
* Run autoflake on codeMats Wichmann2020-09-219-9/+0
* Add "#include <stdio.h>" to generated c code to prevent build failures on x86...Joseph Brill2020-06-274-0/+4
* Use uuid lib for Visual Studio guidsMats Wichmann2020-05-013-3/+3
* syntax fixups suggested by PyCharmMats Wichmann2019-12-2313-13/+13
* [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-111-0/+114
* Fix flake8 issues raised by siderAdam Gross2019-07-182-4/+0
* Fix msvs testsAdam Gross2019-07-1823-2096/+289
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-2513-18/+18
* removed unused imports and other sider changesDaniel2019-01-123-5/+1
* added test for vs 14.1 and checking arm targetsDaniel2019-01-124-0/+434
* updated vc and tests to check the msvc cl binaryDaniel2018-08-1312-22/+67
* updated the msvs 10 test to check and make sure the cl.exe is there as well.Daniel Moody2018-04-051-2/+6
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-111-1/+1
* 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-144-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