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
/
Script
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix importing of modules from the SConscript directory (Anthony Roach)
Steven Knight
2002-04-16
1
-1/+9
|
*
Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)
Steven Knight
2002-04-11
1
-6/+21
|
*
Make .sconsign files get written even if the build fails or is terminated. ↵
Steven Knight
2002-04-11
1
-3/+5
|
|
|
|
(Anthony Roach)
*
Change to SConscript directory when reading it. (Steve Leblanc)
Steven Knight
2002-04-11
1
-0/+15
|
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-8/+17
|
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-1/+17
|
*
Fix various problems with --profile (Anthony Roach)
Steven Knight
2002-04-05
1
-3/+7
|
*
Add --debug=dtree option (Anthony Roach)
Steven Knight
2002-04-05
1
-2/+13
|
*
Make -c work with -n: don't remove the files!
Steven Knight
2002-03-31
1
-1/+8
|
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-1/+2
|
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-3/+5
|
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its ↵
Steven Knight
2002-03-24
1
-3/+2
|
|
|
|
name.
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-1/+1
|
*
Add a --profile=file option.
Steven Knight
2002-03-12
1
-0/+9
|
*
Implement the -U option. (Steve Leblanc)
Steven Knight
2002-03-12
1
-3/+15
|
*
Changes to the CommandGenerator functionality. (Charles Crain)
Steven Knight
2002-03-08
1
-0/+1
|
*
Add the -q option.
Steven Knight
2002-02-21
1
-1/+15
|
*
Fix the --debug=pdb option on Windows.
Steven Knight
2002-02-21
1
-9/+7
|
*
Remove all built targets even if some don't exist.
Steven Knight
2002-02-21
1
-3/+10
|
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
1
-20/+64
|
*
Filter out a file's ignore list from all of its dependencies, direct or ↵
Steven Knight
2002-02-12
1
-1/+1
|
|
|
|
indirect.
*
Allow the exported variables in an SConscript() call to be a UserList, too.
Steven Knight
2002-02-10
1
-4/+6
|
*
Create all of the directories for a target list before trying to build the ↵
Steven Knight
2002-02-10
1
-0/+1
|
|
|
|
targets.
*
Make scons return a failure code when a Builder fails (Anthony Roach)
Steven Knight
2002-02-05
1
-2/+5
|
*
Make scons return an error code (Anthony Roach)
Steven Knight
2002-02-04
1
-1/+4
|
*
Flush sys.stdout after every write() so it intermixes properly with ↵
Steven Knight
2002-01-31
1
-0/+11
|
|
|
|
sys.stderr when redirected.
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
3
-4/+4
|
*
Add a --debug=pdb option to run SCons under the Python debugger.
Steven Knight
2002-01-27
1
-1/+15
|
*
Fix for previous Tasks change.
Steven Knight
2002-01-27
1
-8/+12
|
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
1
-4/+12
|
*
Provide a traceback if a Python-function builder throws an exception (Crain).
Steven Knight
2002-01-23
1
-0/+3
|
*
Task 45350 - Add passing of custom command-line arguments.
Steven Knight
2002-01-18
2
-3/+16
|
*
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
1
-0/+1
|
*
Document function Actions and fix their return values (None == success, ↵
Steven Knight
2002-01-15
1
-1/+1
|
|
|
|
don't ignore failures).
*
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
1
-0/+2
|
*
Split Action objects into their own module.
Steven Knight
2002-01-09
1
-2/+2
|
*
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
1
-3/+20
|
*
Add duplicate (defaults to true) option to BuildDir()
Steven Knight
2001-12-29
1
-17/+20
|
*
Make Default work with subdirectories.
Steven Knight
2001-12-22
2
-1/+5
|
*
Create the Script directory
Steven Knight
2001-12-21
3
-0/+847