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 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
*
Move autogenerate() from SCons.Util.py to SCons.Environmentpy.
Steven Knight
2002-03-22
3
-5/+16
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
4
-125/+209
*
Enhance the Walker to call a third supplied function to actually work on a No...
Steven Knight
2002-03-19
1
-4/+14
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
2
-0/+70
*
Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K...
Steven Knight
2002-03-01
2
-17/+3
*
Remove left-over dir argument from get_contents() calls. (Anthony Roach)
Steven Knight
2002-02-20
2
-2/+2
*
Filter out a file's ignore list from all of its dependencies, direct or indir...
Steven Knight
2002-02-12
2
-6/+35
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
4
-17/+18
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
1
-0/+3
*
Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)
Steven Knight
2002-01-31
2
-0/+19
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
4
-4/+4
*
Performance improvement: avoid recomputing signatures.
Steven Knight
2002-01-29
3
-13/+12
*
Fix so Nodes don't get removed by ListBuilder after they're built.
Steven Knight
2002-01-28
2
-9/+66
*
Add the Precious() method.
Steven Knight
2002-01-24
4
-0/+31
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
2
-7/+30
*
Add the Ignore() method.
Steven Knight
2002-01-24
2
-3/+41
[prev]
[next]