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
...
*
Fix is_pseudo_derived_builder(). (Kevin Quick)
Steven Knight
2004-09-15
1
-0/+6
*
Handle exceptions in FunctionActions. (Steve Christensen)
Steven Knight
2004-09-15
1
-1/+1
*
Remove the misbegotten --save-explain-info feature.
Steven Knight
2004-08-17
1
-52/+0
*
Fix null entries in CPPPATH. (Gary Oberbrunner)
Steven Knight
2004-07-30
1
-0/+9
*
Refactorings towards a RelativeTopDir() function.
Steven Knight
2004-07-29
1
-28/+4
*
Add a .win32 attribute for FS entries; preserve Literal() attributes when con...
Steven Knight
2004-07-21
1
-1/+9
*
Fix errors when there are dangling symlinks. (Gary Oberbrunner)
Steven Knight
2004-07-08
1
-0/+7
*
Officially support target_factory and source_factory when creating a Builder.
Steven Knight
2004-06-25
1
-39/+43
*
Add an option to not save the --debug=explain information.
Steven Knight
2004-06-15
1
-0/+50
*
Store the different dependencies in binfo separately.
Steven Knight
2004-06-01
1
-3/+4
*
Add unit tests for the last two changes.
Steven Knight
2004-05-25
1
-0/+25
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-6/+2
*
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Steven Knight
2004-05-14
1
-52/+31
*
Portability fixes for Win32.
Steven Knight
2004-05-04
1
-4/+8
*
Really support strfunction for all Action subclasses by refactoring the inter...
Steven Knight
2004-05-03
1
-2/+3
*
Performance improvement: memo-ize Node.FS string values when appropriate.
Steven Knight
2004-05-01
1
-0/+62
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-5/+5
*
Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not a...
Steven Knight
2004-04-01
1
-1/+22
*
Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.
Steven Knight
2004-03-16
1
-1/+1
*
scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)
Steven Knight
2004-03-06
1
-60/+72
*
Add an internal Environment._update() method that updates the dictionary dire...
Steven Knight
2004-02-23
1
-0/+2
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-0/+16
*
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Steven Knight
2004-02-09
1
-43/+96
*
Fetch implicit dependencies from SCCS/RCS.
Steven Knight
2004-01-29
1
-1/+5
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
1
-15/+28
*
Miscellaneous changes: update a call to env.subst(); white space cleanup in ...
Steven Knight
2004-01-04
1
-9/+9
*
Preserve the ability to call BuildDir() multiple times with the same source a...
Steven Knight
2003-12-06
1
-0/+15
*
Fix specifying a root directory with just the drive string (e.g. C:).
Steven Knight
2003-11-09
1
-0/+11
*
Don't swallow the AttributeError for an expansion like .bak.
Steven Knight
2003-11-09
1
-0/+26
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
1
-0/+21
*
Support using Dirs as sources for builds. (Charles Crain)
Steven Knight
2003-10-07
1
-1/+3
*
Re-synchronize the CVS tree after a SourceForge file system catastrophe.
Steven Knight
2003-08-27
1
-2/+2
*
Multi-level build dir with Object() and duplicate=0.
Steven Knight
2003-08-09
1
-0/+12
*
Allow Command() to take directories as sources.
Steven Knight
2003-07-26
1
-2/+92
*
Fix a problem when using --cache-show.
Steven Knight
2003-07-23
1
-2/+28
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
1
-23/+29
*
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
[prev]
[next]