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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused MSCommonLogFile warning.
Joseph Brill
2024-10-08
1
-3/+0
*
Detect double quotes in SCONS_MSCOMMON_DEBUG value and raise UserError immedi...
Joseph Brill
2024-10-01
1
-9/+6
*
Remove unnecessary f-string specification in ms common logging error message.
Joseph Brill
2024-09-27
1
-1/+1
*
Simplify log file handling.
Joseph Brill
2024-09-27
1
-169/+20
*
Validate the SCONS_MSCOMMON_DEBUG file name.
Joseph Brill
2024-09-26
1
-2/+175
*
Fix bug in Config.py initialization and rework support for MsvcQueryVersionTo...
Joseph Brill
2024-05-28
5
-32/+91
*
Fix msvc_query_version_toolset function test in vcTests.py
Joseph Brill
2024-05-28
2
-3/+37
*
Rework experimental msvc_query_version_toolset function.
Joseph Brill
2024-05-27
4
-92/+179
*
Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...
Joseph Brill
2024-05-27
6
-160/+294
*
Simplify check for VSWHERE undefined, None, or empty.
Joseph Brill
2024-05-21
1
-3/+3
*
Update vswhere function api and update MSCommon/README.rst
Joseph Brill
2024-03-26
2
-11/+34
*
Change rst footnotes to numbered lists (github rendering places at end of doc...
Joseph Brill
2024-03-25
1
-7/+10
*
Convert simple tables to grid tables in MSCommon/README.rst
Joseph Brill
2024-03-25
1
-77/+125
*
Update MSCommon/README.rst formatting.
Joseph Brill
2024-03-25
1
-126/+99
*
Rework vswhere executable filter/seen handling.
Joseph Brill
2024-03-24
3
-86/+69
*
Remove orphaned warning and update CHANGES.txt
Joseph Brill
2024-03-23
1
-3/+0
*
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-03-23
1
-1/+1
|
\
|
*
Lock creation of CacheDir config
Mats Wichmann
2024-03-11
1
-1/+1
|
*
MSVS/MSVC: msvs tool, msvs tests, and msvc detection fixes
Joseph Brill
2023-12-28
1
-3/+9
|
*
Merge pull request #4432 from jcbrill/jbrill-msvc-clsearch
William Deegan
2023-10-29
1
-6/+18
|
|
\
|
|
*
Rework msvc cl not found warning message order and construction.
Joseph Brill
2023-10-13
1
-6/+5
|
|
*
Adjust the final compiler executable search and warning message when setting ...
Joseph Brill
2023-10-11
1
-5/+18
|
*
|
Elminate http: references
Mats Wichmann
2023-10-17
1
-3/+2
|
*
|
Merge pull request #4433 from jcbrill/jbrill-mscommon-debug
William Deegan
2023-10-16
1
-13/+67
|
|
\
\
|
|
*
|
Add a custom formatter to the MSCommon/common.py debug logging that accepts a...
Joseph Brill
2023-10-13
1
-13/+67
|
|
|
/
|
*
|
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
|
|
/
*
|
Refactor vswhere executable support and detection.
Joseph Brill
2024-03-23
5
-285/+538
*
|
Detection changes for VS IDE editions and VS2008 (develop and vcforpython).
Joseph Brill
2024-03-12
4
-69/+84
*
|
Clear VisualStudio internal cache and installed visual studios data structure...
Joseph Brill
2024-03-03
2
-11/+52
*
|
Test suite update and bug fixes.
Joseph Brill
2024-02-29
1
-5/+20
*
|
Replace removed process_path function call with normalize_path.
Joseph Brill
2024-01-07
1
-3/+3
*
|
Add additional vswhere locations and remove vswhere command-line stub.
Joseph Brill
2024-01-07
1
-31/+3
*
|
Remove unused cache dictionary.
Joseph Brill
2024-01-07
1
-2/+0
*
|
Add additional registry keys for 12.0Exp and 11.0Exp detection (VS roots).
Joseph Brill
2024-01-07
1
-6/+10
*
|
Merge branch 'master' into HEAD
Joseph Brill
2024-01-07
8
-43/+256
*
|
Merge branch 'master' into jbrill-msvc-fixes
Joseph Brill
2023-10-05
1
-30/+14
|
\
\
|
|
/
|
*
Further mod on msvc config cache locking
Mats Wichmann
2023-10-04
1
-1/+3
|
*
MSVC: Fix unhandled MissingConfiguration exception.
Joseph Brill
2023-09-22
1
-9/+1
|
*
Merge branch 'master' into feature/new-subproc
Mats Wichmann
2023-09-09
10
-205/+519
|
|
\
|
*
|
New scons_subproc_run: simplify calling in msvc
Mats Wichmann
2023-07-08
1
-15/+7
|
*
|
Implement a new subprocess wrapper
Mats Wichmann
2023-07-08
1
-32/+22
*
|
|
Update MSCommon/README.rst documentation [ci skip]
Joseph Brill
2023-09-10
1
-20/+178
*
|
|
Remove vswhere command-line option and replace retrieval with stub returning ...
Joseph Brill
2023-09-10
1
-26/+7
*
|
|
Update verification of vswhere executable and temporary removal of vswhere co...
Joseph Brill
2023-09-08
1
-25/+35
*
|
|
Temporarily disable command-line argument and keep original case of vc path f...
Joseph Brill
2023-09-08
1
-22/+22
*
|
|
MSVC: detection fixes and changes
Joseph Brill
2023-09-08
10
-301/+1736
|
|
/
|
/
|
*
|
msvc config cache: add locking on cachefile
Mats Wichmann
2023-09-04
1
-3/+5
*
|
Fix up incomplete change to mscommon error msg
Mats Wichmann
2023-08-28
1
-6/+6
[next]