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
/
Environment.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update NEXT_RELEASE to 4.9.0
William Deegan
2025-03-02
1
-2/+2
*
Tweak Clean and NoClean manpage entries [skip appveyor]
Mats Wichmann
2024-11-17
1
-62/+38
*
*.xml: Add miscellaneous language improvements
Alex Thiessen
2024-11-15
1
-2/+2
*
*.xml: Hyphenate `out of date`
Alex Thiessen
2024-11-15
1
-6/+6
*
*.xml: Fix hyphens
Alex Thiessen
2024-11-15
1
-1/+1
*
*.xml: Add missing commas
Alex Thiessen
2024-11-15
1
-1/+1
*
*.xml: Fix obvious typos etc.
Alex Thiessen
2024-11-15
1
-17/+17
*
Add as_dict flag to env.Dictionary
Mats Wichmann
2024-11-12
1
-30/+41
*
Improve Repository docs [skip appveyor]
Mats Wichmann
2024-10-24
1
-69/+58
*
Don't let deletions leak from OverrideEnvironment
Mats Wichmann
2024-09-04
1
-0/+13
*
Doc: use consistent repeated-args syntax [skip appveyor]
Mats Wichmann
2024-08-03
1
-1/+1
*
Enhancement: Dump() takes multiple args now
Mats Wichmann
2024-07-12
1
-16/+35
*
Standardize license header on in-use doc files [skip appveyor]
Mats Wichmann
2024-06-25
1
-2/+3
*
Teach Clone() to respect the variables= kwarg.
Mats Wichmann
2024-06-04
1
-9/+23
*
Tweak some things about Command() docs
Mats Wichmann
2024-05-22
1
-35/+56
*
Fix ParseFlags so -stdlib goes in CXXFLAGS
Mats Wichmann
2024-05-09
1
-0/+1
*
Tools update, maninly documentation
Mats Wichmann
2024-03-31
1
-28/+39
*
Merge branch 'master' into maint/Value
William Deegan
2024-03-20
1
-23/+26
|
\
|
*
Update MergeFlags doc [skip appveyor]
Mats Wichmann
2024-03-16
1
-23/+26
*
|
Merge branch 'master' into maint/Value
Mats Wichmann
2024-03-12
1
-3/+6
|
\
\
|
|
/
|
*
Minor manpage updates. [skip appveyor]
Mats Wichmann
2024-03-01
1
-3/+6
*
|
Updates on Value nodes
Mats Wichmann
2024-03-12
1
-35/+37
|
/
*
Fix PyPackageDir
Mats Wichmann
2024-02-13
1
-11/+32
*
doc: update Pseudo description and more
Mats Wichmann
2024-02-09
1
-0/+4
*
Further tweak Alias() manpage entry [skip appveyor]
Mats Wichmann
2023-09-03
1
-18/+31
*
minor edit
William Deegan
2023-07-22
1
-1/+1
*
Tweak CacheDir docs [skip appveyor]
Mats Wichmann
2023-07-20
1
-22/+24
*
Doc fiddling - Alias, Action, Decider [skip appveyor]
Mats Wichmann
2023-05-16
1
-56/+86
*
Adjusted CPPDEFINES behavior for list and tuple
Mats Wichmann
2023-02-09
1
-30/+39
*
CPPDEFINES: reword some doc stuff
Mats Wichmann
2023-01-30
1
-16/+21
*
Split out CPPDEFINES handling in Append methods
Mats Wichmann
2023-01-30
1
-91/+156
*
Minor doc update for Value nodes [skip appveyor]
Mats Wichmann
2022-10-21
1
-14/+22
*
Fix Glob wording per review comments [skip appveyor]
Mats Wichmann
2022-09-25
1
-1/+3
*
Update the Glob docs with more details
Mats Wichmann
2022-09-16
1
-81/+109
*
doc: change five functions to appear global-only
Mats Wichmann
2022-09-14
1
-16/+8
*
fix a couple typos
Flaviu Tamas
2022-08-13
1
-3/+3
*
Fix -fsanitize flag handling
Flaviu Tamas
2022-08-13
1
-0/+1
*
Minor edits. Link to Action Objects instead of just referencing it, and remov...
William Deegan
2022-06-25
1
-1/+1
*
Doc wordsmithing - actions [skip appveyor]
Mats Wichmann
2022-06-18
1
-24/+26
*
Typo fix [ci skip]
Mats Wichmann
2022-05-25
1
-2/+2
*
Further tweak of VariantDir doc [skip appveyor]
Mats Wichmann
2022-05-25
1
-9/+6
*
Fix grammar error ("the the") [ci skip]
Mats Wichmann
2022-05-25
1
-1/+1
*
A little more work on Sconscript() documentation [skip appveyor]
Mats Wichmann
2022-05-25
1
-3/+9
*
Try to improve variantdir docs [skip appveyor]
Mats Wichmann
2022-05-25
1
-33/+31
*
docs: update parseconfig, parseflags, mergeflags
Mats Wichmann
2022-05-04
1
-54/+54
*
man: rearrange the variable substitution section [skip appveyor]
Mats Wichmann
2022-03-15
1
-4/+11
*
Updates to User Guide: 22/Caching [skip appveyor]
Mats Wichmann
2022-03-02
1
-7/+13
*
Docs: Fix a typo and use more entities [skip appveyor]
Mats Wichmann
2022-02-05
1
-1/+1
*
sider: typo fix [skip appveyor]
Mats Wichmann
2022-01-10
1
-1/+1
*
Update manpage bits about env['ENV'] [skip appveyor]
Mats Wichmann
2022-01-10
1
-70/+83
[next]