summaryrefslogtreecommitdiffstats
path: root/test/Configure.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-929/+0
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-3/+3
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-0/+1
* Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann)Steven Knight2005-01-101-0/+50
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-4/+4
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-98/+544
* Test fixes for Python 2.3.3 on Win32. (Anthony Roach)Steven Knight2004-04-281-6/+6
* Better test for use of Configure() in nested SConscript files..Steven Knight2004-01-101-3/+18
* Handle Configure() calls in multiple SConscript files.Steven Knight2004-01-081-16/+36
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+1
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-48/+92
* More Environment method conversions:Steven Knight2003-10-131-5/+9
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...Steven Knight2003-08-301-17/+17
* Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek)Steven Knight2003-06-181-4/+15
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-2/+2
* Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)Steven Knight2003-06-101-5/+36
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-22/+101
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+228