| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 3 | -289/+154 |
|
|
* | Don't print duplicate stats when --profile is used. | Steven Knight | 2005-06-02 | 1 | -12/+29 |
|
|
* | Print statistics even when we terminate early (e.g. using -h). | Steven Knight | 2005-06-02 | 3 | -23/+36 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -0/+72 |
|
|
* | Handle Repositories without an SConsignFile() in them. | Steven Knight | 2005-05-30 | 1 | -0/+74 |
|
|
* | Get rid of the requirement that a source directory must be under the SConstru... | Steven Knight | 2005-05-15 | 1 | -0/+94 |
|
|
* | Move pre- and post-actions lists from Node to Executor so expansions of ${TAR... | Steven Knight | 2005-05-14 | 3 | -1/+34 |
|
|
* | Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner) | Steven Knight | 2005-05-08 | 1 | -6/+19 |
|
|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 8 | -45/+221 |
|
|
* | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 2 | -0/+173 |
|
|
* | Split up test/QT/QT.py into separate tests. | Steven Knight | 2005-04-14 | 12 | -942/+1127 |
|
|
* | Allow configurability of yacc-generated header files suffixes. | Steven Knight | 2005-04-10 | 2 | -0/+160 |
|
|
* | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 2 | -242/+245 |
|
|
* | Minor clean up of value interpolation. | Steven Knight | 2005-03-25 | 1 | -81/+60 |
|
|
* | Allow toolpath to be stored in the environment and re-used for Copy() and Too... | Steven Knight | 2005-03-24 | 1 | -0/+5 |
|
|
* | Fix test/emitter.py for new entry matching. | Steven Knight | 2005-03-21 | 1 | -15/+22 |
|
|
* | Fix re-scanning of built files for implicit dependencies when the -j option i... | Steven Knight | 2005-03-20 | 1 | -0/+72 |
|
|
* | Restore (some) old SCons.Script.* names, some released SConscript files are u... | Steven Knight | 2005-03-17 | 1 | -2/+40 |
|
|
* | Windows portability in tests. Replace overlooked import | Steven Knight | 2005-03-17 | 2 | -7/+29 |
|
|
* | Actually support a global Entry name (since we already documented it). | Steven Knight | 2005-03-16 | 1 | -0/+58 |
|
|
* | Fix a regression in handling CPPPATH='.' when using a BuildDir with subdirect... | Steven Knight | 2005-03-05 | 5 | -0/+70 |
|
|
* | Fix Fedora Core 3 test portability. | Steven Knight | 2005-03-04 | 7 | -69/+58 |
|
|
* | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 1 | -4/+21 |
|
|
* | Fix creating a build_dir from scratch when there's a subsidiary SConscript() ... | Steven Knight | 2005-02-16 | 1 | -30/+55 |
|
|
* | Win32 portability. | Steven Knight | 2005-02-14 | 2 | -87/+94 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 2 | -21/+84 |
|
|
* | Refactor Environment/Executor/Node scanner interaction a little. Put --debug... | Steven Knight | 2005-02-13 | 5 | -148/+458 |
|
|
* | Display the help message when -u -h is supplied. (Elliot Murphy) | Steven Knight | 2005-02-11 | 1 | -1/+16 |
|
|
* | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 1 | -1/+4 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -8/+2 |
|
|
* | Fix --debug=memoizer so it actually prints some stats on Python 2.x. | Steven Knight | 2005-01-13 | 1 | -3/+39 |
|
|
* | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 4 | -39/+200 |
|
|
* | More performance improvements? | Steven Knight | 2005-01-12 | 1 | -0/+53 |
|
|
* | Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann) | Steven Knight | 2005-01-10 | 1 | -0/+50 |
|
|
* | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 3 | -9/+72 |
|
|
* | Remove build engine dependencies on SCons.Script. Fix a misspelled variable ... | Steven Knight | 2005-01-08 | 1 | -4/+4 |
|
|
* | Add LoadableModule support. (Michael McCracken) | Steven Knight | 2005-01-07 | 3 | -12/+159 |
|
|
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 15 | -99/+522 |
|
|
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 20 | -0/+900 |
|
|
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ... | Steven Knight | 2005-01-05 | 1 | -8/+17 |
|
|
* | Win32 portability fixes. | Steven Knight | 2005-01-03 | 5 | -9/+25 |
|
|
* | Add a PathOptions.PathAccept validator. (Kevin Quick) | Steven Knight | 2005-01-03 | 1 | -0/+33 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 3 | -6/+13 |
|
|
* | Make AlwaysBuild() work with Aliases. | Steven Knight | 2004-12-17 | 1 | -0/+14 |
|
|
* | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 1 | -4/+4 |
|
|
* | Restore older recipe for creating env.Command() builders while a better solut... | Steven Knight | 2004-12-16 | 1 | -6/+8 |
|
|
* | Apply build overrides once up front. (Kevin Quick) | Steven Knight | 2004-12-15 | 1 | -11/+52 |
|
|
* | Use the right scanner if the same source file is used for targets in two diff... | Steven Knight | 2004-12-15 | 1 | -0/+78 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 1 | -6/+6 |
|
|
* | Fix how scanners sort dependencies so it doesn't matter if the dependency fil... | Steven Knight | 2004-12-04 | 2 | -0/+249 |
|
|