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
/
FS.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)
Steven Knight
2002-09-11
1
-4/+3
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
1
-0/+7
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
1
-0/+1
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
1
-1/+1
*
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
1
-48/+61
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
1
-30/+42
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
1
-1/+1
*
Redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-12
1
-3/+3
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
1
-6/+10
*
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
1
-1/+0
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
1
-0/+1
*
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
1
-12/+73
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
1
-11/+14
*
Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...
Steven Knight
2002-07-20
1
-13/+49
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-6/+38
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
1
-2/+2
*
Add a TAR Builder.
Steven Knight
2002-07-08
1
-0/+20
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-10/+5
*
Make the drive letters on Windows always be the same case, so that changes in...
Steven Knight
2002-05-16
1
-3/+3
*
Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)
Steven Knight
2002-05-14
1
-0/+15
*
Fix for CPPPATH='#'. (Charles Crain)
Steven Knight
2002-04-29
1
-1/+3
*
Don't create a directory Node when a file already exists there, and vice vers...
Steven Knight
2002-04-25
1
-0/+22
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-1/+5
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-5/+7
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-4/+13
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-36/+35
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-0/+6
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-9/+12
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
1
-0/+51
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
1
-4/+6
*
Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)
Steven Knight
2002-01-31
1
-0/+12
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Performance improvement: avoid recomputing signatures.
Steven Knight
2002-01-29
1
-13/+1
*
Add the Precious() method.
Steven Knight
2002-01-24
1
-0/+5
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
1
-7/+13
*
Fix binary file signatures on Win32 (Crain).
Steven Knight
2002-01-23
1
-1/+1
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
1
-1/+3
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
1
-146/+93
*
Node.FS performance improvements (Charles Crain).
Steven Knight
2002-01-02
1
-4/+12
*
General performance tweaks
Steven Knight
2001-12-31
1
-44/+45
*
Add duplicate (defaults to true) option to BuildDir()
Steven Knight
2001-12-29
1
-24/+32
*
Windows NT portability fixes for tests.
Steven Knight
2001-12-21
1
-0/+1
*
Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...
Steven Knight
2001-12-20
1
-1/+1
*
Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...
Steven Knight
2001-12-19
1
-3/+7
*
Bug fixes from Charles Crain.
Steven Knight
2001-12-19
1
-6/+26
*
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
Steven Knight
2001-12-15
1
-6/+79
[next]