summaryrefslogtreecommitdiff
path: root/main.cc
Commit message (Expand)AuthorAgeFilesLines
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-18/+9
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-436/+179
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-3/+11
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-13/+13
* read all binary data in at one go; gains 33%John Wiegley2004-08-261-2/+2
* fixed two memory corruption bugsJohn Wiegley2004-08-251-9/+19
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-241-39/+42
* added validation code, to walk through a journal_t and make sure it's okJohn Wiegley2004-08-241-0/+2
* fixed a few minor bugsJohn Wiegley2004-08-241-2/+0
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-0/+12
* a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)John Wiegley2004-08-231-4/+6
* slight cleanupJohn Wiegley2004-08-231-1/+3
* simplified some codeJohn Wiegley2004-08-221-11/+3
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-17/+20
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-4/+2
* updated gnucash supportJohn Wiegley2004-08-201-0/+6
* fixesJohn Wiegley2004-08-191-6/+6
* several fixesJohn Wiegley2004-08-191-7/+20
* added support for parsing QIF filesJohn Wiegley2004-08-191-17/+21
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-15/+15
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-111/+112
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-11/+14
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-29/+29
* added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.John Wiegley2004-08-181-19/+34
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-33/+80
* fixed a memory corruption bug stemming from not using an input iteratorJohn Wiegley2004-08-171-3/+2
* fixesJohn Wiegley2004-08-171-0/+6
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-5/+54
* don't allocate config_t within config.ccJohn Wiegley2004-08-171-0/+5
* more binary format changesJohn Wiegley2004-08-161-4/+9
* further restructuringJohn Wiegley2004-08-151-509/+144
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-180/+161
* fixed -G reportJohn Wiegley2004-08-141-1/+1
* fix to amount printingJohn Wiegley2004-08-141-1/+6
* added timing debug codeJohn Wiegley2004-08-141-7/+15
* added timing codeJohn Wiegley2004-08-131-3/+32
* more options fixesJohn Wiegley2004-08-131-39/+29
* long options are now supportedJohn Wiegley2004-08-131-279/+308
* Added a days-of-the-week report, under -wJohn Wiegley2004-08-121-7/+17
* added error checkingJohn Wiegley2004-08-121-4/+36
* gnuplot is supported again (-j and -J)John Wiegley2004-08-121-1/+13
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-71/+106
* cleanupJohn Wiegley2004-08-111-12/+11
* more reorgJohn Wiegley2004-08-111-10/+7
* more reorgJohn Wiegley2004-08-111-4/+14
* many more formatting changesJohn Wiegley2004-08-111-27/+45
* more cleanupJohn Wiegley2004-08-111-29/+54
* added several kinds of transaction filtersJohn Wiegley2004-08-111-10/+18
* changed the way changed_value_filter is calledJohn Wiegley2004-08-101-27/+15
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-4/+2