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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4174 from jcbrill/jbrill-msvc-batchargs
William Deegan
2022-07-25
47
-839/+8381
|
\
|
*
Fix sphinx version < 5.1.0. For now 5.1.0 breaks the sphinx api build
William Deegan
2022-07-25
2
-8/+8
|
*
minor formatting updates
William Deegan
2022-07-25
9
-32/+30
|
*
Updated copyright block, minor code fixes
William Deegan
2022-07-25
3
-14/+36
|
*
fix variable names which were shadowing global/module symbols
William Deegan
2022-07-24
1
-5/+5
|
*
Format code via black
William Deegan
2022-07-24
1
-6/+9
|
*
Format code via black
William Deegan
2022-07-24
1
-2/+4
|
*
Format code via black
William Deegan
2022-07-24
1
-6/+3
|
*
refactore to avoid shadowing 'bool' changed variable name to bool_val
William Deegan
2022-07-24
1
-5/+5
|
*
Update MSCommon/README.rst.
Joseph Brill
2022-07-19
1
-2/+382
|
*
Remove sentence that predates file rename. [ci skip]
Joseph Brill
2022-07-18
1
-3/+0
|
*
Convert format from plain text to RST. [ci skip]
Joseph Brill
2022-07-18
1
-109/+121
|
*
Rename README to README.rst.
Joseph Brill
2022-07-18
1
-0/+0
|
*
Remove README.rst.
Joseph Brill
2022-07-18
1
-125/+0
|
*
Revert "Rename README to README.rst and update contents for RST. [ci skip]"
Joseph Brill
2022-07-18
2
-4/+117
|
*
Rename README to README.rst and update contents for RST. [ci skip]
Joseph Brill
2022-07-18
2
-117/+4
|
*
Merge branch 'master' into jbrill-msvc-batchargs
Joseph Brill
2022-07-18
10
-86/+60
|
|
\
|
*
|
Add MSCommon/README.rst with verbatim content from MSCommon/README. Add out-...
Joseph Brill
2022-07-18
2
-0/+130
|
*
|
Minor tweaks for readability and consistency.
Joseph Brill
2022-07-18
1
-6/+9
|
*
|
Add special case for msvc 14.0 and store/uwp specified via script args and sd...
Joseph Brill
2022-07-18
5
-203/+165
|
*
|
Add msvc spectre libs test. Add library path checks to msvc sdk version and ...
Joseph Brill
2022-07-17
3
-6/+184
|
*
|
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 i...
Joseph Brill
2022-07-17
5
-12/+100
|
*
|
Add msvc sdk version components utility function and tuple. Finish script ar...
Joseph Brill
2022-07-17
4
-64/+292
|
*
|
Add version components tuple to version breakdown definitions.
Joseph Brill
2022-07-17
2
-5/+14
|
*
|
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
3
-42/+330
|
*
|
Rework unit tests: move global data to Data class and move monkey patching to...
Joseph Brill
2022-07-16
6
-108/+189
|
*
|
Add additional tests for msvc_sdk_versions, msvc_toolset_versions, and msvc_q...
Joseph Brill
2022-07-15
1
-8/+82
|
*
|
Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...
Joseph Brill
2022-07-14
6
-75/+175
|
*
|
Add WinSDK tests.
Joseph Brill
2022-07-14
2
-1/+100
|
*
|
Fix new tests in vcTests.py to run on non-windows platforms.
Joseph Brill
2022-07-14
1
-9/+11
|
*
|
Disable new vcTests for non-windows platforms.
Joseph Brill
2022-07-13
1
-4/+15
|
*
|
Move individual tests file content into vcTests.py
Joseph Brill
2022-07-13
4
-272/+154
|
*
|
Update UtilTests with version components tests and remove separate msvc versi...
Joseph Brill
2022-07-13
2
-61/+11
|
*
|
Rework registry read_value to expand variables if necessary. Add registry te...
Joseph Brill
2022-07-13
2
-16/+64
|
*
|
Update utility functions and add tests.
Joseph Brill
2022-07-12
4
-43/+272
|
*
|
Add additional tests. Remove trailing whitespace.
Joseph Brill
2022-07-11
8
-60/+360
|
*
|
Local flake8 recommendations.
Joseph Brill
2022-07-11
5
-39/+53
|
*
|
Fix msvc toolset versions test when not msvc version not installed.
Joseph Brill
2022-07-10
2
-4/+5
|
*
|
Modify msvc_query_version_toolset when version is None to use default version...
Joseph Brill
2022-07-10
7
-9/+206
|
*
|
Move toolset version regexes to utility module. Rename default version method.
Joseph Brill
2022-07-09
4
-55/+72
|
*
|
Fix sider issues.
Joseph Brill
2022-07-09
2
-3/+3
|
*
|
Rework version convenience functions. Add additional tests.
Joseph Brill
2022-07-09
15
-96/+437
|
*
|
Update readme and changes for mscommon logger fix and msvc use script args fi...
Joseph Brill
2022-07-08
2
-0/+14
|
*
|
Disable cache for MSVC/MSVC_USE_SCRIPT_ARGS test.
Joseph Brill
2022-07-08
1
-0/+3
|
*
|
Fix sider issues.
Joseph Brill
2022-07-08
1
-5/+5
|
*
|
Add MSVC_SDK_VERSION tests.
Joseph Brill
2022-07-08
3
-2/+240
|
*
|
Additional policy tests for coverage.
Joseph Brill
2022-07-08
2
-0/+25
[next]