summaryrefslogtreecommitdiff
path: root/textual.cc
Commit message (Collapse)AuthorAgeFilesLines
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-6/+0
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-3/+22
|
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-221-1/+6
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-10/+15
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-15/+14
|
* removed some redundant codeJohn Wiegley2004-08-211-1/+1
|
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-211-4/+2
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-1/+6
|
* fixesJohn Wiegley2004-08-191-2/+2
|
* several fixesJohn Wiegley2004-08-191-4/+8
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-5/+4
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-12/+11
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-2/+5
|
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-2/+2
|
* fixesJohn Wiegley2004-08-171-22/+6
|
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-3/+2
|
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-2/+2
|
* further restructuringJohn Wiegley2004-08-151-5/+8
|
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-15/+13
|
* added timing debug codeJohn Wiegley2004-08-141-0/+22
|
* added timing codeJohn Wiegley2004-08-131-6/+9
|
* more options fixesJohn Wiegley2004-08-131-1/+2
|
* long options are now supportedJohn Wiegley2004-08-131-0/+11
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-21/+8
|
* added back sorting supportJohn Wiegley2004-08-051-5/+4
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-233/+19
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-122/+5
|
* removed constraints_t entirelyJohn Wiegley2004-07-311-1/+1
|
* two major changesJohn Wiegley2004-07-301-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 encounteredJohn Wiegley2004-07-291-6/+11
|
* further reorganizationJohn Wiegley2004-07-271-195/+190
|
* initial rev of 2.0John Wiegley2004-07-261-0/+902