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
/
src
/
engine
/
SCons
/
Environment.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-3372/+0
*
[PR #3631] clarify Detect and WhereIs [ci skip]
Mats Wichmann
2020-05-04
1
-41/+41
*
Document env.Detect [ci skip]
Mats Wichmann
2020-04-29
1
-20/+37
*
docs: update Tool description [ci skip]
Mats Wichmann
2020-04-23
1
-37/+38
*
Manpage example tweaks [ci skip]
Mats Wichmann
2020-04-07
1
-3/+4
*
Add a link from Clone() to Envirornment() methods. [ci skip]
Mats Wichmann
2020-03-13
1
-1/+1
*
Merge pull request #3525 from mwichmann/more-doc1
William Deegan
2020-01-23
1
-10/+16
|
\
|
*
Tweak docs a bit [ci skip]
Mats Wichmann
2020-01-14
1
-10/+16
*
|
Merge pull request #3479 from grossag/topic/grossag/valuename
William Deegan
2020-01-16
1
-1/+5
|
\
\
|
|
/
|
/
|
|
*
[ci skip] Update Environment.xml based on the change to env.Value()
Adam Gross
2020-01-15
1
-1/+5
*
|
Clean up some manpage duplication, File, Dir
Mats Wichmann
2020-01-10
1
-29/+17
|
/
*
Fixup some doc inconsistencies. [CI skip]
Mats Wichmann
2020-01-07
1
-0/+32
*
Remove deprecated SourceCode func/method
Mats Wichmann
2019-12-20
1
-131/+0
*
Remove deprecated BuildDir, build_dir
Mats Wichmann
2019-12-15
1
-22/+0
*
Merge branch 'master' into py3-doctasks
William Deegan
2019-12-10
1
-6/+16
|
\
|
*
Merge pull request #3129 from dragon512/update-command
William Deegan
2019-12-06
1
-6/+16
|
|
\
|
|
*
Allow Command to take more builder options
Jason Kenny
2019-12-04
1
-6/+16
*
|
|
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
1
-4/+4
|
/
/
*
|
Added support for "-imacros" to ParseFlags
Ivan Kravets
2019-11-06
1
-0/+1
|
/
*
Remove deprecated {Source,Target}Signatures
Mats Wichmann
2019-10-20
1
-252/+0
*
Builder and Variable Subst doc updates [ci skip]
Mats Wichmann
2019-09-09
1
-40/+56
*
[fix #2444) update env.Whereis docu [ci skip]
Mats Wichmann
2019-09-08
1
-16/+37
*
[PR #3423] further wording tweak for Dictionary [ci skip]
Mats Wichmann
2019-08-25
1
-3/+3
*
Update Dictionary documentation to match implementation [ci skip]
Mats Wichmann
2019-08-25
1
-7/+7
*
Added -fopenmp and -openmp to the docs.
benjamin reed
2019-08-01
1
-0/+2
*
simple changes to tests and doc
benjamin reed
2019-07-31
1
-24/+25
*
Doc updates for repo_node addition to Decider function args
William Deegan
2019-07-14
1
-1/+12
*
Update docs for parse_flags keywords
Mats Wichmann
2019-05-14
1
-10/+12
*
[PR #3363] doc update for added flags
Mats Wichmann
2019-05-04
1
-0/+3
*
Fix documentation apostrophe
Isaac Pascual Monells
2018-06-19
1
-1/+1
*
Added docs for use of the PyPackageDir function
grbd
2017-08-03
1
-0/+23
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-10
1
-1/+1
*
fix typo in Decider documentation.
William Deegan
2016-08-18
1
-2/+2
*
Glob exclude parameter can now be a string or a list of strings
Alexandre Feblot
2015-04-29
1
-1/+1
*
Fix typo in the doc
Alexandre Feblot
2015-04-25
1
-1/+1
*
Add an exclude parameter to Glob(), to allow excluding some elements matching...
Alexandre Feblot
2015-04-25
1
-1/+12
*
- added doc editor configuration for XXE5
Dirk Baechle
2014-01-19
1
-2/+2
*
- switched to different schemaLocation URI
Dirk Baechle
2013-05-03
1
-1/+1
*
- rewrote all tool/builder docs to new SCons XSD
Dirk Baechle
2013-05-03
1
-126/+595
*
Fix <variablelist> formatting in some new function definitions: make some
Steven Knight
2010-08-02
1
-18/+32
*
Issue 2551: Add an entry in the Builders section for Command(),
Steven Knight
2010-07-23
1
-0/+11
*
Add the generated function documentation to the User's Guide as an appendix.
Steven Knight
2010-07-22
1
-23/+18
*
Move the authoritative source for functions from the man page to various
Steven Knight
2010-07-21
1
-0/+2951
*
Issue 1086: add support for generic batch build actions, and
Steven Knight
2009-01-09
1
-0/+32
*
Bring CVS back in sync.
Steven Knight
2005-11-17
1
-12/+10
*
Accumulated documentation changes.
Steven Knight
2005-02-15
1
-0/+157