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
/
SCons
/
Tool
/
MSCommon
/
MSVC
/
ScriptArgumentsTests.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove print statement from ScriptArgumentsTests.py.
Joseph Brill
2022-07-17
1
-1/+0
|
*
Remove blank line and redundant test invocation.
Joseph Brill
2022-07-17
1
-2/+0
|
*
Add function to return toolsets with spectre libs folder (target may not be ↵
Joseph Brill
2022-07-17
1
-0/+14
|
|
|
|
installed). Add additional tests.
*
Add msvc sdk version components utility function and tuple. Finish script ↵
Joseph Brill
2022-07-17
1
-64/+205
|
|
|
|
arguments tests.
*
Add version components tuple to version breakdown definitions.
Joseph Brill
2022-07-17
1
-1/+0
|
*
Use installed versions instead of all versions.
Joseph Brill
2022-07-16
1
-2/+2
|
*
Return previous policy when setting default argument policy. Add more tests.
Joseph Brill
2022-07-16
1
-2/+279
|
*
Rework unit tests: move global data to Data class and move monkey patching ↵
Joseph Brill
2022-07-16
1
-27/+39
|
|
|
|
to Patch class.
*
Rework special case for 9.0 VCForPython handling (vc dir and batchfile ↵
Joseph Brill
2022-07-14
1
-0/+151
location). Add additional tests.