Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -3/+3 | |
| | ||||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -1/+1 | |
| | ||||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -5/+5 | |
| | | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object. | |||||
* | Exit if parsing errors are encountered | John Wiegley | 2004-07-29 | 1 | -10/+9 | |
| | ||||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+621 | |