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 (
Expand
)
Author
Age
Files
Lines
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
2
-0/+24
*
Fix scons -v on win32. (Anthony Roach)
Steven Knight
2002-07-12
1
-5/+10
*
Use the correct prefix for pdb.py. (Terrel Shumway)
Steven Knight
2002-07-12
1
-2/+2
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
1
-0/+5
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-2/+2
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
2
-0/+5
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-3/+14
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
2
-2/+10
*
Differentiate help text for -D, -u and -U.
Steven Knight
2002-06-08
1
-12/+24
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-23/+79
*
Print an error message if a file can't be unlinked before being built, rather...
Steven Knight
2002-06-05
1
-0/+3
*
Add --debug=time option. (Anthony Roach)
Steven Knight
2002-05-23
1
-0/+29
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
1
-3/+2
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-0/+2
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-5/+29
*
Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...
Steven Knight
2002-05-02
1
-1/+4
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-0/+1
*
Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...
Steven Knight
2002-04-29
1
-36/+87
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-0/+2
*
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. (A...
Steven Knight
2002-04-11
1
-3/+5
*
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 n...
Steven Knight
2002-03-24
1
-3/+2
*
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 indir...
Steven Knight
2002-02-12
1
-1/+1
*
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 ta...
Steven Knight
2002-02-10
1
-0/+1
*
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 sys.stder...
Steven Knight
2002-01-31
1
-0/+11
*
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
[next]