summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann)Steven Knight2005-01-101-0/+50
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-083-9/+72
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-4/+4
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-073-12/+159
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-0715-99/+522
* More command-line customizability: , , , , , , .Steven Knight2005-01-0620-0/+900
* Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ...Steven Knight2005-01-051-8/+17
* Win32 portability fixes.Steven Knight2005-01-035-9/+25
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-031-0/+33
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-293-6/+13
* Make AlwaysBuild() work with Aliases.Steven Knight2004-12-171-0/+14
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-161-4/+4
* Restore older recipe for creating env.Command() builders while a better solut...Steven Knight2004-12-161-6/+8
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-151-11/+52
* Use the right scanner if the same source file is used for targets in two diff...Steven Knight2004-12-151-0/+78
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-151-6/+6
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-042-0/+249
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-4/+41
* Add a test to make sure we can Add{Pre,Post}Action() on Dir Nodes.Steven Knight2004-12-031-1/+24
* More command-line customizability: , , , , .Steven Knight2004-12-0316-0/+570
* More command-line customizability: and .Steven Knight2004-12-017-0/+270
* Add the ability to map keywords to ListOption (like we already do with EnumOp...Steven Knight2004-11-231-6/+11
* 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
* Add more customizability: $BITKEEPERCOMSTR, $CVSCOMSTR, $RCS_COCOMSTR, $SCCS...Steven Knight2004-11-2016-0/+2367
* 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 (Russe...Steven Knight2004-11-191-0/+3
* More display customizability: , . (Also add the missing , for completeness,...Steven Knight2004-11-158-0/+568
* 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 u...Steven Knight2004-11-111-0/+122
* 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 B...Steven Knight2004-11-091-0/+68
* 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 b...Steven Knight2004-10-231-1/+2
* 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 up...Steven Knight2004-10-221-33/+67
* Win32 portability fixes for tests.Steven Knight2004-10-213-90/+121