Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -6/+0 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -3/+22 |
| | |||||
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 1 | -1/+6 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -10/+15 |
| | |||||
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -15/+14 |
| | |||||
* | removed some redundant code | John Wiegley | 2004-08-21 | 1 | -1/+1 |
| | |||||
* | fixes to how commodities are looked up using quotes.cc | John Wiegley | 2004-08-21 | 1 | -4/+2 |
| | |||||
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -1/+6 |
| | |||||
* | fixes | John Wiegley | 2004-08-19 | 1 | -2/+2 |
| | |||||
* | several fixes | John Wiegley | 2004-08-19 | 1 | -4/+8 |
| | |||||
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -5/+4 |
| | |||||
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -12/+11 |
| | |||||
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -2/+5 |
| | |||||
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -2/+2 |
| | |||||
* | fixes | John Wiegley | 2004-08-17 | 1 | -22/+6 |
| | |||||
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -3/+2 |
| | |||||
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -2/+2 |
| | |||||
* | further restructuring | John Wiegley | 2004-08-15 | 1 | -5/+8 |
| | |||||
* | cleaned up binary data writing, and file handling | John Wiegley | 2004-08-15 | 1 | -15/+13 |
| | |||||
* | added timing debug code | John Wiegley | 2004-08-14 | 1 | -0/+22 |
| | |||||
* | added timing code | John Wiegley | 2004-08-13 | 1 | -6/+9 |
| | |||||
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -1/+2 |
| | |||||
* | long options are now supported | John Wiegley | 2004-08-13 | 1 | -0/+11 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -21/+8 |
| | |||||
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -5/+4 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -233/+19 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -122/+5 |
| | |||||
* | removed constraints_t entirely | John Wiegley | 2004-07-31 | 1 | -1/+1 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -38/+35 |
| | | | | | | | | | | | | | 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 | -6/+11 |
| | |||||
* | further reorganization | John Wiegley | 2004-07-27 | 1 | -195/+190 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+902 |