summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Debug.py
Commit message (Expand)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-18/+13
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-11/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-11/+7
* Fix a missed name change of TimeStamp => TimeStampDefault.Steven Knight2010-01-141-1/+1
* Add optional time stamping and elapsed time reporting to Trace().Steven Knight2009-08-021-1/+16
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-24/+40
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-0/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-13/+15
* Fix directory separators to allow the Debug.caller() function to strip unnece...Steven Knight2006-04-011-2/+9
* Support the --debug=memory option on Windows. (Baptiste Lepilleur)Steven Knight2006-02-121-2/+11
* Use 'con', not '/dev/tty', as the Trace() default on Windows.Steven Knight2005-08-021-3/+6
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-041-0/+1
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-0/+23
* Optimize out N*M suffix matching in Builder.py.Steven Knight2005-03-041-0/+48
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-121-0/+4
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-0/+102