summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Restore (some) old SCons.Script.* names, some released SConscript files are ↵Steven Knight2005-03-171-2/+40
| | | | using them.
* Windows portability in tests. Replace overlooked importSteven Knight2005-03-172-7/+29
|
* Actually support a global Entry name (since we already documented it).Steven Knight2005-03-161-0/+58
|
* Fix a regression in handling CPPPATH='.' when using a BuildDir with ↵Steven Knight2005-03-055-0/+70
| | | | subdirectories in the search path.
* Fix Fedora Core 3 test portability.Steven Knight2005-03-047-69/+58
|
* Group --debug=count output by object modules.Steven Knight2005-03-011-4/+21
|
* Fix creating a build_dir from scratch when there's a subsidiary SConscript() ↵Steven Knight2005-02-161-30/+55
| | | | file.
* Win32 portability.Steven Knight2005-02-142-87/+94
|
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-142-21/+84
|
* Refactor Environment/Executor/Node scanner interaction a little. Put ↵Steven Knight2005-02-135-148/+458
| | | | --debug={dtree,includes,stree,tree} in separate tests.
* Display the help message when -u -h is supplied. (Elliot Murphy)Steven Knight2005-02-111-1/+16
|
* Don't create a Node for every file we try to find during scan.Steven Knight2005-02-101-1/+4
|
* Regain lost performance improvements by using paths instead of targets for ↵Steven Knight2005-01-211-8/+2
| | | | scanner calls and re-using Binder objects for identical paths.
* Fix --debug=memoizer so it actually prints some stats on Python 2.x.Steven Knight2005-01-131-3/+39
|
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-124-39/+200
|
* More performance improvements?Steven Knight2005-01-121-0/+53
|
* 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 ↵Steven Knight2005-01-083-9/+72
| | | | SConscript files to get at the global builders and functions more easily.
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ↵Steven Knight2005-01-081-4/+4
| | | | name.
* 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
| | | | case someone has a reason to need to allow duplicates.
* 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 ↵Steven Knight2004-12-293-6/+13
| | | | location. Convert by-hand caching to use of Memoizer. (Kevin Quick)
* 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 ↵Steven Knight2004-12-161-6/+8
| | | | solution is coded.
* 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 ↵Steven Knight2004-12-151-0/+78
| | | | different environments.
* 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 ↵Steven Knight2004-12-042-0/+249
| | | | file is found in a Repository or locally.
* 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 ↵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
|