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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Post 4.2.0 merge/reset to development mode
William Deegan
2021-08-01
1
-1/+1
*
final versioning info for 4.2.0
4.2.0
William Deegan
2021-08-01
1
-3/+3
*
updated __init__.py
William Deegan
2021-07-24
1
-4/+4
*
update disable-ninja help text
Daniel Moody
2021-07-22
1
-1/+2
*
Allow disable_execute_ninja and disable_ninja to be set via SetOption
William Deegan
2021-07-21
3
-32/+46
*
update ninja tool to not overwrite NINJA_DISABLE_AUTO_RUN from loading enviro...
Daniel Moody
2021-07-21
1
-4/+3
*
Merge pull request #3980 from dmoody256/testing_ninja_mongo
William Deegan
2021-07-21
3
-11/+15
|
\
|
*
fix failing sconf test
Daniel Moody
2021-07-21
1
-1/+1
|
*
fixed minor issues related to is_conftest for PR
Daniel Moody
2021-07-21
1
-1/+1
|
*
make sure multi target and intermediate SConf files are mark is_conftest
Daniel Moody
2021-07-20
2
-10/+14
*
|
Minor tweak to Tools.xml - correct referrring text [ci skip]
Mats Wichmann
2021-07-21
1
-4/+4
*
|
removed NINJA_BINARY from Globals. Was only used in __init_.py
William Deegan
2021-07-20
2
-3/+1
*
|
fix broken code.
William Deegan
2021-07-20
1
-3/+6
*
|
Fix flake8 and sider complaints
William Deegan
2021-07-20
5
-10/+8
*
|
Fix sider issues
William Deegan
2021-07-20
1
-3/+1
*
|
reshuffle importing the ninja package so it won't cause importing the tool to...
William Deegan
2021-07-19
2
-14/+18
|
/
*
misc updates to man/users guide copyright formatting. Minor updates to update...
William Deegan
2021-07-18
1
-3/+3
*
Make sure TEMPFILEPREFIX can be set to empty string
Mats Wichmann
2021-07-15
1
-4/+5
*
Merge pull request #3973 from mwichmann/exp-opt
William Deegan
2021-07-13
1
-4/+6
|
\
|
*
Tweak doc of experimental option [skip travis]
Mats Wichmann
2021-07-13
1
-4/+6
*
|
Do not claim Win32 module-def file is created [skip travis] [skip appveyor]
Mats Wichmann
2021-07-13
1
-25/+52
|
/
*
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 pull request #3969 from dmoody256/cachedir_perms_code_move
William Deegan
2021-07-12
1
-3/+6
|
\
\
|
*
|
Moved CacheDir permissions update code behind atomic rename operation.
Daniel Moody
2021-07-10
1
-3/+6
*
|
|
Fix formatting on ninja example command block
William Deegan
2021-07-10
1
-4/+5
*
|
|
Merge branch 'master' into ninja-generation
William Deegan
2021-07-09
20
-726/+1023
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #3966 from mwichmann/doc-parseconfig
William Deegan
2021-07-09
1
-28/+45
|
|
\
\
|
|
*
|
Update manpage for ParseConfig [skip appveyor]
Mats Wichmann
2021-07-02
1
-28/+45
|
*
|
|
Install tool fix scons_copytree recursion
greenbender
2021-07-08
1
-3/+8
|
|
/
/
|
*
|
Merge pull request #3956 from bdbaddog/fix_3955_extra_shlib_output
William Deegan
2021-06-21
7
-53/+76
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
[ci skip] Add some docbook formatting
William Deegan
2021-06-21
1
-1/+1
|
|
*
Address PR feedback
William Deegan
2021-06-21
2
-4/+4
|
|
*
[ci skip] updated docs per mwichmann's feedback
William Deegan
2021-06-13
1
-13/+17
|
|
*
reformat swig.py to fix sider complaint
William Deegan
2021-06-12
1
-11/+13
|
|
*
Update _concat doc, and add blurb to CHANGES.txt and RELEASE.txt
William Deegan
2021-06-12
1
-3/+4
|
|
*
Updated tools to use _concat's new affect_signature flag
William Deegan
2021-06-12
4
-11/+11
|
|
*
Added test of new functionality for _concat's new affect_signature flag
William Deegan
2021-06-12
1
-1/+4
|
|
*
Address some pylint issues
William Deegan
2021-06-12
1
-9/+10
|
|
*
fix variable rename
William Deegan
2021-06-12
1
-2/+2
|
|
*
added affect_signature to _concat to have it take care of adding if needed. ...
William Deegan
2021-06-12
1
-7/+19
|
*
|
Fix an incorrect return-type annotation
Mats Wichmann
2021-06-13
1
-5/+6
|
|
/
|
*
[PR #3953] wrong return type on dictify() [ci skip]
Mats Wichmann
2021-06-09
1
-1/+1
|
*
[PR #3953] a few more Util tweaks [ci skip]
Mats Wichmann
2021-06-09
1
-61/+106
|
*
Address comments in PR
William Deegan
2021-06-09
1
-4/+8
|
*
Merge branch 'master' into util-lint
William Deegan
2021-06-08
4
-56/+78
|
|
\
|
|
*
PR #3942: retstore two checks per PR review
Mats Wichmann
2021-06-08
1
-8/+7
|
|
*
Tweak env.Tool documentation for clarity
Mats Wichmann
2021-05-24
3
-22/+33
|
|
*
Update env.Tool behavior and doc
Mats Wichmann
2021-05-23
3
-20/+29
|
|
*
Fix checker-spotted issues in Environment apply_tools
Mats Wichmann
2021-05-23
2
-25/+28
[next]