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
/
SConscript.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...
Steven Knight
2003-02-26
1
-14/+26
*
Support fetching SConscript files from source code management systems.
Steven Knight
2003-02-21
1
-0/+13
*
Disable annotation of nodes with the calling stack frame.
Steven Knight
2003-02-11
1
-2/+5
*
Support more intuitive build directory specifications as arguments to SConscr...
Steven Knight
2003-02-10
1
-4/+18
*
Annotate objects with their creation SConscript and line.
Steven Knight
2003-02-09
1
-2/+26
*
Change the default behavior when no arguments are specified to building every...
Steven Knight
2003-02-05
1
-2/+7
*
Add CacheDir support.
Steven Knight
2003-02-03
1
-0/+1
*
Add AddPreAction() and AddPostAction() methods. (Charles Crain)
Steven Knight
2003-01-20
1
-0/+13
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Fix bug in Clean() functionality. (Steve Leblanc)
Steven Knight
2003-01-16
1
-4/+9
*
Implement the Clean() function.
Steven Knight
2002-12-27
1
-0/+17
*
Add functions for getting and setting the number of jobs. (Anthony Roach)
Steven Knight
2002-12-10
1
-0/+14
*
Document Repository and other methods, plus some added documentation to SCons...
Steven Knight
2002-11-13
1
-8/+8
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-0/+1
*
Add the ParseConfig() method. (Steve Leblanc)
Steven Knight
2002-11-12
1
-1/+2
*
Add a function to choose content signature type. (Anthony Roach)
Steven Knight
2002-11-04
1
-1/+14
*
Add Python and SCons version checking functions. (Anthony Roach)
Steven Knight
2002-10-10
1
-0/+25
*
Add output to tell people when we're reading SConscript files versus when we'...
Steven Knight
2002-09-30
1
-6/+5
*
Add customizable variable helper. (Anthony Roach)
Steven Knight
2002-09-26
1
-0/+6
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
1
-0/+9
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-5/+5
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-3/+4
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
1
-0/+15
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
1
-0/+5
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-0/+2
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-2/+6
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-0/+2
*
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
*
Fix importing of modules from the SConscript directory (Anthony Roach)
Steven Knight
2002-04-16
1
-1/+9
*
Change to SConscript directory when reading it. (Steve Leblanc)
Steven Knight
2002-04-11
1
-0/+15
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-1/+2
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
1
-3/+2
*
Changes to the CommandGenerator functionality. (Charles Crain)
Steven Knight
2002-03-08
1
-0/+1
*
Allow the exported variables in an SConscript() call to be a UserList, too.
Steven Knight
2002-02-10
1
-4/+6
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Task 45350 - Add passing of custom command-line arguments.
Steven Knight
2002-01-18
1
-2/+8
*
Add Action() and Scanner() the list of global variables.
Steven Knight
2002-01-15
1
-16/+19
*
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
*
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
1
-1/+1
*
Create the Script directory
Steven Knight
2001-12-21
1
-0/+176
[prev]