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
*
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
*
Portability fixes for tests on Windows Nt.
Steven Knight
2001-10-17
1
-14/+64
*
Remove the Node.derived attribute.
Steven Knight
2001-10-15
1
-1/+0
*
Add tests and support for and .
Steven Knight
2001-10-12
1
-7/+5
*
Refactor construction variable expansion.
Steven Knight
2001-10-12
1
-16/+20
*
Use the prefix and suffix arguments in the Builder base class.
Steven Knight
2001-10-12
1
-57/+54
*
Implement special variable substitution.
Steven Knight
2001-10-11
1
-7/+20
*
Add the Library() method.
Steven Knight
2001-10-11
1
-2/+97
*
Updating licensing.
Steven Knight
2001-10-03
1
-0/+23
*
Add the Command() method.
Steven Knight
2001-10-02
1
-1/+1
*
Handle build errors.
Steven Knight
2001-10-02
1
-4/+11
*
Add support for multi-command Builders and Actions.
Steven Knight
2001-09-29
1
-0/+15
*
Add support for the ENV construction variable.
Steven Knight
2001-09-28
1
-1/+14
[next]