Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First round of work to get the balance report working again. | John Wiegley | 2008-08-04 | 1 | -3/+34 |
| | |||||
* | Rearranged the code a bit, breaking walk.cc into several different files: | John Wiegley | 2008-08-03 | 1 | -0/+21 |
| | | | | | | | | | | compare compare_items<T> handler item_handler<T> iterators used to iterators sets of journal objects filters derived from item_handler, they morph the result set output derived from item_handler, these do the printing Also, created a new 'help' files which contains just Ledger's help text. | ||||
* | Change many uses of for+iterator to use Boost.Foreach. | John Wiegley | 2008-07-31 | 1 | -9/+5 |
| | |||||
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -0/+9 |
| | | | | | | 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. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -0/+141 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -115/+0 |
| | |||||
* | added validation code, to walk through a journal_t and make sure it's ok | John Wiegley | 2004-08-24 | 1 | -0/+23 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -4/+0 |
| | |||||
* | change to binary loading that increases speed by another 20% | John Wiegley | 2004-08-23 | 1 | -0/+4 |
| | |||||
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -0/+2 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -2/+1 |
| | |||||
* | cleaned up binary data writing, and file handling | John Wiegley | 2004-08-15 | 1 | -1/+1 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -20/+20 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+91 |