summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/Main.py
Commit message (Expand)AuthorAgeFilesLines
* Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)Steven Knight2005-08-111-0/+3
* Move max_drift from Sig/MD5.py to Node/FS.py.Steven Knight2005-07-041-3/+2
* Add a --diskcheck option to control looking on-disk for things.Steven Knight2005-06-101-1/+43
* Don't print duplicate stats when --profile is used.Steven Knight2005-06-021-11/+10
* Print statistics even when we terminate early (e.g. using -h).Steven Knight2005-06-021-23/+24
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-1/+2
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-131-8/+9
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-108/+156
* Add a subsystem for collecting stats about how Nodes are handled by the Taskm...Steven Knight2005-03-241-3/+5
* Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta...Steven Knight2005-03-181-2/+12
* Optimize out N*M suffix matching in Builder.py.Steven Knight2005-03-041-0/+5
* Display the help message when -u -h is supplied. (Elliot Murphy)Steven Knight2005-02-111-2/+0
* Fix --debug=memoizer so it actually prints some stats on Python 2.x.Steven Knight2005-01-131-1/+0
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-121-11/+32
* More performance improvements?Steven Knight2005-01-121-30/+46
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-0/+1144