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
/
BuilderTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 1826-1882 via svnmerge from
Steven Knight
2007-04-13
1
-13/+5
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-1/+1
*
Merged revisions 1738-1754,1756 via svnmerge from
Steven Knight
2007-01-07
1
-35/+27
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-7/+13
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-140/+185
*
Refactor so Command() uses an FS.Entry as its target factory.
Steven Knight
2006-02-12
1
-0/+2
*
Bring CVS back in sync.
Steven Knight
2005-11-17
1
-96/+301
*
Allow explicit target_factory=Dir with Builders that make a directory to over...
Steven Knight
2005-11-15
1
-301/+96
*
Get rid of indentation tabs in the test scripts and have runtest.py invoke th...
Steven Knight
2005-10-14
1
-19/+19
*
More efficient Builder.src_suffixes() calculation and matching.
Steven Knight
2005-06-02
1
-11/+44
*
Refactor Executor creation from Builders to Actions to set up better for batc...
Steven Knight
2005-04-27
1
-32/+68
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-3/+9
*
Fix Builders with empty source lists. (Stanislav Baranov)
Steven Knight
2005-03-19
1
-0/+16
*
Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...
Steven Knight
2005-01-21
1
-1/+4
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-1/+3
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-14/+26
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
1
-12/+12
*
Remove Node scanner storage. (Kevin Quick)
Steven Knight
2004-12-15
1
-18/+81
*
On Python 2.x, return lists of Nodes from builders as a NodeList object with ...
Steven Knight
2004-11-12
1
-5/+39
*
Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...
Steven Knight
2004-11-09
1
-36/+36
*
Allow explicit target_factory=Dir with Builders that make a directory to over...
Steven Knight
2004-10-20
1
-0/+2
*
Win32 portability fixes for tests.
Steven Knight
2004-10-09
1
-81/+18
*
Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...
Steven Knight
2004-10-07
1
-18/+81
*
More robust Scanner comparisons. (Kevin Quick)
Steven Knight
2004-09-26
1
-0/+17
*
Fix inconsistency in Builder handling of src_suffix and extensions. (Kevin Q...
Steven Knight
2004-09-22
1
-0/+27
*
Better error messages for bad builder creation. (Kevin Quick)
Steven Knight
2004-09-21
1
-6/+18
*
Return real builder names from the default, environment-less builders like Mk...
Steven Knight
2004-09-15
1
-5/+15
*
Fix suffix selection when there's no source file. (Kevin Quick)
Steven Knight
2004-09-15
1
-0/+158
*
Add a configurable function for command-line printing. (Gary Oberbrunner)
Steven Knight
2004-09-05
1
-1/+1
*
Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)
Steven Knight
2004-08-31
1
-0/+45
*
Return lists of Nodes from all builders, not single Nodes when there's only one.
Steven Knight
2004-08-05
1
-72/+73
*
QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....
Steven Knight
2004-07-12
1
-0/+45
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-9/+18
*
Refactor Builders to remove the node_factory keyword argument (in favor of th...
Steven Knight
2004-05-04
1
-19/+15
*
Add warnings for easily-confused variable names like 'targets' and 'sources.'
Steven Knight
2004-04-06
1
-0/+29
*
Allow a list of emitters to be called in sequence. (Chad Austin)
Steven Knight
2004-04-04
1
-0/+36
*
Add an internal Environment._update() method that updates the dictionary dire...
Steven Knight
2004-02-23
1
-0/+2
*
Deprecate the overrides Builder() keyword argument in favor of specifying val...
Steven Knight
2004-02-08
1
-0/+9
*
Fix setting the source_scanner if a source if used by more than one environment.
Steven Knight
2003-09-20
1
-8/+20
*
Fix dependency scans of generated files. (John Johnson)
Steven Knight
2003-09-16
1
-2/+2
*
Support construction variable expansion anywhere in a file or path name.
Steven Knight
2003-09-05
1
-4/+26
*
Refactor DictCmdGenerator to be a subclass of Selector.
Steven Knight
2003-08-18
1
-1/+1
*
Add SWIG support.
Steven Knight
2003-08-13
1
-14/+52
*
Allow prefixes and suffixes to be selected from dictionaries keyd by source f...
Steven Knight
2003-08-10
1
-2/+26
*
Multi-level build dir with Object() and duplicate=0.
Steven Knight
2003-08-09
1
-1/+20
*
Refactor extension splitting to make it more flexible (for SWIG).
Steven Knight
2003-08-03
1
-0/+47
*
Allow Builders to take a dictionary that maps source file suffixes to emitter...
Steven Knight
2003-07-29
1
-0/+29
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
1
-1/+28
*
Better error messages. (Gary Oberbrunner)
Steven Knight
2003-07-03
1
-7/+35
*
Make builder prefixes work correctly when deducing a target name from a sourc...
Steven Knight
2003-07-02
1
-2/+5
[next]