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
/
Script
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typo
William Deegan
2022-06-14
1
-2/+2
*
Added option to allow scons to determine if it should skip ninja regeneration.
Daniel Moody
2022-06-07
1
-1/+2
*
SConscript doc tweaks per #4150 review comments [skip appveyor]
Mats Wichmann
2022-05-26
1
-2/+3
*
A little more work on Sconscript() documentation [skip appveyor]
Mats Wichmann
2022-05-25
1
-22/+21
*
Try to improve variantdir docs [skip appveyor]
Mats Wichmann
2022-05-25
1
-30/+26
*
remove scons-ninja-daemon option in favor of interactive
Daniel Moody
2022-03-14
3
-93/+77
*
Fix issue where only the first interactive 'build' command's results were bei...
William Deegan
2022-02-15
1
-1/+6
*
fix up interactive to support ninja scons daemon
Daniel Moody
2022-02-11
3
-72/+87
*
Additional Help updates
Mats Wichmann
2022-02-04
1
-60/+63
*
Tweak the scons help message
Mats Wichmann
2022-02-03
1
-79/+88
*
Merge pull request #4067 from mwichmann/wintweaks
William Deegan
2021-11-26
1
-6/+5
|
\
|
*
Fix tests to not hang on Windows with bad .py assoc
Mats Wichmann
2021-11-26
1
-6/+5
*
|
rebase from master
William Deegan
2021-11-22
1
-3/+6
|
/
*
Update post release changes
William Deegan
2021-11-22
1
-1/+1
*
4.3.0 updates
4.3.0
William Deegan
2021-11-17
1
-1/+1
*
Change SCons.Scanner.Base to ScannerBase
Mats Wichmann
2021-10-04
1
-1/+1
*
Post 4.2.0 merge/reset to development mode
William Deegan
2021-08-01
1
-1/+1
*
Allow disable_execute_ninja and disable_ninja to be set via SetOption
William Deegan
2021-07-21
1
-31/+43
*
Tweak doc of experimental option [skip travis]
Mats Wichmann
2021-07-13
1
-4/+6
*
Merge pull request #3959 from mwichmann/nowarn-missing-sconscript
William Deegan
2021-07-12
1
-13/+19
|
\
|
*
Change warnings behavior of missing SConscript
Mats Wichmann
2021-06-18
1
-13/+19
*
|
Merge branch 'master' into ninja-generation
William Deegan
2021-05-24
6
-386/+429
|
\
\
|
|
/
|
*
Update the documentation for GetOption
Mats Wichmann
2021-05-11
1
-285/+277
|
*
Enable SetOption for implicit_deps*
Mats Wichmann
2021-05-08
2
-153/+159
|
*
Make sure SetOption list is up to date
Mats Wichmann
2021-05-08
2
-16/+67
|
*
Fix some imports and other checker warnings
Mats Wichmann
2021-05-05
4
-7/+1
*
|
Add --experimental=ninja
William Deegan
2021-04-13
1
-2/+2
*
|
removed old sconscript changes
Daniel Moody
2021-04-13
2
-4/+0
*
|
[WIP] write a tool to generate build.ninja files from SCons
Mathew Robinson
2021-04-13
2
-0/+4
*
|
removed old sconscript changes
Daniel Moody
2021-04-13
2
-4/+0
*
|
[WIP] write a tool to generate build.ninja files from SCons
Mathew Robinson
2021-04-13
2
-0/+4
|
/
*
address sider issue
William Deegan
2021-04-12
1
-1/+1
*
better handle all/none and multiple options, expanded tests to cover such
William Deegan
2021-04-12
1
-4/+29
*
Address mwichmann's feedback
William Deegan
2021-04-10
1
-4/+4
*
address mwichmann's review comment
William Deegan
2021-04-10
1
-1/+1
*
Add docs for --experimental switch
William Deegan
2021-04-09
2
-12/+41
*
Dont call progress if the progress object is Null
Daniel Moody
2021-04-09
1
-2/+3
*
Fixed issue with multi-target nodes being passed to the progress object.
Daniel Moody
2021-04-09
1
-1/+2
*
Make target selection a subsection in manpage [skip travis] [skip
Mats Wichmann
2021-03-30
1
-37/+31
*
Deprecate Python 3.5.
Mats Wichmann
2021-03-28
1
-1/+1
*
Merge branch 'master' into site-dir
William Deegan
2021-03-25
1
-4/+8
|
\
|
*
Skip empty cmdline args as targets
Mats Wichmann
2021-03-25
1
-4/+8
*
|
Change site-dir arg handling
Mats Wichmann
2021-03-25
2
-6/+8
|
/
*
SConsOptions: don't modify original options
Mats Wichmann
2021-03-11
1
-1/+1
*
Drop dictionary has_key references: Py2-ism.
Mats Wichmann
2021-03-11
1
-1/+4
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
3
-24/+35
|
\
|
*
A few more tweaks to debug-timing code
Mats Wichmann
2021-02-11
1
-19/+30
|
*
[PR #3884] fix some timinng errors from initial submit
Mats Wichmann
2021-02-09
2
-6/+6
|
*
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
3
-9/+8
|
*
cleanup whitespace
William Deegan
2021-01-22
1
-0/+1
[next]