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
*
Avoid must_be_a_Dir() attribute errors when trying to look up path names abov...
Steven Knight
2005-04-15
1
-0/+11
*
Refactor the Rsearch*() methods out of existence in favor of simpler utility ...
Steven Knight
2005-04-13
1
-83/+82
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-1/+1
*
Store source file and dependency paths relative to the target's directory, no...
Steven Knight
2005-04-01
1
-5/+74
*
When searching paths for Files or Dirs, match Entries,too.
Steven Knight
2005-03-20
1
-26/+140
*
Windows portability in tests. Replace overlooked import
Steven Knight
2005-03-17
1
-54/+48
*
Fix a regression in handling CPPPATH='.' when using a BuildDir with subdirect...
Steven Knight
2005-03-05
1
-41/+95
*
Eliminate find_file() inefficiency.
Steven Knight
2005-03-05
1
-0/+235
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
1
-8/+8
*
Don't throw a 'Tried to lookup a File as a Dir' exception if there's a same-n...
Steven Knight
2005-03-01
1
-2/+13
*
When searching for files, don't pick same-named directories in a search path.
Steven Knight
2005-02-15
1
-7/+12
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-0/+29
*
Don't create a Node for every file we try to find during scan.
Steven Knight
2005-02-10
1
-7/+19
*
Refactor internals in preparation for eliminating creating unnecessary Node.F...
Steven Knight
2005-02-01
1
-1/+3
*
Reduce the number of scanner calls in large cross-products of targets and sou...
Steven Knight
2005-01-22
1
-0/+1
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-1/+1
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-1/+1
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-29/+40
*
Apply build overrides once up front. (Kevin Quick)
Steven Knight
2004-12-15
1
-1/+0
*
Use the right scanner if the same source file is used for targets in two diff...
Steven Knight
2004-12-15
1
-0/+8
*
Remove Node scanner storage. (Kevin Quick)
Steven Knight
2004-12-15
1
-1/+2
*
Fix the use of reflective paths underneath build directories, when the path u...
Steven Knight
2004-11-11
1
-0/+67
*
Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up...
Steven Knight
2004-10-22
1
-4/+0
*
Handle use of Mkdir() when the file exists.
Steven Knight
2004-10-21
1
-1/+6
*
Win32 portability fixes for tests.
Steven Knight
2004-10-09
1
-2/+1
*
Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...
Steven Knight
2004-10-07
1
-1/+2
*
Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)
Steven Knight
2004-10-07
1
-0/+5
*
Add support for changing directory when executing Actions (the to the target ...
Steven Knight
2004-09-27
1
-16/+0
*
Add a --debug=findlibs option. (Gary Oberbrunner)
Steven Knight
2004-09-25
1
-0/+23
*
Fix --no-exec handling of cache. (Kevin Quick)
Steven Knight
2004-09-24
1
-2/+2
*
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
[next]