| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 1968-2115 via svnmerge from | Steven Knight | 2007-07-11 | 5 | -570/+994 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 2 | -11/+17 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 2 | -13/+26 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 3 | -42/+128 |
|
|
* | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -0/+1 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -0/+1 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 3 | -34/+52 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 2 | -22/+64 |
|
|
* | In the error message, supply the file name that triggered on IOError or OSErr... | Steven Knight | 2006-02-25 | 1 | -7/+20 |
|
|
* | Fix SCons.Error => SCons.Errors typos. (Erick Tryzelaar) | Steven Knight | 2006-02-20 | 2 | -2/+77 |
|
|
* | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 2 | -2/+3 |
|
|
* | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el... | Steven Knight | 2006-01-21 | 1 | -3/+3 |
|
|
* | Fix the use of Configure() contexts in nested subsidiary SConscript files. (... | Steven Knight | 2005-12-28 | 2 | -3/+3 |
|
|
* | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 1 | -1/+1 |
|
|
* | Add a --debug=taskmaster option to print traces of what it's doing on its stack. | Steven Knight | 2005-12-18 | 1 | -1/+11 |
|
|
* | Report removal of multiple targets correctly when using -n -c. (Patrick Mezard) | Steven Knight | 2005-10-02 | 1 | -2/+4 |
|
|
* | Check all targets when deciding if a target is up to date. (Patrick Mezard) | Steven Knight | 2005-09-26 | 1 | -13/+16 |
|
|
* | Handle IOError exceptions when pushing files to CacheDir (and elsewhere). | Steven Knight | 2005-08-20 | 1 | -2/+36 |
|
|
* | Fix the -U behavior (broken when we made BUILD_TARGETS modifiable). | Steven Knight | 2005-08-17 | 2 | -4/+22 |
|
|
* | Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav B... | Steven Knight | 2005-08-13 | 1 | -1/+3 |
|
|
* | Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely) | Steven Knight | 2005-08-12 | 1 | -11/+23 |
|
|
* | Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin) | Steven Knight | 2005-08-11 | 1 | -0/+3 |
|
|
* | Move max_drift from Sig/MD5.py to Node/FS.py. | Steven Knight | 2005-07-04 | 1 | -3/+2 |
|
|
* | Add a --diskcheck option to control looking on-disk for things. | Steven Knight | 2005-06-10 | 1 | -1/+43 |
|
|
* | Don't print duplicate stats when --profile is used. | Steven Knight | 2005-06-02 | 1 | -11/+10 |
|
|
* | Print statistics even when we terminate early (e.g. using -h). | Steven Knight | 2005-06-02 | 1 | -23/+24 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 2 | -12/+21 |
|
|
* | Eliminate multiple calls to os.stat() to fetch file info. | Steven Knight | 2005-05-13 | 2 | -11/+11 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 2 | -112/+160 |
|
|
* | Add a subsystem for collecting stats about how Nodes are handled by the Taskm... | Steven Knight | 2005-03-24 | 1 | -3/+5 |
|
|
* | Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta... | Steven Knight | 2005-03-18 | 1 | -2/+12 |
|
|
* | Restore (some) old SCons.Script.* names, some released SConscript files are u... | Steven Knight | 2005-03-17 | 2 | -1/+62 |
|
|
* | Actually support a global Entry name (since we already documented it). | Steven Knight | 2005-03-16 | 1 | -0/+1 |
|
|
* | Optimize out N*M suffix matching in Builder.py. | Steven Knight | 2005-03-04 | 1 | -0/+5 |
|
|
* | Fix creating a build_dir from scratch when there's a subsidiary SConscript() ... | Steven Knight | 2005-02-16 | 1 | -1/+3 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -0/+2 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -0/+6 |
|
|
* | Display the help message when -u -h is supplied. (Elliot Murphy) | Steven Knight | 2005-02-11 | 1 | -2/+0 |
|
|
* | Fix --debug=memoizer so it actually prints some stats on Python 2.x. | Steven Knight | 2005-01-13 | 2 | -1/+19 |
|
|
* | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 1 | -11/+32 |
|
|
* | More performance improvements? | Steven Knight | 2005-01-12 | 1 | -30/+46 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 2 | -4/+26 |
|
|
* | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 3 | -1304/+1397 |
|
|
* | Remove build engine dependencies on SCons.Script. Fix a misspelled variable ... | Steven Knight | 2005-01-08 | 1 | -1/+13 |
|
|
* | Print --debug={tree,dtree,includes} even if the build has an error. | Steven Knight | 2004-12-03 | 1 | -19/+19 |
|
|
* | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -2/+9 |
|
|
* | Faster/leaner tree dumping. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -2/+2 |
|
|
* | Handle moved SCons source tree. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -33/+25 |
|
|
* | Clear out dependent-child caches when a node is rebuilt. (Kevin Quick) | Steven Knight | 2004-10-07 | 1 | -1/+1 |
|
|
* | Fix use of a list of SConscript files when calling env.SConscript(). | Steven Knight | 2004-09-29 | 1 | -1/+7 |
|
|