summaryrefslogtreecommitdiff
path: root/src/engine/SCons/SConfTests.py
Commit message (Expand)AuthorAgeFilesLines
* Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-1/+1
* Fix missing type_name declaration in error pathRichard Quirk2011-12-241-0/+2
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-3/+3
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-1/+2
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-4/+4
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-221-0/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+5
* Various Windows fixes:Steven Knight2009-01-181-5/+21
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-4/+5
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-1/+1
* Add CheckSHCC and CheckSHCXX.David Cournapeau2008-09-031-0/+24
* Add CheckCXX check.David Cournapeau2008-09-031-0/+12
* Basic test for CheckCC.David Cournapeau2008-09-031-0/+42
* Merged revisions 2880-2883,2885-2895 via svnmerge fromSteven Knight2008-04-211-1/+15
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-1/+2
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+55
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+35
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-10/+11
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+6
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-4/+4
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-1/+2
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-0/+2
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-2/+2
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-11/+16
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-011-4/+5
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-2/+0
* Fix inconsistency in conf.CheckFunc().Steven Knight2004-09-171-0/+2
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-4/+7
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...Steven Knight2004-08-301-2/+16
* Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av...Steven Knight2004-07-081-4/+20
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-0/+2
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-2/+2
* Test fixes for Python 2.3.3 on Win32. (Anthony Roach)Steven Knight2004-04-281-1/+1
* Allow CheckLib to search a list of libraries. (sam th)Steven Knight2004-04-041-4/+100
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+2
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-0/+2
* Support arbitrary header-file preambles when checking for #include files.Steven Knight2003-10-211-76/+92
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-7/+1
* Portability fixes.Steven Knight2003-06-251-1/+1
* SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek)Steven Knight2003-06-111-0/+52
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-69/+113
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+296