summaryrefslogtreecommitdiff
path: root/ledger.h
Commit message (Collapse)AuthorAgeFilesLines
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-251-5/+9
|
* added validation code, to walk through a journal_t and make sure it's okJohn Wiegley2004-08-241-0/+8
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-12/+3
|
* change to binary loading that increases speed by another 20%John Wiegley2004-08-231-0/+15
|
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-50/+17
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-9/+13
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-7/+12
|
* changed RELEASE_LEVEL to DEBUG_LEVELJohn Wiegley2004-08-211-3/+3
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-1/+2
|
* several fixesJohn Wiegley2004-08-191-24/+0
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-11/+17
|
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-1/+3
|
* fixesJohn Wiegley2004-08-171-1/+1
|
* misc cleanupJohn Wiegley2004-08-171-3/+5
|
* more binary format changesJohn Wiegley2004-08-161-15/+18
|
* further restructuringJohn Wiegley2004-08-151-1/+3
|
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-14/+16
|
* fixed -G reportJohn Wiegley2004-08-141-0/+1
|
* more options fixesJohn Wiegley2004-08-131-2/+4
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-0/+6
|
* fixed account display bugJohn Wiegley2004-08-091-9/+11
|
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-071-7/+7
|
* got more reports working againJohn Wiegley2004-08-071-1/+4
|
* improvements to transaction formattingJohn Wiegley2004-08-061-2/+5
|
* fixed cache by clear transaction flags before writingJohn Wiegley2004-08-051-1/+1
|
* added support for account sortingJohn Wiegley2004-08-051-6/+8
|
* added back sorting supportJohn Wiegley2004-08-051-8/+22
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-291/+46
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-5/+13
|
* two major changesJohn Wiegley2004-07-301-24/+33
| | | | | | | | | | | | | 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.
* initial rev of 2.0John Wiegley2004-07-261-261/+334
|
* fixesJohn Wiegley2004-06-301-8/+9
|
* further pricing fixesJohn Wiegley2004-06-211-1/+4
|
* pricing fixes, added price commandJohn Wiegley2004-06-211-2/+4
|
* fixes to price history supportJohn Wiegley2004-06-211-2/+4
|
* pricing history supportJohn Wiegley2004-06-211-7/+15
|
* initial import into DarcsJohn Wiegley2004-05-131-26/+40
|
* *** empty log message ***John Wiegley2004-04-041-4/+5
|
* changesJohn Wiegley2003-10-291-1/+8
|
* cJohn Wiegley2003-10-111-2/+5
|
* cJohn Wiegley2003-10-111-4/+9
|
* *** empty log message ***John Wiegley2003-10-111-1/+15
|
* *** empty log message ***John Wiegley2003-10-101-7/+3
|
* *** empty log message ***John Wiegley2003-10-091-4/+4
|
* *** empty log message ***John Wiegley2003-10-091-52/+70
|
* *** empty log message ***John Wiegley2003-10-081-5/+7
|
* *** empty log message ***John Wiegley2003-10-051-25/+27
|
* Moved definition of virtual accounts into the ledger data fileJohn Wiegley2003-10-041-37/+34
| | | | | itself. They are now called "automated transactions". Some rearchitecting.
* Added support for virtual accounts.John Wiegley2003-10-041-35/+31
|
* *** empty log message ***John Wiegley2003-10-021-103/+34
|