summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable tracing by default (because it's cheap if --trace is not beingJohn Wiegley2008-04-131-0/+1
| | | | used).
* Beat the timing and tracing code into shape.John Wiegley2008-04-131-16/+10
|
* Pounded the logging and memory tracing code into better shape.John Wiegley2008-04-131-52/+35
|
* Moved around the Python code.John Wiegley2008-04-131-2/+2
|
* Restructured the code to use the new utility code in utils.h.John Wiegley2008-04-131-113/+188
|
* Further corrections after attempting to compile.John Wiegley2008-04-131-38/+18
|
* More work done toward rearranging the utility code.John Wiegley2008-04-131-5/+358
|
* Moved all system includes into system.hh; added support for using system.hh ↵John Wiegley2008-04-131-0/+24
as a pre-compiled header