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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
3
-11/+42
*
Add the Ignore() method.
Steven Knight
2002-01-24
4
-3/+63
*
Provide a traceback if a Python-function builder throws an exception (Crain).
Steven Knight
2002-01-23
3
-1/+28
*
Handle LIBPATH as a string (Crain).
Steven Knight
2002-01-23
2
-2/+15
*
Fix binary file signatures on Win32 (Crain).
Steven Knight
2002-01-23
2
-1/+8
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
8
-20/+90
*
Make the C Scanner always return the dependencies sorted, so order difference...
Steven Knight
2002-01-23
2
-10/+21
*
Task 45350 - Add passing of custom command-line arguments.
Steven Knight
2002-01-18
2
-3/+16
*
Remove the Wrapper class in between the Walker and Node.
Steven Knight
2002-01-17
1
-15/+10
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
6
-162/+119
*
Add Action() and Scanner() the list of global variables.
Steven Knight
2002-01-15
1
-16/+19
*
Start getting ready to eat our own dog food: prototype SConscript files.
Steven Knight
2002-01-15
6
-0/+6
*
Document function Actions and fix their return values (None == success, don't...
Steven Knight
2002-01-15
5
-9/+45
*
Make the Default() method accomodate targets with white space in the file name.
Steven Knight
2002-01-12
1
-2/+2
*
Fix using a directory as Default().
Steven Knight
2002-01-11
1
-1/+1
*
Add command-line redirection (Charles Crain).
Steven Knight
2002-01-11
4
-21/+91
*
Check for the existence of lex and yacc in those tests and bail with NO RESUL...
Steven Knight
2002-01-11
1
-2/+3
*
Fix improper initialization of a UserString (Charles Crain).
Steven Knight
2002-01-11
1
-1/+1
*
Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...
Steven Knight
2002-01-11
2
-51/+54
*
Add the InstallAs() method (Charles Crain).
Steven Knight
2002-01-11
2
-1/+21
*
Fix bug 494991
Steven Knight
2002-01-10
2
-53/+71
*
In the Object Builder, use a single Action instance for all of the C++ file s...
Steven Knight
2002-01-10
1
-6/+9
*
Split Action objects into their own module.
Steven Knight
2002-01-09
5
-251/+476
*
Collect common type-checking logic in SCons.Util.
Steven Knight
2002-01-08
4
-58/+90
*
Add support for lex and yacc.
Steven Knight
2002-01-07
3
-36/+73
*
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
2
-15/+84
*
Signature performance improvements (Charles Crain).
Steven Knight
2002-01-03
2
-3/+32
*
Refactor CompositeBuilder initialization.
Steven Knight
2002-01-03
1
-14/+5
*
Node.FS performance improvements (Charles Crain).
Steven Knight
2002-01-02
1
-4/+12
*
Append suffixes to white-space separated source files that don't have suffixes.
Steven Knight
2002-01-02
2
-1/+35
*
General performance tweaks
Steven Knight
2001-12-31
8
-165/+142
*
Finish MSVC support
Steven Knight
2001-12-30
1
-43/+186
*
Fix race condition with --debug=tree and -j
Steven Knight
2001-12-30
1
-6/+9
*
Add --debug=tree (print depenency tree) support
Steven Knight
2001-12-29
3
-4/+87
*
Add duplicate (defaults to true) option to BuildDir()
Steven Knight
2001-12-29
5
-49/+91
*
Make Default work with subdirectories.
Steven Knight
2001-12-22
2
-1/+5
*
Windows NT portability fixes for tests.
Steven Knight
2001-12-21
3
-5/+7
*
Create the Script directory
Steven Knight
2001-12-21
5
-16/+19
*
Provide an error message when a command isn't found.
Steven Knight
2001-12-21
2
-17/+63
*
Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...
Steven Knight
2001-12-20
4
-5/+21
*
Fix Export(), add Import() and Return()
Steven Knight
2001-12-20
4
-75/+223
*
Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...
Steven Knight
2001-12-19
4
-5/+17
*
Bug fixes from Charles Crain.
Steven Knight
2001-12-19
6
-46/+111
*
Make Default() accept a node
Steven Knight
2001-12-17
1
-4/+13
*
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
Steven Knight
2001-12-15
9
-38/+257
*
Last Windows NT portability fixes (this release).
Steven Knight
2001-12-14
3
-8/+11
*
Fix for copying BuilderWrapper objects within Environments (courtesy Charles ...
Steven Knight
2001-12-14
2
-36/+48
*
Bug fixes for Scanner handling of subdirectories and Environment copying, cou...
Steven Knight
2001-12-13
10
-39/+93
*
Rework implicit dependency scanning for relative CPPPATH values.
Steven Knight
2001-12-11
6
-32/+59
[next]