summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* More command-line customizability: and .Steven Knight2004-12-017-0/+270
|
* Add the ability to map keywords to ListOption (like we already do with ↵Steven Knight2004-11-231-6/+11
| | | | EnumOption).
* More command-line output customizability: , , , .Steven Knight2004-11-2114-0/+592
|
* Add a --debug=stree option to show Node status. (Kevin Quick)Steven Knight2004-11-211-0/+41
|
* Fix Value node expansion in command-line strings. (Kevin Quick)Steven Knight2004-11-211-2/+15
|
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ↵Steven Knight2004-11-2110-84/+127
| | | | tests, ATL include directories, intelc Tool import.
* Add more customizability: $BITKEEPERCOMSTR, $CVSCOMSTR, $RCS_COCOMSTR, ↵Steven Knight2004-11-2016-0/+2367
| | | | $SCCSCOMSTR.
* Add more customizability: , , , .Steven Knight2004-11-204-1246/+0
|
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-208-0/+760
|
* Add support for new tools: Metroworks CodeWarrior compiler and linker ↵Steven Knight2004-11-191-0/+3
| | | | (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
* More display customizability: , . (Also add the missing , for ↵Steven Knight2004-11-158-0/+568
| | | | completeness, and gets rid of the unused SCons.Defaults.DAction object.)
* Add more command-line customizability: and .Steven Knight2004-11-158-0/+274
|
* More command-line configurability: , .Steven Knight2004-11-158-0/+346
|
* More command-line customization: , .Steven Knight2004-11-158-0/+333
|
* Easier customization of printable strings for , and .Steven Knight2004-11-1512-0/+503
|
* Support override expansions within target and source files names.Steven Knight2004-11-141-0/+5
|
* Allow Alias Nodes to have Actions.Steven Knight2004-11-134-12/+184
|
* Handle moved SCons source tree. (Kevin Quick)Steven Knight2004-11-113-31/+35
|
* Fix hard-coding of Java paths in tests. (Kevin Quick)Steven Knight2004-11-115-58/+138
|
* Fix the use of reflective paths underneath build directories, when the path ↵Steven Knight2004-11-111-0/+122
| | | | under the build_dir matches the path to the build_dir. (Kevin Quick)
* Use a Node's environment in preference to the builder's environment.Steven Knight2004-11-101-20/+65
|
* Add explicit support for Builder wrapper functions (pseudo-Builders) in the ↵Steven Knight2004-11-091-0/+68
| | | | BUILDERS dictionary.
* Restore tests to current status after "updating" to old change.Steven Knight2004-10-273-29/+61
|
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-278-70/+39
|
* Add tests for SHELL, SPAWN and ESCAPE.Steven Knight2004-10-243-0/+208
|
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-247-90/+132
|
* Allow substitution of (Levi Stephen) and other construction variables used ↵Steven Knight2004-10-231-1/+2
| | | | by various Tools.
* Support .lex and .yacc file suffixes. (Matthew Doar)Steven Knight2004-10-222-2/+28
|
* Fix the execute-Mkdir-once patch so that it doesn't treat the directory as ↵Steven Knight2004-10-221-33/+67
| | | | up-to-date just because it's been made, but still builds all of its children.
* 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
|