| Commit message (Expand) | Author | Age | Files | Lines |
* | Increased binary version number. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Updated binary version number. (read_binary_entry_base): Read in | John Wiegley | 2008-04-13 | 1 | -1/+5 |
* | Updated binary file version. (read_binary_journal): Read in the | John Wiegley | 2008-04-13 | 1 | -1/+10 |
* | Increased binary file version number. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | updated binary version number | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -5/+6 |
* | Added support for each entry to remember: the file it came from, and | John Wiegley | 2008-04-13 | 1 | -11/+24 |
* | Updated binary cache version, for good measure. | John Wiegley | 2008-04-13 | 1 | -8/+17 |
* | Updated binary cache version, for good measure. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Updated binary file version. (read_binary_journal): Read in the | John Wiegley | 2008-04-13 | 1 | -1/+13 |
* | updated cache version | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (read_binary_amount): If the commodity ident is zero, | John Wiegley | 2008-04-13 | 1 | -0/+7 |
* | Fixed a textual parsing bug. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+753 |
* | changes | John Wiegley | 2008-04-13 | 1 | -631/+0 |
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 1 | -1/+1 |
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | main.py does everything except balance reports now | John Wiegley | 2004-09-14 | 1 | -0/+9 |
* | change commodity->symbol to const, and added set_symbol | John Wiegley | 2004-09-10 | 1 | -2/+4 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -15/+14 |
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -4/+4 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -1/+19 |
* | read all binary data in at one go; gains 33% | John Wiegley | 2004-08-26 | 1 | -106/+144 |
* | don't placement new() amount_t in binary.cc when it isn't necessary | John Wiegley | 2004-08-26 | 1 | -1/+0 |
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -2/+5 |
* | minor simplification | John Wiegley | 2004-08-25 | 1 | -2/+1 |
* | use back-patching to simplify binary file writing | John Wiegley | 2004-08-25 | 1 | -29/+19 |
* | Bulk alloc bigints in the binary reader; this gains another 20% | John Wiegley | 2004-08-25 | 1 | -30/+72 |
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -18/+34 |
* | use a string pool in binary files; gains 7% read time | John Wiegley | 2004-08-24 | 1 | -55/+94 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -2/+0 |
* | change to binary loading that increases speed by another 20% | John Wiegley | 2004-08-23 | 1 | -23/+78 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -1/+1 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -21/+19 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -3/+11 |
* | changed RELEASE_LEVEL to DEBUG_LEVEL | John Wiegley | 2004-08-21 | 1 | -2/+2 |
* | fixes to how commodities are looked up using quotes.cc | John Wiegley | 2004-08-21 | 1 | -1/+3 |
* | bumped binary file version number | John Wiegley | 2004-08-21 | 1 | -1/+1 |
* | add copy-on-write semantics to amount.cc; cuts object creation by 5x | John Wiegley | 2004-08-21 | 1 | -11/+6 |
* | several fixes | John Wiegley | 2004-08-19 | 1 | -1/+19 |
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -16/+23 |
* | fixes | John Wiegley | 2004-08-17 | 1 | -17/+12 |
* | misc cleanup | John Wiegley | 2004-08-17 | 1 | -1/+0 |
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -2/+2 |
* | more binary format changes | John Wiegley | 2004-08-16 | 1 | -19/+25 |
* | cleaned up binary data writing, and file handling | John Wiegley | 2004-08-15 | 1 | -417/+189 |
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -24/+24 |
* | fixed cache by clear transaction flags before writing | John Wiegley | 2004-08-05 | 1 | -2/+7 |
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -17/+16 |