summaryrefslogtreecommitdiff
path: root/ledger.cc
Commit message (Collapse)AuthorAgeFilesLines
* fixed two memory corruption bugsJohn Wiegley2004-08-251-0/+5
|
* added asserts to, and proof-read, amount.ccJohn Wiegley2004-08-251-0/+6
|
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-251-0/+2
|
* misc maintenance changesJohn Wiegley2004-08-241-1/+2
|
* added validation code, to walk through a journal_t and make sure it's okJohn Wiegley2004-08-241-0/+73
|
* fixed a few minor bugsJohn Wiegley2004-08-241-0/+1
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-4/+17
|
* change to binary loading that increases speed by another 20%John Wiegley2004-08-231-1/+10
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-0/+2
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-9/+8
|
* several fixesJohn Wiegley2004-08-191-30/+0
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-18/+21
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-9/+10
|
* further restructuringJohn Wiegley2004-08-151-3/+7
|
* bug fixJohn Wiegley2004-08-151-2/+2
|
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-15/+8
|
* more options fixesJohn Wiegley2004-08-131-27/+25
|
* added back sorting supportJohn Wiegley2004-08-051-32/+7
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-2/+26
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-0/+128
|
* two major changesJohn Wiegley2004-07-301-27/+6
| | | | | | | | | | | | | 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.
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-271-2/+0
|
* initial rev of 2.0John Wiegley2004-07-261-628/+58
|
* fixesJohn Wiegley2004-06-301-5/+21
|
* show re-pricing history in register reportJohn Wiegley2004-06-221-2/+1
|
* further pricing fixesJohn Wiegley2004-06-211-0/+17
|
* pricing fixes, added price commandJohn Wiegley2004-06-211-13/+3
|
* fixes to price history supportJohn Wiegley2004-06-211-26/+34
|
* pricing history supportJohn Wiegley2004-06-211-2/+76
|
* initial import into DarcsJohn Wiegley2004-05-131-66/+42
|
* *** empty log message ***John Wiegley2004-04-101-18/+12
|
* *** empty log message ***John Wiegley2004-04-041-1/+1
|
* Updated to 1.1.John Wiegley2004-02-131-0/+1
|
* changesJohn Wiegley2003-10-291-2/+4
|
* cJohn Wiegley2003-10-111-39/+6
|
* cJohn Wiegley2003-10-111-0/+194
|
* *** empty log message ***John Wiegley2003-10-111-4/+25
|
* *** empty log message ***John Wiegley2003-10-111-13/+0
|
* *** empty log message ***John Wiegley2003-10-101-1/+9
|
* *** empty log message ***John Wiegley2003-10-091-3/+7
|
* *** empty log message ***John Wiegley2003-10-091-8/+73
|
* *** empty log message ***John Wiegley2003-10-081-17/+48
|
* *** empty log message ***John Wiegley2003-10-051-24/+7
|
* Moved definition of virtual accounts into the ledger data fileJohn Wiegley2003-10-041-59/+21
| | | | | itself. They are now called "automated transactions". Some rearchitecting.
* Added support for virtual accounts.John Wiegley2003-10-041-27/+56
|
* *** empty log message ***John Wiegley2003-10-021-53/+69
|
* *** empty log message ***John Wiegley2003-10-021-1/+1
|
* *** empty log message ***John Wiegley2003-10-011-1/+1
|
* *** empty log message ***John Wiegley2003-10-011-16/+9
|
* *** empty log message ***John Wiegley2003-10-011-26/+37
|