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
/
vc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright block, minor code fixes
William Deegan
2022-07-25
1
-8/+9
*
Add function to return toolsets with spectre libs folder (target may not be i...
Joseph Brill
2022-07-17
1
-0/+25
*
Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...
Joseph Brill
2022-07-14
1
-13/+11
*
Local flake8 recommendations.
Joseph Brill
2022-07-11
1
-7/+7
*
Modify msvc_query_version_toolset when version is None to use default version...
Joseph Brill
2022-07-10
1
-5/+5
*
Move toolset version regexes to utility module. Rename default version method.
Joseph Brill
2022-07-09
1
-4/+4
*
Rework version convenience functions. Add additional tests.
Joseph Brill
2022-07-09
1
-24/+27
*
Add utility function for msvc_version components. Add convenience function t...
Joseph Brill
2022-07-07
1
-0/+6
*
Minor update to msvc exceptions and rework new unit tests.
Joseph Brill
2022-07-07
1
-2/+3
*
Return empty list instead of None in msvc_toolset_versions. Expand msvc tools...
Joseph Brill
2022-07-07
1
-2/+2
*
Fix typo in comment and add msvc not found, msvc script error, and msvc tools...
Joseph Brill
2022-07-07
1
-1/+1
*
Return full toolset version number for version toolset query function.
Joseph Brill
2022-07-06
1
-3/+6
*
Rename msvc functions for consistency. Make additional msvc functions and ex...
Joseph Brill
2022-07-05
1
-14/+6
*
Remove API module and import exceptions and global policy functions
Joseph Brill
2022-07-05
1
-1/+13
*
Add msvc script error global policy and construction variable. Move msvc not ...
Joseph Brill
2022-07-05
1
-26/+198
*
Add 14.0 toolset registry check as done in msvc vsvars140.bat.
Joseph Brill
2022-06-29
1
-1/+0
*
Move verify invocation to last line of vc.py. Add verify method to Config mo...
Joseph Brill
2022-06-27
1
-0/+3
*
Remove MSVC_TOOLSET_VERSION from intent to use msvc tools (attached to defaul...
Joseph Brill
2022-06-21
1
-7/+1
*
Remove debug messages that by default are noisy.
Joseph Brill
2022-06-21
1
-5/+2
*
Fix sider issue
Joseph Brill
2022-06-21
1
-1/+1
*
Add comment and import one-by-one for msvc notfound policy and flake8 F401
Joseph Brill
2022-06-21
1
-4/+3
*
Update flake8 F401 placement
Joseph Brill
2022-06-21
1
-3/+3
*
Comment out BatchFileExecutionWarning definition and invocation.
Joseph Brill
2022-06-21
1
-3/+3
*
Consider MSVC_TOOLSET_VERSION specification intent to use msvc tools. Update...
Joseph Brill
2022-06-21
1
-4/+12
*
Suppress sider imported but unused for namespace. Restrict MSVC_UWP_APP boole...
Joseph Brill
2022-06-21
1
-2/+2
*
Cleanup MSCommon/vc imports and move Dispatcher imports and registration
Joseph Brill
2022-06-20
1
-0/+6
*
Fix typo in module name
Joseph Brill
2022-06-20
1
-1/+1
*
Refactor recent portions of vc.py into MSVC module
Joseph Brill
2022-06-20
1
-1625/+13
*
Fix windows SDK reference
Joseph Brill
2022-06-20
1
-1/+1
*
Rename _Const to _Config. Rework msvc sdk version function. Minor cleanup.
Joseph Brill
2022-06-20
1
-32/+36
*
Update boolean symbols
Joseph Brill
2022-06-17
1
-5/+8
*
Remove unnecessary variable initialization
Joseph Brill
2022-06-16
1
-2/+0
*
Rename Manager to Dispatcher
Joseph Brill
2022-06-16
1
-6/+6
*
Add dispatch class for reset and verify methods. Verify data structure consi...
Joseph Brill
2022-06-16
1
-44/+144
*
Update comments
Joseph Brill
2022-06-16
1
-2/+1
*
Rename msvc batch platform (uwp/store/desktop) to platform_type.
Joseph Brill
2022-06-16
1
-26/+24
*
Add SDK version support and validate all arguments.
Joseph Brill
2022-06-16
1
-348/+731
*
Change IOError to OSError
Joseph Brill
2022-06-14
1
-2/+2
*
Disable MSVC_TOOLSET_DEFAULT_VCVARSVER
Joseph Brill
2022-06-14
1
-1/+1
*
Convert SortOrder class to enum
Joseph Brill
2022-06-14
1
-5/+7
*
Detect multiple declarations between MSVC_SCRIPT_ARGS and new variables. Sor...
Joseph Brill
2022-06-14
1
-58/+195
*
Expand data structures and rework version comparisons and messages.
Joseph Brill
2022-06-13
1
-131/+365
*
Convert VS constants to namedtuples. Update debug message content.
Joseph Brill
2022-06-12
1
-46/+62
*
Fix sider complaints
Joseph Brill
2022-06-12
1
-4/+4
*
Initial support for msvc batch file arguments
Joseph Brill
2022-06-12
1
-17/+474
*
Refine conditions for intent to use msvc tools
Joseph Brill
2022-06-10
1
-4/+26
*
Add preliminary docstrings for set_msvc_notfound_policy and get_msvc_notfound...
Joseph Brill
2022-06-08
1
-0/+14
*
Treat environment notfound policy set to None the same as if undefined (defau...
Joseph Brill
2022-05-19
1
-6/+13
*
Change notfound policy parallel variables to namedtuple.
Joseph Brill
2022-05-19
1
-48/+69
*
Merge branch 'master' into jbrill-msvc-warnfix
Joseph Brill
2022-05-16
1
-1/+19
|
\
[next]