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
*
scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)
Steven Knight
2004-03-06
2
-78/+138
*
Better error message when a source file is missing.
Steven Knight
2004-02-24
1
-1/+1
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
1
-1/+10
*
Add an internal Environment._update() method that updates the dictionary dire...
Steven Knight
2004-02-23
1
-0/+2
*
Lay some groundwork for URL Nodes by abstracting local file system operations...
Steven Knight
2004-02-15
1
-45/+108
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
4
-15/+55
*
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Steven Knight
2004-02-09
2
-51/+115
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
2
-4/+11
*
Fetch implicit dependencies from SCCS/RCS.
Steven Knight
2004-01-29
2
-2/+7
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
4
-28/+60
*
Better error handling if someone tries to add a non-Node as a source, depende...
Steven Knight
2004-01-11
2
-41/+90
*
Miscellaneous changes: update a call to env.subst(); white space cleanup in ...
Steven Knight
2004-01-04
3
-171/+15
*
Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)
Steven Knight
2003-12-19
1
-1/+4
*
Preserve the ability to call BuildDir() multiple times with the same source a...
Steven Knight
2003-12-06
2
-0/+17
*
Make duplicate build dir specifications be an error. (Anthony Roach)
Steven Knight
2003-11-12
1
-0/+2
*
Fix specifying a root directory with just the drive string (e.g. C:).
Steven Knight
2003-11-09
2
-0/+14
*
Don't swallow the AttributeError for an expansion like .bak.
Steven Knight
2003-11-09
2
-1/+33
*
Sync CVS log from master Aegis repository.
Steven Knight
2003-11-03
1
-9/+53
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
1
-53/+9
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-2/+2
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
2
-2/+23
*
Support using Dirs as sources for builds. (Charles Crain)
Steven Knight
2003-10-07
3
-8/+57
*
Fix setting the source_scanner if a source if used by more than one environment.
Steven Knight
2003-09-20
1
-30/+17
*
Fix dependency scans of generated files. (John Johnson)
Steven Knight
2003-09-16
2
-15/+31
*
Add SourceSignatures() and TargetSignatures() environment methods.
Steven Knight
2003-09-12
1
-1/+6
*
Support using a single .sconsign file. (Stephen Kennedy)
Steven Knight
2003-09-02
1
-1/+1
*
Re-synchronize the CVS tree after a SourceForge file system catastrophe.
Steven Knight
2003-08-27
1
-2/+2
*
Multi-level build dir with Object() and duplicate=0.
Steven Knight
2003-08-09
2
-0/+16
*
Refactor extension splitting to make it more flexible (for SWIG).
Steven Knight
2003-08-03
1
-5/+5
*
Allow Command() to take directories as sources.
Steven Knight
2003-07-26
3
-83/+195
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
2
-4/+47
*
Fix a problem when using --cache-show.
Steven Knight
2003-07-23
2
-7/+34
*
Only create a default Environment when asked to. (Chad Austin)
Steven Knight
2003-07-22
1
-2/+2
*
Give Value Nodes timestamps. (Chad Austin)
Steven Knight
2003-07-21
1
-0/+5
*
Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)
Steven Knight
2003-07-21
2
-1/+8
*
Speed up adding children to the various Node lists (depends, ignore, sources,...
Steven Knight
2003-07-20
3
-26/+68
*
Support targets that always rebuild. (Stephen Ng)
Steven Knight
2003-06-28
2
-0/+14
*
Put LinkFunc() back to the way it was. (Christoph Wiedemann)
Steven Knight
2003-05-20
1
-2/+2
*
Restore .sconsign file tracking back to a single global list, not directory-s...
Steven Knight
2003-05-20
1
-1/+1
*
Eliminate redundant signature calculations, optimize out use of hasattr().
Steven Knight
2003-05-17
2
-39/+110
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
1
-1/+1
*
Test fixes.
Steven Knight
2003-05-16
1
-2/+2
*
Fix SideEffect() and BuildDir(). (Anthony Roach)
Steven Knight
2003-05-15
2
-20/+34
*
Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain)
Steven Knight
2003-05-15
1
-18/+30
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
4
-105/+97
*
Fix for the internal Link action not being reentrant when used with BuildDir.
Steven Knight
2003-05-12
1
-2/+2
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
4
-74/+103
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
4
-19/+229
*
Add Node.FS.{Dir,File}.Entry() methods.
Steven Knight
2003-05-04
2
-12/+46
*
Add Python Value Nodes. (Chad Austin)
Steven Knight
2003-05-01
2
-0/+128
[next]