summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConfTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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