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
...
|
*
Add from future import print_function to fix broken tests under python2.7
William Deegan
2016-05-09
1
-1/+6
|
*
Resolving a batch of failing tests for python 2.7.
William Blevins
2016-01-24
1
-4/+2
|
*
Run futurize --stage1.
Russel Winder
2016-01-01
2
-3/+7
|
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
6
-137/+69
|
|
\
|
*
\
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
2
-28/+40
|
|
\
\
|
*
|
|
Added six module as SCons.compat.six, for python3 port.
Gary Oberbrunner
2014-04-20
1
-1/+1
|
*
|
|
Main: No __future__.print_function (would affect exec()'d code).
Stefan Zimmermann
2014-04-01
1
-4/+6
|
*
|
|
Main: Use exec() with compile().
Stefan Zimmermann
2014-04-01
1
-1/+1
|
*
|
|
Merged with [default]
Stefan Zimmermann
2014-03-31
4
-6/+73
|
|
\
\
\
|
*
\
\
\
Merged with [default]
Stefan Zimmermann
2014-03-31
3
-30/+74
|
|
\
\
\
\
|
*
|
|
|
|
Use exec() with compile() to preserve script name.
Stefan Zimmermann
2013-12-27
1
-2/+2
|
*
|
|
|
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
4
-8/+10
|
*
|
|
|
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
2
-2/+2
|
*
|
|
|
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
5
-55/+56
*
|
|
|
|
|
regression tests for #319
Pawel Tomulik
2016-05-14
1
-0/+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
5
-107/+11
*
|
|
|
|
Removed 'Local Build Variables:' from output when append flag for help is Tru...
William Deegan
2015-09-29
1
-4/+10
*
|
|
|
|
Added help for pull request #226
William Deegan
2015-09-28
1
-5/+11
*
|
|
|
|
Merged in billcroberts/scons (pull request #226)
William Deegan
2015-09-28
3
-5/+17
|
\
\
\
\
\
|
*
|
|
|
|
bug 2831: Allow appending Help text to Options Output
William Roberts
2015-03-17
3
-5/+17
*
|
|
|
|
|
fix spelling mistakes found by debian lintian tool list here: https://lintian...
William Deegan
2015-09-28
1
-1/+1
*
|
|
|
|
|
Added InstallVersionedLib to default environment init for orthogonality with ...
William Blevins
2015-09-22
1
-0/+1
*
|
|
|
|
|
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
2
-8/+7
|
/
/
/
/
/
*
|
|
|
|
Improve invalid --config value handling for multiple choices:
anatoly techtonik
2014-12-28
1
-8/+8
*
|
|
|
|
Split __VERSION__ string in EnsureSConsVersion to avoid replacement
anatoly techtonik
2014-09-26
1
-1/+2
*
|
|
|
|
- fix for issue #2971 (Interactive build doesn't work anymore)
Dirk Baechle
2014-09-27
1
-1/+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Do not fail on EnsureSConsVersion when running from checkout
anatoly techtonik
2014-08-11
1
-0/+4
*
|
|
|
Speed up SCons execution by creating DefaultEnvironment for
anatoly techtonik
2014-06-01
1
-1/+5
*
|
|
|
Fix development mailing list with a new address @scons.org
anatoly techtonik
2014-05-28
1
-1/+1
*
|
|
|
- switched argument type of fs_delete and _clean_targets to bool (was int bef...
Dirk Baechle
2014-04-28
1
-4/+4
*
|
|
|
- fixed NoClean for multi-target builders
Dirk Baechle
2014-04-27
1
-25/+29
|
|
_
|
/
|
/
|
|
*
|
|
Switch unit tests to configurable runner
anatoly techtonik
2014-03-21
1
-2/+4
*
|
|
Merged in dirkbaechle/scons (pull request #103)
Gary Oberbrunner
2014-03-08
2
-3/+3
|
\
\
\
|
*
|
|
- added doc editor configuration for XXE5
Dirk Baechle
2014-01-19
2
-3/+3
|
|
|
/
|
|
/
|
*
|
|
- fixed the handling of long options in the command-line parsing (#2929)
Dirk Baechle
2014-02-08
1
-1/+66
|
/
/
*
|
Added release_target_info() to File nodes, reduces memory consumption.
Dirk Baechle
2013-12-19
1
-0/+1
*
|
Merge pull request #88 (for real this time). Prev commit was actually #87.
Gary Oberbrunner
2013-11-02
2
-28/+48
|
\
\
|
*
\
Merged scons/scons into default
Tom Tanner
2013-10-30
1
-1/+4
|
|
\
\
|
*
|
|
Revert stdout/stderr to the initial ones in a few places.
Tom Tanner
2013-10-01
1
-4/+13
|
*
|
|
Added stack dump on build error
Tom Tanner
2013-10-01
1
-5/+6
|
*
|
|
support for --cache-readonly
Tom Tanner
2013-10-01
2
-0/+8
|
*
|
|
Allow multiple options with --debug
Tom Tanner
2013-09-30
1
-19/+21
|
|
|
/
|
|
/
|
*
|
|
Merged scons/scons into default
Tom Tanner
2013-10-30
1
-1/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
- now counting instances only when requested via --debug=count
Dirk Baechle
2013-10-25
1
-1/+4
|
|
/
*
|
Fix names in several places and refer to the .PHONY command
Tom Tanner
2013-10-07
1
-5/+9
*
|
Added Pseudo command to environment and tests. If a target is declared as
Tom Tanner
2013-09-30
1
-1/+16
*
|
Addition of warning if build doesn't build expected targets.
Tom Tanner
2013-09-26
1
-0/+1
|
/
*
- switched to different schemaLocation URI
Dirk Baechle
2013-05-03
2
-2/+2
*
- rewrote all tool/builder docs to new SCons XSD
Dirk Baechle
2013-05-03
2
-54/+222
*
Added note in Announce.txt re: deprecating python versions older than 2.7.
Gary Oberbrunner
2013-03-03
1
-13/+14
[prev]
[next]