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
*
Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...
Steven Knight
2003-03-28
4
-23/+107
*
Add warnings when we switch to BuildDir() targets when using -u or -U.
Steven Knight
2003-03-26
4
-0/+61
*
Check out files from various source code systems properly.
Steven Knight
2003-03-22
1
-1/+1
*
Remove an unnecessary .aeignore file in an abandoned subdirectory.
Steven Knight
2003-03-22
1
-5/+0
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
4
-68/+143
*
Fix two bugs in CacheDir handling. (Jeff Petkau)
Steven Knight
2003-03-15
2
-9/+60
*
Document the -f option correctly, support building a parallel tree by pointin...
Steven Knight
2003-03-14
2
-0/+13
*
Push files to the CacheDir() before calling the superclass built() method, wh...
Steven Knight
2003-03-03
2
-3/+21
*
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...
Steven Knight
2003-02-26
2
-9/+55
*
Fix Install test portability by converting an OSError when we prepare a targe...
Steven Knight
2003-02-22
1
-1/+5
*
Support fetching SConscript files from source code management systems.
Steven Knight
2003-02-21
4
-3/+37
*
Add support for fetching files from rcs.
Steven Knight
2003-02-18
4
-7/+121
*
Fix some performance problems with the --implicit-cache option. (Anthony Roach)
Steven Knight
2003-02-11
2
-28/+28
*
Annotate objects with their creation SConscript and line.
Steven Knight
2003-02-09
2
-0/+29
*
Add the --random option.
Steven Knight
2003-02-06
1
-1/+0
*
Add CacheDir support.
Steven Knight
2003-02-03
4
-10/+222
*
Add a strfunction() to Command actions, and add an env argument to the Functi...
Steven Knight
2003-02-02
1
-1/+1
*
Provide a better error message when a BuildDir() is read-only.
Steven Knight
2003-01-27
2
-1/+27
*
Add AddPreAction() and AddPostAction() methods. (Charles Crain)
Steven Knight
2003-01-20
2
-3/+72
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
6
-6/+6
*
Update Copyright years.
Steven Knight
2003-01-16
6
-6/+6
*
Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff Pet...
Steven Knight
2003-01-15
2
-0/+18
*
Add --debug-includes. (Anthony Roach)
Steven Knight
2003-01-14
1
-0/+14
*
Fix bug removing symbolic links. (Steve Leblanc)
Steven Knight
2003-01-14
2
-1/+19
*
Test improvements suggested by Charles Crain.
Steven Knight
2003-01-13
1
-63/+122
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
2
-4/+1
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
4
-48/+157
*
More Win32 test portability.
Steven Knight
2003-01-11
1
-4/+19
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
3
-8/+72
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
2
-11/+24
*
Don't duplicate source files in a BuildDir when the -n option is used.
Steven Knight
2003-01-01
1
-10/+20
*
Change the Action object execute() methods to __call__() methods.
Steven Knight
2002-12-28
4
-18/+18
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
2
-31/+61
*
Support Repositories on a different file system, when hard links to the local...
Steven Knight
2002-12-22
2
-12/+110
*
Finish the Action refactoring by removing Builder.execute() methods and movin...
Steven Knight
2002-12-19
3
-112/+42
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
4
-0/+28
*
Prevent -n from unlinking files.
Steven Knight
2002-12-05
1
-2/+8
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-1/+1
*
Really take care of non-existent drive letters on Win32.
Steven Knight
2002-11-30
2
-9/+37
*
Provide graceful failures when a source file doesn't exist and can't be build...
Steven Knight
2002-11-27
2
-6/+15
*
Make env.SideEffect work for Dir nodes. (Anthony Roach)
Steven Knight
2002-11-25
1
-2/+2
*
Make File() and Dir() take a string for the second argument. (Anthony Roach)
Steven Knight
2002-11-22
2
-0/+18
*
Document Repository and other methods, plus some added documentation to SCons...
Steven Knight
2002-11-13
2
-0/+18
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
2
-1/+10
*
Arrange for local copies of files in build/ so the Aegis build will continue ...
Steven Knight
2002-11-12
2
-5/+20
*
Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).
Steven Knight
2002-10-19
2
-0/+11
*
Win32 test portability.
Steven Knight
2002-10-18
1
-3/+3
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
2
-327/+434
*
Fix some file headers. (Charles Crain)
Steven Knight
2002-10-15
2
-2/+2
*
Fix verbose BuildError bug. (Anthony Roach)
Steven Knight
2002-10-10
1
-0/+2
[next]