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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in Config.py initialization and rework support for MsvcQueryVersionTo...
Joseph Brill
2024-05-28
3
-9/+26
*
Rework experimental msvc_query_version_toolset function.
Joseph Brill
2024-05-27
1
-0/+29
*
Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...
Joseph Brill
2024-05-27
4
-105/+205
*
Rework vswhere executable filter/seen handling.
Joseph Brill
2024-03-24
1
-1/+0
*
Remove orphaned warning and update CHANGES.txt
Joseph Brill
2024-03-23
1
-3/+0
*
Refactor vswhere executable support and detection.
Joseph Brill
2024-03-23
1
-0/+9
*
Remove unused cache dictionary.
Joseph Brill
2024-01-07
1
-2/+0
*
Merge branch 'master' into HEAD
Joseph Brill
2024-01-07
5
-20/+181
*
MSVC: detection fixes and changes
Joseph Brill
2023-09-08
7
-31/+846
*
More conversions: {repr(var)} -> {var!r}
Mats Wichmann
2023-08-04
1
-2/+2
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
4
-18/+18
*
Merge branch 'master' into jbrill-gh4312-fixplus
Joseph Brill
2023-06-20
1
-3/+3
|
\
|
*
Followon to PR #4348: more bool fixes
Mats Wichmann
2023-06-16
1
-3/+3
*
|
Merge branch 'master' into jbrill-gh4312-fixplus
Joseph Brill
2023-05-04
13
-105/+105
|
\
\
|
|
/
|
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
13
-105/+105
*
|
Fix #4312 and Windows on ARM64 support.
Joseph Brill
2023-03-14
1
-13/+16
|
/
*
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
*
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
1
-20/+24
*
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
2
-1/+36
*
Add msvc sdk version components utility function and tuple. Finish script ar...
Joseph Brill
2022-07-17
3
-64/+291
*
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
2
-6/+284
*
Rework unit tests: move global data to Data class and move monkey patching to...
Joseph Brill
2022-07-16
5
-84/+152
*
Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...
Joseph Brill
2022-07-14
3
-3/+162
*
Add WinSDK tests.
Joseph Brill
2022-07-14
2
-1/+100
*
Update UtilTests with version components tests and remove separate msvc versi...
Joseph Brill
2022-07-13
1
-0/+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
3
-0/+356
*
Move toolset version regexes to utility module. Rename default version method.
Joseph Brill
2022-07-09
2
-49/+66
*
Fix sider issues.
Joseph Brill
2022-07-09
1
-1/+1
*
Rework version convenience functions. Add additional tests.
Joseph Brill
2022-07-09
5
-68/+106
*
Add utility function for msvc_version components. Add convenience function t...
Joseph Brill
2022-07-07
1
-4/+59
*
Minor update to msvc exceptions and rework new unit tests.
Joseph Brill
2022-07-07
2
-7/+13
*
Rename msvc functions for consistency. Make additional msvc functions and ex...
Joseph Brill
2022-07-05
1
-4/+4
*
Remove API module and import exceptions and global policy functions
Joseph Brill
2022-07-05
4
-56/+0
*
Revert from MSVCNotFoundWarning back to VisualCMissingWarning (test failures).
Joseph Brill
2022-07-05
2
-6/+1
*
Add msvc script error global policy and construction variable. Move msvc not ...
Joseph Brill
2022-07-05
9
-252/+611
*
Fix Util.py docstring for listdir_dirs. Minor update to reading sxs toolsets...
Joseph Brill
2022-06-30
2
-42/+48
*
Add 14.0 toolset registry check as done in msvc vsvars140.bat.
Joseph Brill
2022-06-29
2
-1/+21
*
Use msvc version prefix instead of version prefix for internal dictionary loo...
Joseph Brill
2022-06-29
3
-3/+3
*
Fix sider issue.
Joseph Brill
2022-06-28
1
-1/+1
[next]