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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Change to individual imports with noqa F401 to appease sider/flake8.
Joseph Brill
2022-07-05
1
-22/+19
|
*
|
Rename msvc functions for consistency. Make additional msvc functions and ex...
Joseph Brill
2022-07-05
3
-18/+35
|
*
|
Remove API module and import exceptions and global policy functions
Joseph Brill
2022-07-05
5
-57/+13
|
*
|
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
11
-278/+934
|
*
|
Fix: make MSCommon logger to be independent of root logger.
Joseph Brill
2022-07-01
1
-4/+4
|
*
|
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
3
-2/+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
6
-77/+299
|
*
|
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
4
-5/+52
|
*
|
Rework SxS toolset version support and vcvars bug fix handling. Update MSVC_...
Joseph Brill
2022-06-27
2
-32/+88
|
*
|
Set global lxml etree XSLT maximum traversal depth. Update generated document...
Joseph Brill
2022-06-26
1
-0/+12
|
*
|
Merge branch 'master' into jbrill-msvc-batchargs
Joseph Brill
2022-06-26
16
-198/+250
|
|
\
\
|
*
|
|
Minor documentation update based on stress tests [ci skip]
Joseph Brill
2022-06-25
1
-4/+6
|
*
|
|
Documentation updates [ci skip]
Joseph Brill
2022-06-24
1
-82/+117
|
*
|
|
Construction variable documentation additions and modifications.
Joseph Brill
2022-06-23
1
-11/+542
|
*
|
|
Reorder function declarations
Joseph Brill
2022-06-22
1
-23/+23
|
*
|
|
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
2
-7/+2
|
*
|
|
Move SCONS_CACHE_MSVC_FORCE_DEFAULTS environment variable query to MSCommon a...
Joseph Brill
2022-06-21
2
-11/+12
|
*
|
|
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
2
-8/+17
|
*
|
|
Add internal, undocumented SCONS_CACHE_MSVC_FORCE_DEFAULTS environment variab...
Joseph Brill
2022-06-21
1
-0/+22
|
*
|
|
Suppress sider imported but unused for namespace. Restrict MSVC_UWP_APP boole...
Joseph Brill
2022-06-21
3
-15/+18
|
*
|
|
Add global for cache reset (classmethod to module omission) and remove duplic...
Joseph Brill
2022-06-21
3
-2/+4
|
*
|
|
Cleanup MSCommon/vc imports and move Dispatcher imports and registration
Joseph Brill
2022-06-20
10
-18/+18
|
*
|
|
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
12
-1627/+1968
|
*
|
|
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
2
-32/+37
|
*
|
|
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
|
*
|
|
Merge branch 'master' into jbrill-msvc-batchargs
Joseph Brill
2022-06-16
15
-124/+264
|
|
\
\
\
|
*
|
|
|
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
[prev]
[next]