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
/
FSTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-3/+3
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-3/+67
*
Add Node.FS.{Dir,File}.Entry() methods.
Steven Knight
2003-05-04
1
-9/+35
*
Add a clear() method to reset a Node's state for re-processing.
Steven Knight
2003-04-12
1
-0/+26
*
Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...
Steven Knight
2003-03-30
1
-0/+8
*
Prepare for release, more doc patches, one portability fix.
Steven Knight
2003-03-28
1
-2/+6
*
Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...
Steven Knight
2003-03-28
1
-0/+7
*
Add warnings when we switch to BuildDir() targets when using -u or -U.
Steven Knight
2003-03-26
1
-0/+15
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-33/+32
*
Fix two bugs in CacheDir handling. (Jeff Petkau)
Steven Knight
2003-03-15
1
-6/+41
*
Document the -f option correctly, support building a parallel tree by pointin...
Steven Knight
2003-03-14
1
-0/+9
*
Push files to the CacheDir() before calling the superclass built() method, wh...
Steven Knight
2003-03-03
1
-1/+12
*
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...
Steven Knight
2003-02-26
1
-4/+16
*
Support fetching SConscript files from source code management systems.
Steven Knight
2003-02-21
1
-0/+15
*
Add support for fetching files from rcs.
Steven Knight
2003-02-18
1
-0/+29
*
Add CacheDir support.
Steven Knight
2003-02-03
1
-0/+115
*
Provide a better error message when a BuildDir() is read-only.
Steven Knight
2003-01-27
1
-0/+22
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff Pet...
Steven Knight
2003-01-15
1
-0/+8
*
Fix bug removing symbolic links. (Steve Leblanc)
Steven Knight
2003-01-14
1
-0/+12
*
Test improvements suggested by Charles Crain.
Steven Knight
2003-01-13
1
-63/+122
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-16/+19
*
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
1
-1/+32
*
Change the Action object execute() methods to __call__() methods.
Steven Knight
2002-12-28
1
-8/+8
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-12/+11
*
Support Repositories on a different file system, when hard links to the local...
Steven Knight
2002-12-22
1
-0/+96
*
Finish the Action refactoring by removing Builder.execute() methods and movin...
Steven Knight
2002-12-19
1
-4/+12
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-0/+10
*
Really take care of non-existent drive letters on Win32.
Steven Knight
2002-11-30
1
-5/+26
*
Provide graceful failures when a source file doesn't exist and can't be build...
Steven Knight
2002-11-27
1
-0/+1
*
Make File() and Dir() take a string for the second argument. (Anthony Roach)
Steven Knight
2002-11-22
1
-0/+16
*
Arrange for local copies of files in build/ so the Aegis build will continue ...
Steven Knight
2002-11-12
1
-0/+9
*
Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).
Steven Knight
2002-10-19
1
-0/+4
*
Win32 test portability.
Steven Knight
2002-10-18
1
-3/+3
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
1
-68/+145
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-0/+35
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
1
-1/+4
*
Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)
Steven Knight
2002-09-11
1
-0/+2
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
1
-0/+29
*
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
-0/+7
*
Cache exists() and rexists() values all the time.
Steven Knight
2002-08-19
1
-5/+13
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
1
-6/+14
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
1
-12/+33
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
1
-3/+8
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-1/+58
*
Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...
Steven Knight
2002-07-20
1
-9/+54
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-0/+50
[next]