summaryrefslogtreecommitdiff
path: root/utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-716/+0
| | | | is in doc/, etc.
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-1/+1
| | | | | | | | This means transactions can only have day-level granularity -- which has always been the case from an data file point of view. The advantage to this restriction is that reports will now be immune from daylight savings related bugs, where a transaction falls to the wrong side of a --monthly report, for example.
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-26/+16
|
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-6/+6
| | | | | | | complicated string of pointers, it's now just a global block of text that gets appended to as the error is being thrown up, and can be displayed at the catch point if desired. There are almost no cases where a thrown exception will not result in an error message being displayed to the user.
* Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
|
* The --verify option is now working properly again. Use "--verify --verbose"John Wiegley2008-07-261-11/+10
| | | | if you wish to see memory usage statistics along with a top-level trace.
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-4/+9
|
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-0/+2
| | | | | | | XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored.
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-1/+1
|
* Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-0/+720