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
*
Remove redundant os.path.normcase invocation in SCons/Tool/MSCommon/MSVC/Util...
Joseph Brill
2023-10-15
1
-1/+1
*
Internal updates to MSCommon/MSVC/Util.py and MSCommon/MSVC/Config.py.
Joseph Brill
2023-10-15
2
-6/+5
*
Replace process_path with normalize_path in MSCommon/MSVC/Util.py
Joseph Brill
2023-10-14
4
-18/+180
*
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
*
Additional validation for MSVC_SDK_VERSION and MSVC_SPECTRE_LIBS. Adjust doc...
Joseph Brill
2022-06-28
5
-75/+284
*
Add docstrings to MSVC/Util.py methods.
Joseph Brill
2022-06-27
1
-0/+30
*
Move verify invocation to last line of vc.py. Add verify method to Config mo...
Joseph Brill
2022-06-27
3
-5/+49
*
Rework SxS toolset version support and vcvars bug fix handling. Update MSVC_...
Joseph Brill
2022-06-27
1
-18/+63
*
Reorder function declarations
Joseph Brill
2022-06-22
1
-23/+23
*
Remove debug messages that by default are noisy.
Joseph Brill
2022-06-21
1
-2/+0
[next]