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
/
Builder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Performance enhancements: use a more efficient splitext() method; cache sour...
Steven Knight
2002-07-06
1
-30/+28
*
Deduce the target if it's not supplied.
Steven Knight
2002-07-03
1
-9/+22
*
Fix handling file names with multiple dots. (Charles Crain)
Steven Knight
2002-06-21
1
-1/+1
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-61/+126
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-21/+10
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-4/+4
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-5/+26
*
Fix ListBuilder so it works with --implicit-cache. (Anthony Roach)
Steven Knight
2002-06-05
1
-12/+3
*
Fix a couple obscure bugs. (Anthony Roach)
Steven Knight
2002-05-15
1
-18/+13
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-10/+34
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-0/+3
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-3/+47
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-130/+172
*
Various performance enhancements. (Anthony Roach)
Steven Knight
2002-04-05
1
-5/+3
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-44/+38
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-5/+11
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
1
-9/+10
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-6/+9
*
Add a CXXFile builder to turn .ll and .yy files into .cc.
Steven Knight
2002-03-07
1
-1/+5
*
Make the CFile Builder's SUFFIX configurable.
Steven Knight
2002-03-07
1
-52/+60
*
Add command generator function support. (Anthony Roach)
Steven Knight
2002-02-20
1
-0/+7
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
1
-2/+3
*
Allow libraries to specified as source files on the command line.
Steven Knight
2002-01-31
1
-1/+4
*
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
-23/+75
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
1
-0/+5
*
Fix bug 494991
Steven Knight
2002-01-10
1
-0/+2
*
Split Action objects into their own module.
Steven Knight
2002-01-09
1
-249/+2
*
Collect common type-checking logic in SCons.Util.
Steven Knight
2002-01-08
1
-39/+31
*
Add support for lex and yacc.
Steven Knight
2002-01-07
1
-28/+38
*
Refactor BuilderBase.__call__() to separate node creation from attribute init...
Steven Knight
2002-01-05
1
-2/+15
*
Allow Builder objects to have both an action and a src_builder.
Steven Knight
2002-01-05
1
-15/+33
*
Refactor CompositeBuilder initialization.
Steven Knight
2002-01-03
1
-14/+5
*
Append suffixes to white-space separated source files that don't have suffixes.
Steven Knight
2002-01-02
1
-0/+2
*
Provide an error message when a command isn't found.
Steven Knight
2001-12-21
1
-5/+20
*
Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...
Steven Knight
2001-12-19
1
-1/+1
*
Bug fixes for Scanner handling of subdirectories and Environment copying, cou...
Steven Knight
2001-12-13
1
-1/+1
*
Rework implicit dependency scanning for relative CPPPATH values.
Steven Knight
2001-12-11
1
-3/+16
*
Move autogeneration of PATH-based variables from Environment initialization t...
Steven Knight
2001-12-11
1
-1/+4
*
Add Scanner objects to source files when we first find them, not later when t...
Steven Knight
2001-12-11
1
-0/+3
*
Refactor the Builder execute() interface to take Nodes, not string names of t...
Steven Knight
2001-12-11
1
-4/+11
*
Fix problems with Python callable objects as Builder actions, the associated ...
Steven Knight
2001-12-07
1
-3/+3
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
1
-1/+1
*
More NT portability fixes.
Steven Knight
2001-11-24
1
-2/+2
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-5/+11
*
LIBS and LIBPATH work, variable substitution changes.
Steven Knight
2001-11-15
1
-15/+15
*
Implement CPPPATH and scanning during builds.
Steven Knight
2001-11-14
1
-0/+5
*
Rebuild in response to a changed build command.
Steven Knight
2001-11-02
1
-22/+91
*
Make the (s) and variables upper-case.
Steven Knight
2001-10-31
1
-3/+3
*
Composite Builder and related changes from Charles Crain.
Steven Knight
2001-10-18
1
-74/+119
[next]