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
/
doc
/
user
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Added blurb about ninja restarting the scons daemon if it detects n...
William Deegan
2022-06-03
1
-2/+7
*
Updated ninja docs in users guilde.
William Deegan
2022-06-02
1
-13/+41
*
docs: update parseconfig, parseflags, mergeflags
Mats Wichmann
2022-05-04
3
-48/+51
*
Uguide: fix a typo of environment [ci skip]
Mats Wichmann
2022-04-19
1
-1/+1
*
Guide: update Writing Builders chapter [skip appveyor]
Mats Wichmann
2022-03-19
1
-73/+73
*
Updates to User Guide: 22/Caching [skip appveyor]
Mats Wichmann
2022-03-02
1
-66/+89
*
Merge pull request #4099 from mwichmann/doc/guide-depends
William Deegan
2022-03-02
1
-64/+66
|
\
|
*
Use entity for content signature [ci skip]
Mats Wichmann
2022-02-10
1
-7/+7
|
*
Fix typo Note -> Not [ci skip]
Mats Wichmann
2022-02-09
1
-1/+1
|
*
Updates to User Guide: 6/Dependencies
Mats Wichmann
2022-02-09
1
-63/+65
*
|
Ninja docs (#4105): address some review comments
Mats Wichmann
2022-02-28
1
-1/+1
*
|
Tweaks to ninja docs [skip appveyor]
Mats Wichmann
2022-02-24
1
-29/+65
|
/
*
Docs: Fix a typo and use more entities [skip appveyor]
Mats Wichmann
2022-02-05
1
-9/+9
*
Refine Uguide variantdir description [skip appveyor]
Mats Wichmann
2022-01-10
1
-7/+17
*
Add some info to User Guide on #/paths [skip appveyor]
Mats Wichmann
2022-01-07
2
-11/+55
*
Update Scanners chapter in User Guide [skip appveyor]
Mats Wichmann
2021-12-03
1
-60/+66
*
Update post release changes
William Deegan
2021-11-22
1
-1/+1
*
Merge pull request #4049 from mwichmann/java-versions
William Deegan
2021-11-11
1
-11/+24
|
\
|
*
Add userguide update on javah as well
Mats Wichmann
2021-11-05
1
-11/+24
*
|
Update copyright text
William Deegan
2021-10-19
1
-20/+22
|
/
*
Fix a doc typo introduced in PR 4009 [skip appveyor] [skip travis]
Mats Wichmann
2021-09-07
1
-1/+1
*
userguide preface - a few more tweaks [ci skip]
Mats Wichmann
2021-09-01
1
-13/+16
*
User Guide: add to Preface [ci skip]
Mats Wichmann
2021-08-30
6
-48/+70
*
[PR #4008] fix an existing typo spotted by sider [ci skip]
Mats Wichmann
2021-08-29
1
-1/+1
*
Update variables/cli chapter of user guide [ci skip]
Mats Wichmann
2021-08-29
1
-223/+233
*
Post 4.2.0 merge/reset to development mode
William Deegan
2021-08-01
1
-2/+2
*
removed doc/user/copyright.xml the markup is moved ot doc/user/main.xml
William Deegan
2021-07-19
3
-44/+7
*
misc updates to man/users guide copyright formatting. Minor updates to update...
William Deegan
2021-07-18
2
-18/+6
*
Updates to docs to indicate experimental status
William Deegan
2021-07-08
1
-13/+22
*
incremental doc updates to indicate experimental state of ninja builder
William Deegan
2021-07-07
1
-1/+12
*
Address mwichmann's comments on PR. Mostly doc and a few import related code ...
William Deegan
2021-05-30
1
-245/+276
*
fix broken target check in ninja_execute. It was improperly adding all nodes ...
William Deegan
2021-04-13
1
-0/+6
*
Incremental checkin. Fleshing out the various env vars used by ninja builders...
William Deegan
2021-04-13
1
-1/+1
*
[ci skip] Initial doc structure added
William Deegan
2021-04-13
1
-20/+36
*
Added reinstantiatng custom cachedir
Daniel Moody
2021-04-01
1
-1/+1
*
fix up some doc issues and add test coverage
Daniel Moody
2021-04-01
1
-6/+9
*
Update to add CacheDir arg and address some review comments.
Daniel Moody
2021-04-01
1
-6/+6
*
Added custom cachedir class tests and docs
Daniel Moody
2021-04-01
1
-0/+42
*
Merge pull request #3877 from mwichmann/emitter-add
William Deegan
2021-02-26
4
-213/+272
|
\
|
*
update example to simplify map_filename and relocate emitter to after that va...
William Deegan
2021-02-26
1
-2/+3
|
*
[PR #3877] further tweak DefaultEnvironment examples [skip appveyor] [skip t...
Mats Wichmann
2021-02-17
3
-21/+18
|
*
If calling DefaultEnviornment, do not call it env [skip appveyor] [skip travis]
Mats Wichmann
2021-02-16
3
-23/+22
|
*
[PR #3877] fix some broken examples from initial commit [ci skip]
Mats Wichmann
2021-02-16
3
-2/+13
|
*
Adding-emitter example for User Guide [ci skip]
Mats Wichmann
2021-01-31
3
-203/+254
*
|
Fix env = Program usage in docs [skip appveyor] [skip travis]
Mats Wichmann
2021-02-19
1
-1/+2
|
/
*
Some small doc fiddles [ci skip]
Mats Wichmann
2021-01-21
1
-10/+11
*
Updated release notes and copyright info for 4.1.0 Release
William Deegan
2021-01-19
1
-5/+5
*
[ci skip] update CPPDEFINES to use tuples for -Doff_t=int
William Deegan
2021-01-19
2
-10/+12
*
Update doc uses of CCFLAGS to CPPDEFINES [ci skip]
Mats Wichmann
2021-01-16
2
-10/+14
*
UGuide: fix two erroneous uses of Append [ci skip]
Mats Wichmann
2021-01-13
1
-2/+2
[next]