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
*
Speed up SCons execution by creating DefaultEnvironment for
anatoly techtonik
2014-06-01
1
-3/+9
*
Attempt to describe what SConf actually does for non-C programmers
anatoly techtonik
2014-06-01
1
-0/+9
*
Fixed SConf.Streamer to work with non-unicode input on python 2.x
ptomulik
2014-04-09
1
-1/+7
*
Added release_target_info() to File nodes, reduces memory consumption.
Dirk Baechle
2013-12-19
1
-0/+3
*
Do not check for result type in CheckContext.Result, support duck typing
Carnë Draug
2013-03-02
1
-12/+7
*
Allow NoneType for CheckContext.Result
Carnë Draug
2013-02-15
1
-4/+6
*
Convert old-style classes in SConf.py to new-style classes.
Steven Knight
2010-05-14
1
-4/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-4/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-8/+6
*
Issue 2332: Convert from using StringIO.StringIO class to using the
Steven Knight
2010-04-07
1
-2/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-5/+3
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-18/+15
*
Issue 2482: Avoid wrapping decider unnecessarily
Greg Noel
2009-12-20
1
-1/+2
*
BUG: fix TryRun with variant dir set.
David Cournapeau
2009-09-17
1
-2/+2
*
BUG: fix issue 2294.
David Cournapeau
2009-09-09
1
-0/+4
*
Fix #1673, CheckLib should prepend rather than append.
Gary Oberbrunner
2009-05-07
1
-0/+5
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-10/+10
*
Issue 2349: doc-only change correcting description of text returned from scon...
Greg Noel
2009-04-10
1
-2/+1
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Fix use of $CHANGED_SOURCES with the --config=force option so that
Steven Knight
2009-01-29
1
-0/+11
*
Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task
Steven Knight
2008-12-08
1
-1/+1
*
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
[next]