summaryrefslogtreecommitdiff
path: root/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***John Wiegley2008-04-131-2/+9
|
* *** empty log message ***John Wiegley2008-04-131-1/+5
|
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-2/+12
| | | | real-world testing.
* (parse_and_report): Added new "reconcile" and "output" commands.John Wiegley2008-04-131-1/+11
| | | | | Likely not to be documented, as these are intended primarily for future GUI development.
* (parse_and_report): Removed "files" argument.John Wiegley2008-04-131-1/+1
|
* *** empty log message ***John Wiegley2008-04-131-5/+5
|
* (parse_and_report): If cache_file is "<none>", blank it out. ThisJohn Wiegley2008-04-131-2/+5
| | | | steps around the logic that sets the default name.
* updated to 2.02John Wiegley2008-04-131-2/+1
|
* updated to version 2.0John Wiegley2008-04-131-0/+424
|
* changesJohn Wiegley2008-04-131-361/+0
|
* finished balance reporting capability in main.pyJohn Wiegley2004-09-261-1/+1
|
* fixed another problem with interval reports and the -s optionJohn Wiegley2004-09-251-6/+5
|
* if a commodity price cannot be downloaded, report it as an errorJohn Wiegley2004-09-251-1/+2
|
* can't reliably use `access' and W_OKJohn Wiegley2004-09-251-7/+2
|
* improved error checking in parser, in case parts of an amount are missingJohn Wiegley2004-09-241-0/+36
|
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-5/+6
|
* fixed a rather obscure memory bug, which also simplified some codeJohn Wiegley2004-09-241-7/+2
|
* finalizer fixes; removed use of timing.h from main.ccJohn Wiegley2004-09-241-36/+1
|
* a bit more refactoringJohn Wiegley2004-09-231-1/+2
|
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-4/+1
|
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-231-1/+2
|
* always sort the transaction chain, if interval reporting is being usedJohn Wiegley2004-09-231-3/+7
|
* added some error checkingJohn Wiegley2004-09-231-5/+16
|
* if --file and the --cache refer to the same file, don't use cachingJohn Wiegley2004-09-201-0/+3
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-0/+2
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-6/+21
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-17/+9
|
* using main.py is now only 50% slower than using main.ccJohn Wiegley2004-09-141-11/+15
|
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-141-92/+23
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-11/+11
|
* added python support for Format() objects. see main.pyJohn Wiegley2004-09-101-1/+1
|
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-2/+1
|
* slight changed semantics of item_handler<T>, to play better with Boost.PythonJohn Wiegley2004-09-101-27/+40
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-5/+2
|
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-1/+1
|
* 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
|