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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge pull request #88 (for real this time). Prev commit was actually #87.
Gary Oberbrunner
2013-11-02
3
-29/+55
|
|
\
\
|
|
*
\
Merged scons/scons into default
Tom Tanner
2013-10-30
10
-24/+44
|
|
|
\
\
|
|
*
|
|
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
3
-1/+15
|
|
*
|
|
Allow multiple options with --debug
Tom Tanner
2013-09-30
1
-19/+21
|
*
|
|
|
Merge pull request #88: various usability enhancements
Gary Oberbrunner
2013-11-02
7
-20/+99
|
|
\
\
\
\
|
|
*
\
\
\
Merged scons/scons into default
Tom Tanner
2013-10-30
10
-24/+44
|
|
|
\
\
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
Fix names in several places and refer to the .PHONY command
Tom Tanner
2013-10-07
3
-7/+11
|
|
*
|
|
|
Merged scons/scons into default
Tom Tanner
2013-09-30
6
-21/+51
|
|
|
\
\
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
Fixed wrong name in tests
Tom Tanner
2013-09-30
1
-5/+5
|
|
*
|
|
|
Added Pseudo command to environment and tests. If a target is declared as
Tom Tanner
2013-09-30
5
-24/+87
|
|
*
|
|
|
Addition of warning if build doesn't build expected targets.
Tom Tanner
2013-09-26
3
-0/+12
|
*
|
|
|
|
Merged scons/scons into default
Tom Tanner
2013-10-30
10
-24/+44
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Merged in dirkbaechle/scons (pull request #92)
William Deegan
2013-10-28
8
-21/+34
|
|
|
\
\
\
\
|
|
|
*
|
|
|
- now counting instances only when requested via --debug=count
Dirk Baechle
2013-10-25
8
-21/+34
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
*
|
|
|
Correctly fix bug #2903, failure to rebuild when linker options change.
Gary Oberbrunner
2013-10-27
2
-3/+8
|
|
|
/
/
/
|
|
*
|
|
- additional corrections for left alignment
Dirk Baechle
2013-10-06
1
-0/+2
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Change posix.py to use subprocess as we only support python 2.4.
Tom Tanner
2013-10-04
1
-164/+14
|
*
|
|
Stop leaking of filehandles to child processes by closing on fork.
Tom Tanner
2013-10-03
1
-2/+9
|
|
/
/
|
*
|
From Bogdan Tenea: Check for 8.3 filenames on cygwin as well as win32 to make...
Gary Oberbrunner
2013-09-30
1
-1/+1
|
*
|
Merged pull request #86
Gary Oberbrunner
2013-09-29
1
-1/+3
|
|
\
\
|
|
*
|
Fix http://scons.tigris.org/issues/show_bug.cgi?id=2903
Alexandre Feblot
2013-09-15
1
-1/+3
|
|
|
/
|
*
|
Merged pull req #85
Gary Oberbrunner
2013-09-29
1
-7/+15
|
|
\
\
|
|
*
|
- fix for #2916, "Issues with versioned SharedLibrary under OpenBSD"
Dirk Baechle
2013-09-11
1
-7/+15
|
|
|
/
|
*
|
fix missing file test
antonio
2013-06-15
1
-7/+7
|
*
|
fix for visual studio expres on win7 x86_64
antonio
2013-06-15
1
-5/+6
|
*
|
Added tests for Literal object comparison, and updated CHANGES.txt.
Gary Oberbrunner
2013-09-29
2
-1/+12
|
*
|
Merge pull request #80, Literal objects compare for equality
Gary Oberbrunner
2013-09-29
1
-3/+11
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Allow Literal objects to be compared among each others.
Manuel Francisco Naranjo
2013-06-03
1
-3/+11
*
|
|
Another list(*.keys()) for item deletion loop.
Stefan Zimmermann
2013-12-27
1
-1/+1
*
|
|
ActionTests: No string.join(). b prefix for assert Action.get_contents().
Stefan Zimmermann
2013-12-27
1
-37/+37
*
|
|
More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...
Stefan Zimmermann
2014-03-31
8
-28/+37
*
|
|
Use exec() with compile() to preserve script name.
Stefan Zimmermann
2013-12-27
1
-2/+2
*
|
|
Environment.py: __cmp__ to __eq__. list(*.keys()) for item deletion loops.
Stefan Zimmermann
2013-12-27
1
-4/+4
*
|
|
copy_func: return 0 instead of return shutil.*
Stefan Zimmermann
2013-12-27
1
-3/+3
*
|
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
64
-209/+253
*
|
|
fix for cpp scanner (maybe)
ndbecker2
2013-09-09
2
-2/+4
*
|
|
minor cleanup
ndbecker2
2013-09-09
2
-7/+2
*
|
|
2 minor issues
ndbecker2
2013-09-09
1
-1/+1
*
|
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
17
-56/+70
*
|
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
120
-658/+667
|
/
/
*
|
Merged in managan/scons_versionedlib (pull request #82)
Gary Oberbrunner
2013-08-25
3
-10/+51
|
\
\
|
*
|
Fix description of symlinks made when creating a shared library
Robert Managan
2013-06-30
1
-1/+1
|
*
|
when adding links to list of installed files we have strings so use append() ...
Robert Managan
2013-06-29
1
-1/+5
|
*
|
remove print from test and attempt to get FindInstalledFiles working
Robert Managan
2013-06-18
1
-0/+1
|
*
|
Add code to delete any current symlink before trying to crete them. Before th...
Rob Managan
2013-05-30
2
-9/+45
|
|
/
*
|
cyglink: Fix variant-dir
David Rothenberger
2013-08-23
1
-4/+2
*
|
Add a cyglink tool
David Rothenberger
2013-08-17
5
-1/+129
|
/
*
New doc toolchain changes:
Gary Oberbrunner
2013-05-04
1
-3/+5
[prev]
[next]