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
*
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
*
Provide an error message when a command isn't found.
Steven Knight
2001-12-21
1
-12/+43
*
Bug fixes from Charles Crain.
Steven Knight
2001-12-19
1
-1/+1
*
Last Windows NT portability fixes (this release).
Steven Knight
2001-12-14
1
-3/+5
*
Bug fixes for Scanner handling of subdirectories and Environment copying, cou...
Steven Knight
2001-12-13
1
-4/+4
*
Rework implicit dependency scanning for relative CPPPATH values.
Steven Knight
2001-12-11
1
-10/+21
*
Move autogeneration of PATH-based variables from Environment initialization t...
Steven Knight
2001-12-11
1
-0/+12
*
Add Scanner objects to source files when we first find them, not later when t...
Steven Knight
2001-12-11
1
-2/+19
*
Refactor the Builder execute() interface to take Nodes, not string names of t...
Steven Knight
2001-12-11
1
-0/+15
*
Fix problems with Python callable objects as Builder actions, the associated ...
Steven Knight
2001-12-07
1
-2/+2
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
1
-1/+9
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-1/+18
*
LIBS and LIBPATH work, variable substitution changes.
Steven Knight
2001-11-15
1
-9/+29
*
Implement CPPPATH and scanning during builds.
Steven Knight
2001-11-14
1
-8/+13
*
Rebuild in response to a changed build command.
Steven Knight
2001-11-02
1
-6/+25
*
Make the (s) and variables upper-case.
Steven Knight
2001-10-31
1
-5/+5
*
Composite Builder and related changes from Charles Crain.
Steven Knight
2001-10-18
1
-2/+20
*
Portability fixes for tests on Windows Nt.
Steven Knight
2001-10-17
1
-7/+9
*
Remove the Node.derived attribute.
Steven Knight
2001-10-15
1
-2/+1
*
Add tests and support for and .
Steven Knight
2001-10-12
1
-0/+13
*
Use the prefix and suffix arguments in the Builder base class.
Steven Knight
2001-10-12
1
-34/+43
*
Implement special variable substitution.
Steven Knight
2001-10-11
1
-5/+43
*
Add the Library() method.
Steven Knight
2001-10-11
1
-3/+29
[next]