| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Fixes bug 514. accounts and commodities output now sorts | Craig Earls | 2013-01-29 | 1 | -0/+7 |
* | Revert "Bug551 fixed, commodities and accounts now sort" | John Wiegley | 2013-01-16 | 1 | -7/+0 |
* | Bug551 fixed, commodities and accounts now sort | Craig Earls | 2013-01-07 | 1 | -0/+7 |
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -4/+4 |
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -0/+3 |
* | Added "last_checkout_cleared" valexpr variable | John Wiegley | 2012-05-07 | 1 | -0/+1 |
* | Changed a const string map key to string | John Wiegley | 2012-04-28 | 1 | -1/+1 |
* | Add 'data' member to account/journal objects | John Wiegley | 2012-04-13 | 1 | -3/+14 |
* | Corrected an uninitialized memory bug | John Wiegley | 2012-03-19 | 1 | -1/+11 |
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+10 |
* | Account valexprs: earliest_checkin, latest_checkout | John Wiegley | 2012-03-13 | 1 | -0/+3 |
* | Added parsing support for the many value directives | John Wiegley | 2012-03-07 | 1 | -0/+1 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Scopes can now provide a description of themselves | John Wiegley | 2010-06-24 | 1 | -0/+4 |
* | account_t::add_post resets family_details.gathered | John Wiegley | 2010-06-13 | 1 | -3/+1 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -45/+45 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Added an ACCOUNT_GENERATED flag | John Wiegley | 2009-11-18 | 1 | -3/+4 |
* | Added has_xdata() methods for journal_t and xact_t | John Wiegley | 2009-11-12 | 1 | -0/+1 |
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -9/+0 |
* | Moved xdata clearing code into each type proper | John Wiegley | 2009-11-05 | 1 | -3/+1 |
* | Transactions, etc., are now accessed by iterators | John Wiegley | 2009-11-05 | 1 | -0/+20 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -1/+2 |
* | Whitespace fix | John Wiegley | 2009-11-04 | 1 | -1/+1 |
* | Whitespace fix | John Wiegley | 2009-11-02 | 1 | -1/+0 |
* | Added "reported posts" into account xdata | John Wiegley | 2009-11-02 | 1 | -2/+4 |
* | Removed unnecessary forward declaration | John Wiegley | 2009-10-31 | 1 | -1/+0 |
* | Added serialization methods for most type | John Wiegley | 2009-10-30 | 1 | -0/+20 |
* | Renamed two methods, for consistency's sake | John Wiegley | 2009-10-27 | 1 | -2/+2 |
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -17/+18 |
* | Removed two invalid comments | John Wiegley | 2009-10-27 | 1 | -2/+0 |
* | Removed some dead code | John Wiegley | 2009-06-27 | 1 | -5/+2 |
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 1 | -1/+2 |
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 1 | -32/+17 |
* | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 1 | -9/+70 |
* | Don't compute running total for balance reports | John Wiegley | 2009-03-05 | 1 | -3/+4 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+0 |
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 1 | -12/+17 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -2/+1 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -1/+1 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -3/+3 |
* | Added a --strict session option | John Wiegley | 2009-02-19 | 1 | -1/+4 |
* | Added --flat option, to flatten the balance report | John Wiegley | 2009-02-17 | 1 | -1/+1 |
* | Only display a final balance total if necessary | John Wiegley | 2009-02-17 | 1 | -6/+6 |
* | Rewrote how the balance command displays accounts | John Wiegley | 2009-02-17 | 1 | -5/+8 |
* | Removed an unused extended account xdata flag | John Wiegley | 2009-02-16 | 1 | -5/+4 |
* | Sorting expr now uses "-" to indicate descending | John Wiegley | 2009-02-12 | 1 | -3/+4 |
* | Use the report's amount_expr everywhere that computes an xact's amount. | John Wiegley | 2009-02-09 | 1 | -1/+1 |
* | Moved get_partial_name from format.cc into account_t, where it belongs. | John Wiegley | 2009-02-08 | 1 | -0/+5 |