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
/
SConf.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Evaluate compat module transparently when SCons is instantiated
Greg Noel
2008-09-11
1
-2/+0
*
Issue 2149: Avoid reference cycles caused by frame objects
Ludwig Hähne
2008-09-10
1
-1/+3
*
Add a CompileSharedObject builder for configure contexts.
David Cournapeau
2008-09-03
1
-0/+5
*
Add CheckSHCC and CheckSHCXX checkers (test fail).
David Cournapeau
2008-09-03
1
-0/+10
*
Add CheckCXX check.
David Cournapeau
2008-09-03
1
-0/+5
*
Integrate CheckCC in configure context.
David Cournapeau
2008-09-03
1
-0/+5
*
Merged revisions 2647-2719 via svnmerge from
Steven Knight
2008-03-31
1
-1/+1
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-1/+40
*
Merged revisions 2454-2525 via svnmerge from
Steven Knight
2007-12-13
1
-2/+31
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-32/+74
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-3/+8
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-6/+4
*
Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.
Steven Knight
2006-01-22
1
-2/+2
*
Make CheckLib() arguments consistent with other calls.
Steven Knight
2005-11-16
1
-2/+2
*
Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co...
Steven Knight
2005-10-04
1
-6/+5
*
Move max_drift from Sig/MD5.py to Node/FS.py.
Steven Knight
2005-07-04
1
-1/+3
*
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...
Steven Knight
2005-06-07
1
-3/+3
*
Move BuildInfo translation of signature Nodes to rel_paths into the class its...
Steven Knight
2005-06-04
1
-5/+6
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-2/+3
*
Fix re-scanning of built files for implicit dependencies when the -j option i...
Steven Knight
2005-03-20
1
-1/+1
*
Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann)
Steven Knight
2005-01-10
1
-3/+6
*
Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...
Steven Knight
2005-01-08
1
-9/+3
*
Fix inconsistency in conf.CheckFunc().
Steven Knight
2004-09-17
1
-2/+2
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-254/+347
*
Refactor spawning command-line actions to clean up the interface between Acti...
Steven Knight
2004-09-04
1
-23/+48
*
Return lists of Nodes from all builders, not single Nodes when there's only one.
Steven Knight
2004-08-05
1
-2/+2
*
Refactorings towards a RelativeTopDir() function.
Steven Knight
2004-07-29
1
-14/+16
*
Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...
Steven Knight
2004-07-13
1
-4/+7
*
Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...
Steven Knight
2004-05-30
1
-3/+1
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-0/+11
*
Allow CheckLib to search a list of libraries. (sam th)
Steven Knight
2004-04-04
1
-2/+17
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-2/+2
*
Fix various SConf bugs. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-15/+20
*
Support arbitrary header-file preambles when checking for #include files.
Steven Knight
2003-10-21
1
-5/+17
*
Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...
Steven Knight
2003-09-17
1
-0/+1
*
Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...
Steven Knight
2003-08-30
1
-119/+123
*
Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek)
Steven Knight
2003-06-18
1
-3/+5
*
Raise an error if SConf needs to do something but -n or -q is specified. (Ch...
Steven Knight
2003-06-12
1
-5/+34
*
SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek)
Steven Knight
2003-06-11
1
-4/+48
*
Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)
Steven Knight
2003-06-10
1
-0/+6
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
1
-74/+90
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
1
-3/+2
*
Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)
Steven Knight
2003-04-23
1
-0/+609