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 a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
1
-340/+292
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-1/+1
*
Fix various SConf bugs. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-0/+6
*
More Environment method conversions:
Steven Knight
2003-10-13
1
-31/+22
*
Add more environment methods for global functions: Action(), Builder(), Envi...
Steven Knight
2003-09-25
1
-19/+32
*
Refactor the GetSConscriptFilenames() function into an SConsEnvironment method.
Steven Knight
2003-09-25
1
-76/+77
*
Add global functions for all of the default Builders attached to the default ...
Steven Knight
2003-09-23
1
-59/+91
*
Expand construction variables on the values of SConscript() keyword arguments.
Steven Knight
2003-09-18
1
-1/+6
*
Turn more global functions into Environment methods. (clone of 0.92.C121)
Steven Knight
2003-09-15
1
-85/+117
*
Make more Environment methods from global functions.
Steven Knight
2003-09-14
1
-30/+49
*
Add SourceSignatures() and TargetSignatures() environment methods.
Steven Knight
2003-09-12
1
-24/+4
*
Make a Clean() environment method. Add global functions for AlwaysBuild(), C...
Steven Knight
2003-09-10
1
-21/+10
*
Give the global functions corresponding Environment methods.
Steven Knight
2003-09-08
1
-41/+21
*
Support using a single .sconsign file. (Stephen Kennedy)
Steven Knight
2003-09-02
1
-1/+8
*
Fix EnsurePythonVersion's handling of alphanumeric version strings.
Steven Knight
2003-08-29
1
-3/+9
*
Don't Split() SConscript file name strings on white space.
Steven Knight
2003-07-31
1
-15/+18
*
Allow Builders to take a dictionary that maps source file suffixes to emitter...
Steven Knight
2003-07-29
1
-7/+0
*
Record and print an internal stack trace when Taskmaster detects errors for e...
Steven Knight
2003-07-27
1
-1/+25
*
Only create a default Environment when asked to. (Chad Austin)
Steven Knight
2003-07-22
1
-1/+1
*
Fix Import('*')
Steven Knight
2003-06-13
1
-2/+2
*
Fix Options.Update().
Steven Knight
2003-06-09
1
-2/+2
*
Add MSVS Project file support. (Greg Spencer)
Steven Knight
2003-06-08
1
-2/+7
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-3/+3
*
Add Python Value Nodes. (Chad Austin)
Steven Knight
2003-05-01
1
-0/+2
*
Provide uniform access to (some) command-line options. (Anthony Roach)
Steven Knight
2003-04-30
1
-10/+19
*
Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)
Steven Knight
2003-04-23
1
-0/+2
*
Make Export() work for local variables. (Anthony Roach)
Steven Knight
2003-04-20
1
-22/+45
*
Add Alias() global function. (Anthony Roach)
Steven Knight
2003-04-18
1
-0/+9
*
Change the names of the Set{Build,Content}SignatureType() functions.
Steven Knight
2003-04-14
1
-0/+14
*
Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...
Steven Knight
2003-03-30
1
-11/+9
*
Fix a side effect of chdir to SConscript directory.
Steven Knight
2003-03-27
1
-1/+7
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-4/+5
*
Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ...
Steven Knight
2003-03-15
1
-2/+11
*
Document the -f option correctly, support building a parallel tree by pointin...
Steven Knight
2003-03-14
1
-16/+31
*
Add an Exit() function for explicit termination of SCons.
Steven Knight
2003-03-03
1
-0/+4
*
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
[prev]
[next]