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
/
SConfTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing type_name declaration in error path
Richard Quirk
2011-12-24
1
-0/+2
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-1/+1
*
Issue 2336: Forward compatibility for use of the "builtins" module
Steven Knight
2010-04-12
1
-3/+3
*
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
-1/+1
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-2/+1
*
Generate an error message if a BUILDERS entry is set to something that isn't
Steven Knight
2010-02-17
1
-1/+2
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-4/+4
*
Move the set_state(EXECUTED) call associated with pulling things
Steven Knight
2009-02-22
1
-0/+2
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+5
*
Various Windows fixes:
Steven Knight
2009-01-18
1
-5/+21
*
Issue 1086: add support for generic batch build actions, and
Steven Knight
2009-01-09
1
-4/+5
*
Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
Steven Knight
2008-12-12
1
-1/+1
*
Add CheckSHCC and CheckSHCXX.
David Cournapeau
2008-09-03
1
-0/+24
*
Add CheckCXX check.
David Cournapeau
2008-09-03
1
-0/+12
*
Basic test for CheckCC.
David Cournapeau
2008-09-03
1
-0/+42
*
Merged revisions 2880-2883,2885-2895 via svnmerge from
Steven Knight
2008-04-21
1
-1/+15
*
Merged revisions 2725-2865 via svnmerge from
Steven Knight
2008-04-17
1
-1/+2
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-0/+55
*
Merged revisions 2454-2525 via svnmerge from
Steven Knight
2007-12-13
1
-1/+35
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-10/+11
*
Merged revisions 1968-2115 via svnmerge from
Steven Knight
2007-07-11
1
-1/+1
*
Merged revisions 1738-1754,1756 via svnmerge from
Steven Knight
2007-01-07
1
-0/+6
*
Merged revisions 1667-1674 via svnmerge from
Steven Knight
2006-11-04
1
-4/+4
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-1/+2
*
Refactor so Command() uses an FS.Entry as its target factory.
Steven Knight
2006-02-12
1
-0/+2
*
Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...
Steven Knight
2006-01-21
1
-2/+2
*
Make SConsignFile() behavior the default.
Steven Knight
2005-05-07
1
-11/+16
*
Store source file and dependency paths relative to the target's directory, no...
Steven Knight
2005-04-01
1
-4/+5
*
Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...
Steven Knight
2005-01-08
1
-2/+0
*
Fix inconsistency in conf.CheckFunc().
Steven Knight
2004-09-17
1
-0/+2
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-4/+7
*
Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...
Steven Knight
2004-08-30
1
-2/+16
*
Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av...
Steven Knight
2004-07-08
1
-4/+20
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-0/+2
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
1
-2/+2
*
Test fixes for Python 2.3.3 on Win32. (Anthony Roach)
Steven Knight
2004-04-28
1
-1/+1
*
Allow CheckLib to search a list of libraries. (sam th)
Steven Knight
2004-04-04
1
-4/+100
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-0/+2
*
Fix various SConf bugs. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-0/+2
*
Support arbitrary header-file preambles when checking for #include files.
Steven Knight
2003-10-21
1
-76/+92
*
Add a script to print .sconsign file contents.
Steven Knight
2003-07-18
1
-7/+1
*
Portability fixes.
Steven Knight
2003-06-25
1
-1/+1
*
SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek)
Steven Knight
2003-06-11
1
-0/+52
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
1
-69/+113
*
Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)
Steven Knight
2003-04-23
1
-0/+296