summaryrefslogtreecommitdiff
path: root/walk.h
Commit message (Expand)AuthorAgeFilesLines
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-153/+70
* Formatting now relies exclusively on value expressions.John Wiegley2008-08-021-23/+3
* Restored the interval_t time and added a new "period" debugging command.John Wiegley2008-08-021-2/+2
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-8/+8
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-14/+7
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-8/+0
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-311-2/+2
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-5/+5
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-274/+275
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-12/+14
* 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-271-2/+2
* A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-271-99/+277
* The --verify option is now working properly again. Use "--verify --verbose"John Wiegley2008-07-261-4/+5
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-87/+252
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-3/+3
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-30/+20
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-22/+21
* Reworked the way date/times are handled.John Wiegley2008-04-131-13/+11
* Further refinement of commodity lot information.John Wiegley2008-04-131-0/+16
* *** empty log message ***John Wiegley2008-04-131-24/+34
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-2/+2
* Added new --descend option.John Wiegley2008-04-131-19/+80
* *** empty log message ***John Wiegley2008-04-131-0/+8
* Added much better error location.John Wiegley2008-04-131-11/+5
* Began support for improved commodity handling.John Wiegley2008-04-131-2/+0
* Further improvements to lot pricing.John Wiegley2008-04-131-3/+0
* Checked in all major updates.John Wiegley2008-04-131-6/+9
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-16/+44
* See ChangeLogJohn Wiegley2008-04-131-1/+2
* (subtotal_transactions::operator()): Changed the usage of theJohn Wiegley2008-04-131-2/+12
* (sort_transactions::post_accumulated_xacts): Created this function soJohn Wiegley2008-04-131-2/+8
* (transaction_xdata_t): Added a `ptr' void *, for general use. TheJohn Wiegley2008-04-131-1/+2
* Changed truncate_entries so that --head and --tail can be used at theJohn Wiegley2008-04-131-4/+4
* Added the new transaction handler `truncate_entries' which can be usedJohn Wiegley2008-04-131-3/+21
* (push_to_transactions_list): Added a new transaction handler, whichJohn Wiegley2008-04-131-0/+14
* updated to 2.02John Wiegley2008-04-131-0/+6
* updated to version 2.0John Wiegley2008-04-131-0/+580
* changesJohn Wiegley2008-04-131-485/+0
* fixed several segfaults (using new option-scrambler test harness)John Wiegley2004-09-271-2/+4
* corrected the way that transaction handlers are flushedJohn Wiegley2004-09-261-2/+4
* sorting optimizationJohn Wiegley2004-09-251-12/+25
* added support for "equity" in main.pyJohn Wiegley2004-09-241-8/+1
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-5/+6
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
* fixed a bug with interval reportingJohn Wiegley2004-09-231-1/+1
* shored up error checking of value expressionsJohn Wiegley2004-09-231-2/+9
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-60/+11
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-6/+29
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-163/+147
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-7/+5