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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix logic which was broken by automatic fixers. the sort parameter to Generat...
William Deegan
2017-10-11
4
-2/+32
|
*
Add cmp to SCons.Util as py3 no longer provides it
William Deegan
2017-10-11
2
-6/+12
|
/
*
Merge pull request #8 from bdbaddog/fix_scons_build
William Deegan
2017-10-04
14
-1066/+222
|
\
|
*
Simplify main SConstruct. Remove deb and rpm and win executable package creat...
William Deegan
2017-10-04
13
-1001/+182
|
*
Migrate some logic from SConstruct into site_scons to simplify top level SCon...
William Deegan
2017-10-03
3
-40/+41
|
*
Remove windows executable installers
William Deegan
2017-10-02
1
-26/+0
*
|
Merge pull request #6 from bdbaddog/fix_to_String_for_subst
William Deegan
2017-10-02
3
-4/+11
|
\
\
|
|
/
|
/
|
|
*
Fix issue where code in utility routine to_String_for_subst() had code whose ...
William Deegan
2017-10-01
3
-4/+11
*
|
Merge pull request #4 from bdbaddog/fix_subst_escaping_noah
William Deegan
2017-10-01
3
-2/+25
|
\
\
|
|
/
|
/
|
|
*
add fix for mistaking $$( for $( and breaking subst. Reported by Noah Hoffman...
William Deegan
2017-10-01
2
-2/+21
|
*
Add test for another subst dollar escaping situation. In this case 34120( is ...
William Deegan
2017-10-01
1
-0/+4
|
/
*
Merge pull request #3 from bdbaddog/fix_print_tuples_in_tests
William Deegan
2017-09-26
1
-1/+1
|
\
|
*
fix tests
William Deegan
2017-09-26
1
-1/+1
*
|
Merge pull request #2 from bdbaddog/fix_print_tuples_in_tests
William Deegan
2017-09-25
17
-86/+81
|
\
\
|
|
/
|
*
Fix tests which break when using print() and no from __future__ import print_...
William Deegan
2017-09-25
17
-86/+81
|
/
*
Support python 2 print statements in SConscripts
Thomas Berg
2017-09-25
3
-2/+59
*
Apply fix for sconsign.py as well
Christian Sandberg
2017-09-24
1
-1/+1
*
Fix usage on embedded Python
Christian Sandberg
2017-09-24
1
-1/+1
*
fix spelling for emitter
William Deegan
2017-09-24
1
-2/+2
*
addition to user docs
grbd
2017-09-24
2
-3/+113
*
Updates to scons build system to use git instead of hg to determine revision ...
William Deegan
2017-09-24
2
-25/+22
*
Add gitignore file
William Deegan
2017-09-24
1
-0/+34
*
Fix broken links in README.rst
Anders T. Akre
2017-09-24
1
-3/+761
*
README.rst edited online with Bitbucket
William Deegan
2017-09-18
1
-763/+0
*
README.rst edited online with Bitbucket
William Deegan
2017-09-18
1
-0/+5
*
post release file updates
William Deegan
2017-09-18
4
-6/+35
*
update from release branch
William Deegan
2017-09-18
23
-68/+266
|
\
|
*
3.0.0 announcement updates
rel_3.0.0
William Deegan
2017-09-18
1
-2/+1
|
*
Added tag 3.0.0 for changeset 8972f6a2f699
William Deegan
2017-09-18
0
-0/+0
|
*
Add src/engine/SCons/Tool/docbook/utils/xmldepend.xsl to MANIFEST-xml.in
William Deegan
2017-09-18
4
-4/+17
|
*
Updates for 3.0.0 release
William Deegan
2017-09-18
8
-36/+36
|
*
Regenerated docs for 3.0.0 release.
William Deegan
2017-09-18
12
-26/+212
|
/
*
Add clang.py and clangxx.py to Manifest.in to include them in the distributio...
William Deegan
2017-09-18
1
-0/+2
*
PY2/3 changes to pickle so py2.7 and py3.5+ pickles used in sconsign will be ...
William Deegan
2017-09-11
2
-2/+7
*
remove reference to tools no longer included in SCons
William Deegan
2017-09-02
1
-9/+7
*
D: added DCommon.xml to hold common variable cvars. the following were missin...
William Deegan
2017-09-01
1
-0/+71
*
add docs target
William Deegan
2017-09-01
1
-1/+12
*
restore default sconsign extension
William Deegan
2017-09-01
1
-4/+10
*
Fix many epydoc warnings
William Deegan
2017-09-01
22
-239/+251
*
Merged scons/scons into default
William Deegan
2017-08-31
8
-46/+331
|
\
|
*
Merge in mainline.
Russel Winder
2017-08-26
248
-384/+371
|
|
\
|
*
|
For consistency with another test.
Russel Winder
2017-08-23
2
-8/+17
|
*
|
Make the exists and generate functions consistent over D compilers.
Russel Winder
2017-08-23
1
-1/+1
|
*
|
Merge mainline.
Russel Winder
2017-08-23
10
-5/+71
|
|
\
\
|
*
\
\
Merge in mainline.
Russel Winder
2017-08-15
1
-1/+1
|
|
\
\
\
|
*
\
\
\
Update to mainline.
Russel Winder
2017-08-08
41
-51/+568
|
|
\
\
\
\
|
*
\
\
\
\
Merge mainline.
Russel Winder
2017-08-05
32
-155/+300
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge in mainline.
Russel Winder
2017-08-02
5
-143/+209
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge mainline.
Russel Winder
2017-07-28
5
-8/+12
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge in from mainline.
Russel Winder
2017-07-27
4
-6/+145
|
|
\
\
\
\
\
\
\
\
[prev]
[next]