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
/
Script
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: fix typos from sider
Mats Wichmann
2020-04-28
1
-2/+2
*
docs: tweak "manpage" (shared) Return, SConscript [ci skip]
Mats Wichmann
2020-04-28
1
-94/+83
*
Exports doc fixes [ci skip]
Mats Wichmann
2020-04-26
1
-40/+42
*
Improve manpage treatment of Variables and Configure
Mats Wichmann
2020-03-26
1
-2/+2
*
Adding posibility to use single line drawing when displaying the dependency tree
Iosif Daniel Kurazs
2020-03-24
2
-3/+6
*
Merge branch 'master' of github.com:SCons/scons
William Deegan
2020-02-19
2
-5/+0
|
\
|
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
2
-5/+0
*
|
Drop Python2 support from Main.py site_dir code
Mats Wichmann
2020-02-11
1
-34/+18
*
|
Update Script/Main.py so it uses importlib
Mats Wichmann
2020-02-11
1
-59/+83
|
/
*
Merge pull request #3525 from mwichmann/more-doc1
William Deegan
2020-01-23
1
-41/+47
|
\
|
*
Tweak docs a bit [ci skip]
Mats Wichmann
2020-01-14
1
-41/+47
*
|
Stop converting to list where not needed
Mats Wichmann
2020-01-16
2
-3/+3
|
/
*
Fixup some doc inconsistencies. [CI skip]
Mats Wichmann
2020-01-07
1
-6/+6
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
2
-2/+2
*
Remove deprecated SourceCode func/method
Mats Wichmann
2019-12-20
1
-1/+0
*
Remove deprecated BuildDir, build_dir
Mats Wichmann
2019-12-15
2
-17/+8
*
Merge branch 'master' into py3-doctasks
William Deegan
2019-12-10
3
-9/+37
|
\
|
*
Merge pull request #3475 from mwichmann/addopt-docs
William Deegan
2019-12-10
1
-4/+33
|
|
\
|
|
*
[PR 3475] further wording tweaks on AddOption [ci skip]
Mats Wichmann
2019-11-21
1
-6/+20
|
|
*
[PR 3475] update docs/generated [ci skip]
Mats Wichmann
2019-11-16
1
-2/+2
|
|
*
Document that AddOpt has limitations [ci skip]
Mats Wichmann
2019-11-13
1
-0/+15
|
*
|
Update debug=action-timestamps
Mats Wichmann
2019-12-07
2
-5/+4
|
|
/
*
|
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
2
-2/+2
|
/
*
Remove deprecated {Source,Target}Signatures
Mats Wichmann
2019-10-20
1
-2/+0
*
Added debug option "timestamp", changed option "timestamp" to "action_timesta...
Edoardo Bezzeccheri
2019-10-09
2
-7/+7
*
Added debug option "timestamp", implementation
Edoardo Bezzeccheri
2019-10-01
2
-2/+10
*
Remove deprecated debug options
Mats Wichmann
2019-09-12
1
-4/+16
*
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
2
-4/+4
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
2
-54/+23
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-5/+6
*
[PYPY] fix way exit status is retrieved in main
Mats Wichmann
2019-03-03
1
-1/+1
*
Work on Default docu wording a bit more
Mats Wichmann
2019-01-19
1
-0/+4
*
Add Textfile/Substfile to default.
Mats Wichmann
2018-11-17
1
-0/+2
*
corrections after bdbaddog's code review
Paweł Tomulik
2018-11-10
3
-8/+8
*
initial support for virtualenv
Paweł Tomulik
2018-11-10
3
-1/+23
*
Fix for #3162: tweak SConscript() docstrings a little more
Mats Wichmann
2018-07-30
1
-10/+18
*
Some further adjustments to missing-sconscript tests
Mats Wichmann
2018-07-30
1
-2/+2
*
Add a docstring for SConscript()
Mats Wichmann
2018-07-29
1
-1/+25
*
Add tests for SConscript(must_warn) option
Mats Wichmann
2018-07-28
2
-9/+11
*
Add ability for SConscript to fail on missing script
Mats Wichmann
2018-07-21
3
-6/+46
*
Merge pull request #3148 from swuecho/fix_test
William Deegan
2018-07-15
1
-8/+1
|
\
|
*
Replace usage of unittest.TestSuite with unittest.main()
Hao Wu
2018-07-12
1
-8/+1
*
|
Swap to use cleaner check for py 3.7 or above from @serhiy-storchaka
William Deegan
2018-07-15
1
-2/+1
*
|
Fix -jN for Python3.7, which always has thread support
Gary Oberbrunner
2018-07-13
1
-1/+5
|
/
*
Added in support for Sconstruct.py
grbd
2018-04-15
1
-1/+1
*
Added sconstruct.py lowercase
grbd
2018-04-02
1
-1/+1
*
Also search for SConstruct.py, to make VStudio debugging easier
grbd
2018-04-01
1
-1/+1
*
Reenable parallel builds with Pypy
William Deegan
2018-03-25
1
-1/+3
*
Fix HOWTO/README. Remove vestiges of Option(). [ci skip]
William Deegan
2018-02-19
1
-2/+0
*
Remove SCons.Options code which has long been deprecated and already removed ...
William Deegan
2018-01-30
1
-7/+0
[next]