index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
MSVS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix variable name (msvs_143 to msvc_143) and minor updates based on slider ou...
Joseph Brill
2021-10-05
1
-2/+2
*
Add support for Visual Studio 2022
Joseph Brill
2021-09-23
1
-0/+115
*
import os module due to NameError exception due to 'os' is not defined.
Joseph Brill
2021-09-23
3
-0/+3
*
Run autoflake on code
Mats Wichmann
2020-09-21
9
-9/+0
*
Add "#include <stdio.h>" to generated c code to prevent build failures on x86...
Joseph Brill
2020-06-27
4
-0/+4
*
Use uuid lib for Visual Studio guids
Mats Wichmann
2020-05-01
3
-3/+3
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
13
-13/+13
*
[PR 3462] convert json cache better way for py2
Mats Wichmann
2019-10-11
1
-0/+114
*
Fix flake8 issues raised by sider
Adam Gross
2019-07-18
2
-4/+0
*
Fix msvs tests
Adam Gross
2019-07-18
23
-2096/+289
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
13
-18/+18
*
removed unused imports and other sider changes
Daniel
2019-01-12
3
-5/+1
*
added test for vs 14.1 and checking arm targets
Daniel
2019-01-12
4
-0/+434
*
updated vc and tests to check the msvc cl binary
Daniel
2018-08-13
12
-22/+67
*
updated the msvs 10 test to check and make sure the cl.exe is there as well.
Daniel Moody
2018-04-05
1
-2/+6
*
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
1
-1/+1
*
py2/3 fix escaped unicode space to work for both py2/3
William Deegan
2017-04-05
7
-14/+14
*
Wrote tests to make sure the xml is valid for visual studio project files gen...
Daniel Moody
2016-11-11
1
-3/+3
*
The percent signs are causing syntax error on windows, switched to more compa...
Daniel Moody
2016-11-11
11
-11/+22
*
Fix print()
Bill
2016-05-14
1
-1/+1
*
fixes for print()'s for win32
William Deegan
2016-05-13
1
-1/+1
*
Add VS 2015 tests
Rob Smith
2015-07-15
5
-0/+541
*
- fixes for MinGW under Windows, mainly skipping MSVS-specific tests
Dirk Baechle
2012-12-18
1
-0/+4
*
vcxproj.filters files should be removed upon clean
stopiccot
2012-10-24
2
-8/+16
*
Fixed test rot in test/MSVS/CPPPATH-Dirs.py.
Gary Oberbrunner
2012-08-22
1
-1/+3
*
Fix MSVS solution generation for VS11, and fixed tests.
Gary Oberbrunner
2012-08-14
4
-4/+4
*
copy paste unit tests for VC11
stopiccot
2012-03-04
5
-0/+537
*
Test for prev commit (r5249, fix for #2702).
Gary Oberbrunner
2011-05-15
1
-0/+88
*
Integrate patch for issue 2691: MSVS 10.0 project file generation.
Gary Oberbrunner
2010-10-16
5
-0/+537
*
Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)
Gary Oberbrunner
2010-08-12
5
-8/+319
*
Missed these new test files in last commit (r5105).
Gary Oberbrunner
2010-07-22
6
-0/+649
*
Integrated patch for issue 2571, various fixes for MSVS project generation. ...
Gary Oberbrunner
2010-07-22
5
-14/+15
*
Remove unnecessary left-over "import sys" statements.
Steven Knight
2010-06-15
13
-26/+0
*
Re-enable tests on non win32 platforms.
William Deegan
2010-06-05
13
-62/+38
*
Fix failing tests on macosx
William Deegan
2010-06-04
13
-0/+78
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-4/+3
*
In addition to changed merged below, commented out for platform os2 use of ms...
William Deegan
2009-07-21
1
-1/+1
*
Set IncludeSearchPath and PreprocessorDefinitions in the generation
Steven Knight
2009-02-22
1
-1/+3
*
Fix line endings.
Steven Knight
2009-02-22
3
-335/+335
*
Disable the cut-and-paste tests for executing from generated Visual
Steven Knight
2009-02-22
2
-0/+8
*
Merged revisions 4025-4029 via svnmerge from
Steven Knight
2009-02-21
7
-34/+370
*
Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string
Steven Knight
2009-02-13
1
-0/+112
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
18
-0/+108
*
Remove (lots) more unnecessary imports.
Steven Knight
2009-02-06
2
-4/+0
*
Update the GUID of the generated project file.
Steven Knight
2009-01-21
1
-1/+1
*
Split the MSVS variant_dir sub-tests into separate test scripts.
Steven Knight
2008-09-24
8
-264/+418
*
Split the sub-tests for cleaning MSVS project and solution files
Steven Knight
2008-09-24
8
-250/+423
*
Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.
Steven Knight
2008-09-24
1
-158/+3
*
Move Visal Studio test data into QMTest/TestSConsMSVS.py.
Steven Knight
2008-09-24
3
-371/+9
*
Refactor Visual Studio testing logic into a separate TestSConsMSVS
Steven Knight
2008-09-23
10
-23/+23
[next]