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
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-0/+2
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-4/+14
*
If we added a temporary builder to a Node while calling the emitter, don't re...
Steven Knight
2003-05-04
1
-0/+19
*
Support Java when using Repository and SConscriptChdir(0). (Charles Crain)
Steven Knight
2003-04-29
1
-27/+36
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-1/+1
*
Support using construction variables as re-usable, callable command generator...
Steven Knight
2003-03-13
1
-1/+1
*
Fix using more than two targets or sources in a list.
Steven Knight
2003-03-02
1
-2/+14
*
Support fetching SConscript files from source code management systems.
Steven Knight
2003-02-21
1
-1/+1
*
Really remove the deprecated name attribute from Builders.
Steven Knight
2003-02-20
1
-55/+41
*
Remove deprecated features.
Steven Knight
2003-02-12
1
-20/+0
*
Fix adding a prefix when the target isn't specified.
Steven Knight
2003-01-25
1
-0/+6
*
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
*
Test improvements suggested by Charles Crain.
Steven Knight
2003-01-13
1
-0/+24
*
Fix files with the same name as subdirs.
Steven Knight
2003-01-07
1
-27/+12
*
Fix specifying only the source argument to a MultiStepBuilder (such as Program).
Steven Knight
2003-01-07
1
-0/+6
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
1
-0/+2
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-1/+7
*
Finish the Action refactoring by removing Builder.execute() methods and movin...
Steven Knight
2002-12-19
1
-222/+20
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-0/+12
*
Make the shell pickable via a construction variable. (Anthony Roach)
Steven Knight
2002-11-25
1
-0/+6
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
1
-46/+60
*
Make sure auto-deducing target names works when a Node is passed in as a sour...
Steven Knight
2002-08-28
1
-0/+13
*
Deduce the target if it's not supplied.
Steven Knight
2002-07-03
1
-7/+66
*
Fix handling file names with multiple dots. (Charles Crain)
Steven Knight
2002-06-21
1
-6/+6
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-17/+33
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-8/+4
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-31/+19
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-8/+16
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-20/+21
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-0/+23
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-43/+103
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-177/+171
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-1/+26
*
Move autogenerate() from SCons.Util.py to SCons.Environmentpy.
Steven Knight
2002-03-22
1
-32/+0
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-7/+9
*
Make FunctionAction arguments be Nodes, not strings. (Charles Crain)
Steven Knight
2002-03-16
1
-8/+4
*
Make the CFile Builder's SUFFIX configurable.
Steven Knight
2002-03-07
1
-18/+38
*
Add command generator function support. (Anthony Roach)
Steven Knight
2002-02-20
1
-0/+9
*
Add preliminary support for Unicode strings.
Steven Knight
2002-02-17
1
-0/+16
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
1
-5/+43
*
Allow libraries to specified as source files on the command line.
Steven Knight
2002-01-31
1
-9/+9
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Only execute an Action once for a List of targets.
Steven Knight
2002-01-26
1
-4/+41
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
1
-2/+10
*
Add command-line redirection (Charles Crain).
Steven Knight
2002-01-11
1
-9/+11
*
Fix bug 494991
Steven Knight
2002-01-10
1
-53/+69
*
Add support for lex and yacc.
Steven Knight
2002-01-07
1
-3/+11
*
Allow Builder objects to have both an action and a src_builder.
Steven Knight
2002-01-05
1
-0/+51
*
Append suffixes to white-space separated source files that don't have suffixes.
Steven Knight
2002-01-02
1
-1/+33
[next]