summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Better failure detection in test/BuildDir.py. (Kevin Quick)Steven Knight2004-09-241-14/+14
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-212-29/+19
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-211-0/+99
* Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ...Steven Knight2004-09-201-4/+10
* Allow ListOption to take a Python list of values asa default, not just a comm...Steven Knight2004-09-201-0/+21
* Win32 portability fixes for tests.Steven Knight2004-09-192-10/+19
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-182-2/+58
* Build targets in an associated BuildDir even if there are local targets in th...Steven Knight2004-09-183-50/+140
* Allow LIBS to contain lists of lists.Steven Knight2004-09-181-0/+22
* Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...Steven Knight2004-09-181-0/+45
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-171-2/+73
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-171-19/+61
* Guarantee ListOption persistence. (Elliot Murphy)Steven Knight2004-09-161-2/+8
* Better -n test: make sure the directory is clean first. (Kevin Quick)Steven Knight2004-09-151-1/+15
* Fix SourceCode test ordering. (Kevin Quick)Steven Knight2004-09-151-2/+4
* Fix is_pseudo_derived_builder(). (Kevin Quick)Steven Knight2004-09-151-0/+279
* Handle exceptions in FunctionActions. (Steve Christensen)Steven Knight2004-09-151-0/+33
* Better error message when a target is built multiple ways. (Kevin Quick)Steven Knight2004-09-131-1/+1
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-053-114/+554
* Win32 portability for tests.Steven Knight2004-09-052-10/+28
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-051-0/+68
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-048-0/+669
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-033-327/+0
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...Steven Knight2004-09-011-11/+10
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...Steven Knight2004-08-311-22/+58
* Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)Steven Knight2004-08-311-1/+1
* Allow Help() to be called multiple times, appending to the text each time. (...Steven Knight2004-08-303-4/+37
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...Steven Knight2004-08-302-5/+7
* Fix env.Copy() stack trace.Steven Knight2004-08-211-0/+55
* Restore scanning of .pch files. (Anthony Roach)Steven Knight2004-08-191-0/+11
* Add darwin.py to the packaging MANIFEST.Steven Knight2004-08-191-1/+11
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-191-0/+45
* Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)Steven Knight2004-08-173-5/+7
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-172-456/+8
* Put back --implicit-cache, having it use the --debug=explain info instead of ...Steven Knight2004-08-171-47/+43
* Test portability fix. Fix handling of >.Steven Knight2004-08-172-3/+14
* Fix timestamp-fallback.py for builders returning lists. (Chad Austin)Steven Knight2004-08-161-4/+4
* Add a Flatten() function to help the transition to Builders returning lists.Steven Knight2004-08-121-0/+76
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-118-0/+1094
* Qt fixes. (Christoph Wiedemann)Steven Knight2004-08-072-35/+60
* Fix fallout from having everything return a list.Steven Knight2004-08-061-3/+3
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-0534-439/+378
* Portability fixes for test/QT.py. (Chad Austin)Steven Knight2004-07-313-15/+22
* Fix null entries in CPPPATH. (Gary Oberbrunner)Steven Knight2004-07-301-4/+10
* Treat file extensions with all digits as part of the base name. (Gary Oberbr...Steven Knight2004-07-301-0/+63
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...Steven Knight2004-07-293-0/+45
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-2920-0/+3639
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-298-1074/+10
* Win32 portability: add an explicit match argument to TestCommon.py, use it t...Steven Knight2004-07-1518-54/+116
* Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...Steven Knight2004-07-1318-55/+89