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
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
3
-29/+29
*
Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)
Steven Knight
2002-09-11
2
-4/+5
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
3
-0/+40
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
2
-0/+2
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
2
-1/+8
*
Yet again redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-22
1
-3/+3
*
Cache exists() and rexists() values all the time.
Steven Knight
2002-08-19
2
-53/+74
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
2
-36/+56
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
2
-13/+34
*
Redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-12
1
-3/+3
*
Fix aliases as dependencies. (Anthony Roach)
Steven Knight
2002-08-09
1
-8/+8
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
2
-9/+18
*
Add Install() + Local() functionality.
Steven Knight
2002-08-06
1
-0/+3
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
1
-3/+8
*
Support Repository and Default().
Steven Knight
2002-08-06
4
-93/+0
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
4
-2/+129
*
Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)
Steven Knight
2002-08-05
1
-1/+1
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
3
-13/+134
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
3
-24/+68
*
Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...
Steven Knight
2002-07-20
2
-22/+103
*
Repository support (first cut).
Steven Knight
2002-07-17
4
-7/+102
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
1
-1/+5
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
1
-1/+4
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
2
-10/+10
*
Add a TAR Builder.
Steven Knight
2002-07-08
2
-1/+41
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-0/+2
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-1/+3
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
2
-26/+16
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
3
-11/+23
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
2
-1/+3
*
Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)
Steven Knight
2002-05-17
1
-0/+2
*
Make the drive letters on Windows always be the same case, so that changes in...
Steven Knight
2002-05-16
1
-3/+3
*
Fix a couple obscure bugs. (Anthony Roach)
Steven Knight
2002-05-15
1
-0/+4
*
Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)
Steven Knight
2002-05-14
2
-0/+21
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-0/+6
*
Fix for CPPPATH='#'. (Charles Crain)
Steven Knight
2002-04-29
2
-1/+4
*
Don't create a directory Node when a file already exists there, and vice vers...
Steven Knight
2002-04-25
2
-0/+37
*
Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...
Steven Knight
2002-04-24
1
-2/+2
*
Make Alias work with -U, -u, and -D (Anthony Roach)
Steven Knight
2002-04-24
1
-0/+6
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
2
-1/+7
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
2
-19/+30
*
Make .sconsign files get written even if the build fails or is terminated. (A...
Steven Knight
2002-04-11
1
-0/+2
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
3
-24/+69
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
3
-8/+41
*
Various performance enhancements. (Anthony Roach)
Steven Knight
2002-04-05
1
-5/+1
*
Fix rescanning of files with no implicit deps (Anthony Roach)
Steven Knight
2002-04-04
3
-13/+27
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
4
-408/+245
*
Fix problems with two tests (one portability, one syntax).
Steven Knight
2002-03-27
1
-2/+2
*
Add support for target Aliases.
Steven Knight
2002-03-25
6
-3/+237
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
2
-1/+95
[next]