summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Win32 portability fixes for tests.Steven Knight2004-10-213-90/+121
|
* Handle use of Mkdir() when the file exists.Steven Knight2004-10-211-1/+11
|
* Allow explicit target_factory=Dir with Builders that make a directory to ↵Steven Knight2004-10-201-0/+16
| | | | override the default, implicit make-a-directory Builder..
* Performance optimization: use re.sub() for variable expansion. (Han-Wen ↵Steven Knight2004-10-091-2/+2
| | | | Nienhyus)
* Win32 portability fixes for tests.Steven Knight2004-10-095-29/+25
|
* Have the Qt Builder make uic-built files dependent on the .ui.h file, if it ↵Steven Knight2004-10-081-35/+63
| | | | exists. (Christoph Wiedemann)
* Remove scan=0 calls to Node.current() for implicit cache. Remove last ↵Steven Knight2004-10-071-6/+6
| | | | vestiges of Node.target_scanner. (Kevin Quick)
* Better Command() test coverage. (Kevin Quick)Steven Knight2004-10-071-8/+13
|
* Allow importing local files from Tools found on a toolpath. (Chad Austin)Steven Knight2004-10-071-2/+7
|
* Allow passing a dictionary of keyword arguments to Tool specifications. ↵Steven Knight2004-10-071-0/+73
| | | | (Gary Oberbrunner)
* Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)Steven Knight2004-10-071-0/+110
|
* Better --debug=explain info when build actions change. (Kevin Quick)Steven Knight2004-10-061-1/+6
|
* Test improvement. (Kevin Quick)Steven Knight2004-10-061-52/+52
|
* Fix use of a list of SConscript files when calling env.SConscript().Steven Knight2004-09-291-0/+7
|
* Fix env.subst() stack trace on var containing ListAction.Steven Knight2004-09-271-0/+20
|
* Add support for changing directory when executing Actions (the to the target ↵Steven Knight2004-09-273-3/+361
| | | | directory by default).
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-251-0/+205
|
* Add a ParseDepends() function to read up mkdep-style files.Steven Knight2004-09-251-0/+157
|
* Get the source_scanner from the target node, not the source node. (Kevin Quick)Steven Knight2004-09-241-9/+87
|
* Add validator functions for PathOption. (Steve Christensen)Steven Knight2004-09-247-420/+774
|
* Fix --no-exec handling of cache. (Kevin Quick)Steven Knight2004-09-241-0/+17
|
* 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
| | | | at SConscript-read time. (Kevin Quick)
* Allow ListOption to take a Python list of values asa default, not just a ↵Steven Knight2004-09-201-0/+21
| | | | comma-separated string containg the default values.
* 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 ↵Steven Knight2004-09-183-50/+140
| | | | the source directory. (Kevin Quick)
* Allow LIBS to contain lists of lists.Steven Knight2004-09-181-0/+22
|
* Print tracebacks for errors other than UserError and StopError. (Gary ↵Steven Knight2004-09-181-0/+45
| | | | Oberbrunner)
* 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 ↵Steven Knight2004-09-011-11/+10
| | | | support for -framework. (Gary Oberbrunner)
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. ↵Steven Knight2004-08-311-22/+58
| | | | (Christoph Wiedemann)
* 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
| | | | (Chad Austin)
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py ↵Steven Knight2004-08-302-5/+7
| | | | introduced by quoting Python executables; clean up temporary files/directories properly in SConfTests.py and UtilTests.py.
* Fix env.Copy() stack trace.Steven Knight2004-08-211-0/+55
|