summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-073-289/+154
* Don't print duplicate stats when --profile is used.Steven Knight2005-06-021-12/+29
* Print statistics even when we terminate early (e.g. using -h).Steven Knight2005-06-023-23/+36
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-0/+72
* Handle Repositories without an SConsignFile() in them.Steven Knight2005-05-301-0/+74
* Get rid of the requirement that a source directory must be under the SConstru...Steven Knight2005-05-151-0/+94
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-143-1/+34
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-6/+19
* Make SConsignFile() behavior the default.Steven Knight2005-05-078-45/+221
* More flexible (and Make-like) ignoring command exit status, and suppressing p...Steven Knight2005-04-262-0/+173
* Split up test/QT/QT.py into separate tests.Steven Knight2005-04-1412-942/+1127
* Allow configurability of yacc-generated header files suffixes.Steven Knight2005-04-102-0/+160
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-012-242/+245
* Minor clean up of value interpolation.Steven Knight2005-03-251-81/+60
* Allow toolpath to be stored in the environment and re-used for Copy() and Too...Steven Knight2005-03-241-0/+5
* Fix test/emitter.py for new entry matching.Steven Knight2005-03-211-15/+22
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-0/+72
* Restore (some) old SCons.Script.* names, some released SConscript files are u...Steven Knight2005-03-171-2/+40
* 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 subdirect...Steven Knight2005-03-055-0/+70
* 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
* 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 --debug...Steven Knight2005-02-135-148/+458
* 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 sc...Steven Knight2005-01-211-8/+2
* 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 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