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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exp: try to make the Windows Docbook tests better
Mats Wichmann
2025-03-12
1
-12/+18
*
Set TEMPLATE rule to `install_pool` for the Ninja tool
Adam Scott
2024-12-17
1
-1/+1
*
Merge branch 'master' into maint/st_mode
William Deegan
2024-12-16
1
-1/+1
|
\
|
*
Tweak Variables docs
Mats Wichmann
2024-12-15
1
-1/+1
*
|
Modernize stat usage
Mats Wichmann
2024-12-15
1
-2/+2
|
/
*
renamed SCons.Tool.ninja -> SCons.Tool.ninja_tool and added alias in tool loa...
William Deegan
2024-11-25
12
-14/+15
*
Fixed ninja binary location logic to use ninja.BIN_DIR. Previous logic no lon...
William Deegan
2024-11-25
1
-10/+9
*
Merge pull request #4643 from Repiteo/future-annotations
William Deegan
2024-11-16
8
-27/+42
|
\
|
*
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
8
-27/+42
*
|
[ci skip] change look-up and look up -> lookup.
William Deegan
2024-11-16
1
-1/+1
*
|
[ci skip] change look-up and look up -> lookup.
William Deegan
2024-11-16
1
-1/+1
*
|
[ci skip] change look-up and look up -> lookup, also use the Tool entity inst...
William Deegan
2024-11-16
2
-2/+2
*
|
[ci skip] change look-up and look up -> lookup
William Deegan
2024-11-16
1
-2/+2
*
|
change look-up and look up -> lookup
William Deegan
2024-11-16
2
-4/+4
*
|
change look-up and look up -> lookup
William Deegan
2024-11-16
2
-4/+4
*
|
[ci skip] Add CHANGES/RELEASE Blurb. Minor edit in ninja.xml
William Deegan
2024-11-16
1
-1/+1
*
|
*.xml: Add miscellaneous language improvements
Alex Thiessen
2024-11-15
7
-7/+7
*
|
*.xml: Fix joined words
Alex Thiessen
2024-11-15
2
-3/+3
*
|
*.xml: Remove trailing whitespace
Alex Thiessen
2024-11-15
1
-1/+1
*
|
*.xml: Capitalize proper nouns
Alex Thiessen
2024-11-15
2
-2/+2
*
|
*.xml: Hyphenate `out of date`
Alex Thiessen
2024-11-15
1
-1/+1
*
|
*.xml: Fix hyphens
Alex Thiessen
2024-11-15
5
-5/+5
*
|
*.xml: Use en_US
Alex Thiessen
2024-11-15
1
-1/+1
*
|
*.xml: Add missing commas
Alex Thiessen
2024-11-15
13
-16/+16
*
|
*.xml: Fix obvious typos etc.
Alex Thiessen
2024-11-15
13
-25/+25
|
/
*
Add optional keyword argument auto_filter_projects to MSVSSolution.
Joseph Brill
2024-10-28
2
-1/+85
*
Merge branch 'master' into jbrill-msvs-tests
Joseph Brill
2024-10-20
1
-2/+20
|
\
|
*
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: normalize case for solution file extension and file name for string ends...
Joseph Brill
2024-10-20
1
-2/+2
*
|
Bug fix in msvs.py: the value for the construction value 'nokeep' was inadver...
Joseph Brill
2024-10-19
1
-2/+2
*
|
Minor code order refactor in msvs.py.
Joseph Brill
2024-10-19
1
-3/+4
*
|
Remove MSVSProject argument projectguid and replace with MSVS_PROJECT_GUID in...
Joseph Brill
2024-10-13
1
-4/+1
*
|
Update Tool/msvs.py, update MSVS tests; and add additional tests for MSVS mul...
Joseph Brill
2024-10-11
2
-26/+76
*
|
Fix MSVS tests and minor changes to Tool/msvs.py.
Joseph Brill
2024-10-07
1
-3/+8
|
/
*
Fix typos
William Deegan
2024-09-22
1
-4/+4
*
Clean up manpage entries for gettext and pdf builders [skip appveyor]
Mats Wichmann
2024-09-20
7
-320/+331
*
Add clang, clang++ to default tool search
Mats Wichmann
2024-09-19
1
-4/+4
*
Fix initialization of compilation_db emitters
Mats Wichmann
2024-09-16
1
-6/+11
*
Don't let deletions leak from OverrideEnvironment
Mats Wichmann
2024-09-04
2
-14/+6
*
Additinal tweaks for $VSWHERE [skip appveyor]
Mats Wichmann
2024-07-03
1
-14/+15
*
Further tweak $VSWHERE, also $MSVC_VERSION [skip appveyor]
Mats Wichmann
2024-07-03
1
-31/+39
*
vswhere: remove mention of legacy option [skip appveyor]
Mats Wichmann
2024-07-02
1
-6/+3
*
Update $VSWHERE description. [skip appveyor]
Mats Wichmann
2024-07-01
1
-33/+48
*
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-06-29
102
-329/+336
|
\
|
*
Standardize license header on in-use doc files [skip appveyor]
Mats Wichmann
2024-06-25
101
-329/+333
|
*
AddOption now recognizes "settable" option
Mats Wichmann
2024-06-17
1
-0/+3
[next]