summaryrefslogtreecommitdiff
path: root/walk.cc
Commit message (Expand)AuthorAgeFilesLines
* Restored the interval_t time and added a new "period" debugging command.John Wiegley2008-08-021-8/+3
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-30/+28
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-88/+54
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-3/+5
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-311-11/+11
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-2/+2
* The register report has begun printing real data, although not all the piecesJohn Wiegley2008-07-291-3/+5
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-170/+170
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-0/+14
* 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-271-1/+1
* A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-271-38/+109
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-2/+3
* More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-241-1/+1
* Merged in from master.John Wiegley2008-07-211-0/+5
|\
| * When converting datetime_t to a long, I now need to directly access the 'when'John Wiegley2008-07-191-0/+5
* | Everything but main.cc is compiling again (but with much #if 0'd code).John Wiegley2008-07-201-13/+11
* | I have walked further along the road less compiled by...John Wiegley2008-07-201-8/+8
* | Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-12/+12
* | The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-32/+58
|/
* (handle_value): The transaction xdata.dflags were being set too late; theJohn Wiegley2008-04-131-2/+3
* Reworked the way date/times are handled.John Wiegley2008-04-131-35/+33
* Several fixes to lot price handling.John Wiegley2008-04-131-0/+2
* Further refinement of commodity lot information.John Wiegley2008-04-131-1/+28
* *** empty log message ***John Wiegley2008-04-131-3/+0
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-17/+19
* *** empty log message ***John Wiegley2008-04-131-2/+2
* Added new --descend option.John Wiegley2008-04-131-5/+33
* Added much better error location.John Wiegley2008-04-131-11/+14
* Added a DATETIME value type.John Wiegley2008-04-131-1/+1
* Began support for improved commodity handling.John Wiegley2008-04-131-3/+1
* Began support for improved commodity handling.John Wiegley2008-04-131-10/+4
* *** empty log message ***John Wiegley2008-04-131-6/+7
* Further improvements to lot pricing.John Wiegley2008-04-131-8/+8
* Checked in all major updates.John Wiegley2008-04-131-10/+20
* Removed Python integration support.John Wiegley2008-04-131-305/+0
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-58/+35
* See ChangeLogJohn Wiegley2008-04-131-19/+19
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-1/+1
* (operator): Rearranged some code and added an assert.John Wiegley2008-04-131-4/+1
* (operator): Rearranged some code and added an assert.John Wiegley2008-04-131-3/+8
* (subtotal_transactions::operator()): Changed the usage of theJohn Wiegley2008-04-131-5/+8
* (report_budget_items): Removed an unused local variable.John Wiegley2008-04-131-45/+40
* (sort_transactions::post_accumulated_xacts): Created this function soJohn Wiegley2008-04-131-4/+2
* (truncate_entries::flush): Fix so that --head and --tail can be usedJohn Wiegley2008-04-131-4/+13
* Changed truncate_entries so that --head and --tail can be used at theJohn Wiegley2008-04-131-6/+8
* Added the new transaction handler `truncate_entries' which can be usedJohn Wiegley2008-04-131-0/+47
* (clear_transactions_xdata): Clear the transaction xdata pointers onceJohn Wiegley2008-04-131-0/+2
* *** empty log message ***John Wiegley2008-04-131-0/+3
* *** empty log message ***John Wiegley2008-04-131-3/+1
* (related_transactions::flush): Handle the case where an auto_entry orJohn Wiegley2008-04-131-8/+21