Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change many uses of for+iterator to use Boost.Foreach. | John Wiegley | 2008-07-31 | 1 | -87/+61 |
| | |||||
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -1/+5 |
| | | | | | | | 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. | ||||
* | Cleaned up some method names and documentation relating to values. | John Wiegley | 2008-07-31 | 1 | -2/+2 |
| | |||||
* | A new binary_cache_t object has been creating to manage saving and restoring a | John Wiegley | 2008-07-31 | 1 | -5/+11 |
| | | | | | Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now. | ||||
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -1/+1 |
| | | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. | ||||
* | Merged over fix to #205 from v2.6.1b, which deals with small commodity | John Wiegley | 2008-07-29 | 1 | -7/+9 |
| | | | | rounding. | ||||
* | The next value expression scheme is working, but the individual accessor | John Wiegley | 2008-07-29 | 1 | -0/+36 |
| | | | | functions for each of the journal objects has yet to be ported. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -0/+451 |
the way that value expressions extract information from journal objects. |