summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Debug.py
Commit message (Expand)AuthorAgeFilesLines
* 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