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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merged revisions 1767-1783 via svnmerge from
Steven Knight
2007-01-21
1
-1/+1
*
Merged revisions 1738-1754,1756 via svnmerge from
Steven Knight
2007-01-07
1
-1/+1
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-22/+32
*
Merged revisions 1582-1665 via svnmerge from
Steven Knight
2006-11-02
1
-1/+2
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-13/+15
*
Fix directory separators to allow the Debug.caller() function to strip unnece...
Steven Knight
2006-04-01
1
-0/+3
*
More test portability fixes. (Baptiste Lepilleur and SK)
Steven Knight
2006-02-15
1
-2/+4
*
Add a NoClean() function. (Steven Johnson)
Steven Knight
2006-02-13
1
-0/+5
*
Refactor so Command() uses an FS.Entry as its target factory.
Steven Knight
2006-02-12
1
-0/+3
*
Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.
Steven Knight
2006-01-22
1
-11/+13
*
Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...
Steven Knight
2005-12-27
1
-3/+6
*
Checkpoint minor refactorings en route to signature refactoring.
Steven Knight
2005-12-16
1
-0/+14
*
Refactor to let specific Node types override scanner selection, and to add a ...
Steven Knight
2005-12-04
1
-1/+11
*
Bring CVS back in sync.
Steven Knight
2005-11-17
1
-242/+364
*
Allow explicit target_factory=Dir with Builders that make a directory to over...
Steven Knight
2005-11-15
1
-364/+242
*
Do not throw an exception if the type of a stored implicit dependency has cha...
Steven Knight
2005-11-06
1
-2/+15
*
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...
Steven Knight
2005-06-07
1
-40/+93
*
Move BuildInfo translation of signature Nodes to rel_paths into the class its...
Steven Knight
2005-06-04
1
-10/+4
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
1
-2/+3
*
Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...
Steven Knight
2005-05-14
1
-19/+1
*
More flexible (and Make-like) ignoring command exit status, and suppressing p...
Steven Knight
2005-04-26
1
-3/+5
*
Win32 portability for recent RootDir and rel_path() changes.
Steven Knight
2005-04-26
1
-1/+4
*
Performance optimization in the last patch: eliminate implicit_factory() ent...
Steven Knight
2005-04-04
1
-11/+2
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-1/+2
*
Store source file and dependency paths relative to the target's directory, no...
Steven Knight
2005-04-01
1
-38/+52
*
Make sure scans are added to all targets in a builder call, to prevent out-o...
Steven Knight
2005-03-30
1
-10/+7
*
Fix re-scanning of built files for implicit dependencies when the -j option i...
Steven Knight
2005-03-20
1
-5/+12
*
Reduce gen_binfo() time for very long source lists.
Steven Knight
2005-03-05
1
-4/+2
*
Group --debug=count output by object modules.
Steven Knight
2005-03-01
1
-1/+1
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-14/+8
*
Refactor Environment/Executor/Node scanner interaction a little. Put --debug...
Steven Knight
2005-02-13
1
-19/+24
*
Don't memoize the get_build_scanner_path() methods.
Steven Knight
2005-02-10
1
-2/+1
*
Only call filter() to remove ignored dependencies if something has been Ignor...
Steven Knight
2005-01-23
1
-7/+10
*
Use WeakValueDicts in the Memoizer to cut down on memory use.
Steven Knight
2005-01-23
1
-47/+39
*
Reduce the number of scanner calls in large cross-products of targets and sou...
Steven Knight
2005-01-22
1
-12/+9
*
Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...
Steven Knight
2005-01-21
1
-31/+45
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-13/+27
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-5/+0
*
Apply Memoizer to cache more return values from various methods. (Kevin Quick)
Steven Knight
2004-12-31
1
-1/+3
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-73/+44
*
Make AlwaysBuild() work with Aliases.
Steven Knight
2004-12-17
1
-0/+2
*
Speed up Taskmaster by not calling Node methods so frequently.
Steven Knight
2004-12-16
1
-5/+1
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
1
-8/+52
*
Apply build overrides once up front. (Kevin Quick)
Steven Knight
2004-12-15
1
-1/+0
*
Remove Node scanner storage. (Kevin Quick)
Steven Knight
2004-12-15
1
-9/+10
*
Remove unnecessary scan keyword argument from Node.current(). (Kevin Quick)
Steven Knight
2004-12-14
1
-1/+1
*
Allow Alias Nodes to have Actions.
Steven Knight
2004-11-13
1
-0/+7
*
On Python 2.x, return lists of Nodes from builders as a NodeList object with ...
Steven Knight
2004-11-12
1
-0/+15
*
Use a Node's environment in preference to the builder's environment.
Steven Knight
2004-11-10
1
-1/+1
*
Refactor Action/Executor interaction. (Kevin Quick)
Steven Knight
2004-10-24
1
-2/+18
[prev]
[next]