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
/
Node
Commit message (
Expand
)
Author
Age
Files
Lines
*
- a few simple refactorings and optimizations
Dirk Baechle
2015-02-04
1
-11/+1
*
- added new method rentry_exists_on_disk (check for physical files/dirs)
Dirk Baechle
2014-11-05
2
-0/+59
*
Switch unit tests to configurable runner
anatoly techtonik
2014-03-21
4
-9/+13
*
Merge c3cba85 from Dirk Baechle, fix for spurious rebuilds. See b4bc497.
Gary Oberbrunner
2014-03-01
2
-4/+16
|
\
|
*
- fix for spurious rebuilds, allow caching of the changed() method's value on...
Dirk Baechle
2014-02-14
2
-4/+16
*
|
- disabled reset of Node attributes in built() during interactive mode
Dirk Baechle
2014-01-09
1
-1/+2
|
/
*
Added release_target_info() to File nodes, reduces memory consumption.
Dirk Baechle
2013-12-19
2
-38/+177
*
Merged scons/scons into default
Tom Tanner
2013-10-30
2
-6/+8
|
\
|
*
- now counting instances only when requested via --debug=count
Dirk Baechle
2013-10-25
2
-6/+8
*
|
Fix names in several places and refer to the .PHONY command
Tom Tanner
2013-10-07
1
-1/+1
*
|
Merged scons/scons into default
Tom Tanner
2013-09-30
1
-1/+1
|
\
\
|
|
/
|
*
From Bogdan Tenea: Check for 8.3 filenames on cygwin as well as win32 to make...
Gary Oberbrunner
2013-09-30
1
-1/+1
*
|
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
2
-6/+23
*
|
Addition of warning if build doesn't build expected targets.
Tom Tanner
2013-09-26
1
-0/+8
|
/
*
- added simple test for #2720 (execute with cached targets)
Dirk Baechle
2012-04-22
2
-2/+2
*
- fixed issue #2720, applied final patch (v3) by Alexey Klimkin
Dirk Baechle
2012-01-10
1
-0/+1
*
document FS.Base instance variables
Anatoly Techtonik
2011-06-24
1
-2/+6
*
New debug option --debug=duplicate to debug Variant-dir duplication
Gary Oberbrunner
2011-03-01
1
-0/+7
*
Misc Windows test cleanups
Gary Oberbrunner
2011-02-27
1
-1/+1
*
Fix last commit for python 2.3; no string.rsplit(). Use rindex instead.
Gary Oberbrunner
2010-11-21
2
-2/+21
*
Additional UNC path test case for FS.py
Gary Oberbrunner
2010-11-19
1
-0/+11
*
Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be...
Gary Oberbrunner
2010-11-18
2
-127/+494
*
Fix issue with implicit-cache when files are removed on disk. Fixes issue #1...
Gary Oberbrunner
2010-08-12
1
-3/+4
*
Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut...
Gary Oberbrunner
2010-07-31
2
-5/+20
*
cleanup .cvsignore garbage
Anatoly Techtonik
2010-07-05
1
-1/+0
*
Fix "Ignoring corrupt sconsign entry" warnings when upgrading from 1.x.
Steven Knight
2010-05-26
1
-2/+2
*
Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c...
Steven Knight
2010-05-19
1
-2/+4
*
Convert Util.Proxy from an old-style class to a new-style class.
Steven Knight
2010-05-19
1
-0/+3
*
Eliminate custom use of old-style Proxy class in Node/FSTests.py.
Steven Knight
2010-05-17
1
-8/+1
*
Convert old-style classes in Node/FS.py to new-style classes. Refactor assig...
Steven Knight
2010-05-17
1
-11/+9
*
Commit old-style classes in Node/__init__.py to new-style classes.
Steven Knight
2010-05-16
1
-5/+5
*
Convert old-style classes to new-style classes.
Steven Knight
2010-05-12
1
-10/+10
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
3
-16/+16
*
Convert to Python 3.x division rules.
Greg Noel
2010-04-24
1
-3/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
4
-126/+31
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
1
-1/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
2
-8/+6
*
Rewrite uses of reduce(), which is being deprecated for Python 3.x.
Steven Knight
2010-04-20
2
-2/+8
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
2
-3/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
4
-23/+23
*
Add compat "collections" module for pre-2.4 Python verseions. For now.
Steven Knight
2010-04-11
1
-0/+2
*
Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
Steven Knight
2010-04-07
4
-9/+9
*
Issue 2332: Convert from using StringIO.StringIO class to using the
Steven Knight
2010-04-07
2
-6/+7
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-03-29
3
-22/+22
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
4
-22/+11
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
8
-135/+123
*
Add a message to the UserError raised when trying to do a Dir lookup with cre...
Gary Oberbrunner
2009-12-20
1
-1/+2
*
Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank...
Gary Oberbrunner
2009-05-29
2
-2/+10
*
Issue 2415: Tolerate unicode strings when using intern()
Ludwig Hähne
2009-05-17
1
-8/+8
[next]