Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -116/+0 |
| | | | | is in doc/, etc. | ||||
* | Rearranged the code a bit, breaking walk.cc into several different files: | John Wiegley | 2008-08-03 | 1 | -1/+0 |
| | | | | | | | | | | compare compare_items<T> handler item_handler<T> iterators used to iterators sets of journal objects filters derived from item_handler, they morph the result set output derived from item_handler, these do the printing Also, created a new 'help' files which contains just Ledger's help text. | ||||
* | Added several missing copyright notices. | John Wiegley | 2008-08-03 | 1 | -0/+31 |
| | |||||
* | Moved xact_xdata_t into xact_t itself, as a set of "extended data" that might | John Wiegley | 2008-08-02 | 1 | -2/+2 |
| | | | | | | | | be gathered during reporting. Removed the references to accounts and such from the mask logic, which means that the value expression "acount =~ /foo/" is needed in place of just "/foo/". | ||||
* | Change many uses of for+iterator to use Boost.Foreach. | John Wiegley | 2008-07-31 | 1 | -9/+7 |
| | |||||
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -4/+5 |
| | | | | | | | complicated string of pointers, it's now just a global block of text that gets appended to as the error is being thrown up, and can be displayed at the catch point if desired. There are almost no cases where a thrown exception will not result in an error message being displayed to the user. | ||||
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -2/+2 |
| | | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -14/+14 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | More work toward getting the textual parser working again. Since this means | John Wiegley | 2008-07-24 | 1 | -3/+3 |
| | | | | that value expressions must work, there are a lot of details involved. | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -10/+9 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -4/+4 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -20/+0 |
| | |||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -4/+4 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | Removed incorrect parameter. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Removed the --reconcilable option, since the pending flag is now being | John Wiegley | 2008-04-13 | 1 | -11/+4 |
| | | | | used. | ||||
* | Converted the reconciler into an item_handler, so that it interacts | John Wiegley | 2008-04-13 | 1 | -25/+35 |
| | | | | with the core the same way as everything else. | ||||
* | (reconcile_transactions): Added an error message, to make it easier to | John Wiegley | 2008-04-13 | 1 | -2/+11 |
| | | | | | know when the commodity is wrong to --reconcile (such as using $ instead of \$ in the UNIX shell). | ||||
* | (search_for_balance): Sped things up by a factor of ten. Still won't | John Wiegley | 2008-04-13 | 1 | -84/+69 |
| | | | | help for uncleared lists >~27 items (2^27), but it helps. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+45 |
| | |||||
* | Added framework for an auto-reconcile command. Useful primarily for | John Wiegley | 2008-04-13 | 1 | -0/+69 |
GUI developers. |