| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ledger xml output, remove ledger json command | Johann Klähn | 2013-03-08 | 1 | -28/+15 |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -59/+34 |
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -3/+3 |
* | Whitespace fix | John Wiegley | 2012-04-04 | 1 | -16/+13 |
* | Never output calculate commodity valuation expressions | John Wiegley | 2012-03-20 | 1 | -0/+1 |
* | Access to checkin/checkout of timelog entries | John Wiegley | 2012-03-13 | 1 | -1/+12 |
* | Added "price" value expression for posts | John Wiegley | 2012-03-07 | 1 | -0/+11 |
* | Added parsing support for the many value directives | John Wiegley | 2012-03-07 | 1 | -0/+38 |
* | Guarded a call to add_or_set_value | John Wiegley | 2012-03-05 | 1 | -1/+2 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -12/+12 |
* | The "id" of an item now maps to its UUID | John Wiegley | 2012-02-27 | 1 | -10/+0 |
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -3/+3 |
* | Fixes for variable shadowing (21/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
* | Fixes for variable shadowing (20/28) | John Wiegley | 2012-02-17 | 1 | -3/+3 |
* | Do not evaluate strings as booleans | John Wiegley | 2012-02-11 | 1 | -2/+2 |
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -2/+2 |
* | Whitespace corrections | John Wiegley | 2011-02-10 | 1 | -5/+5 |
* | has_tag and get_tag now take an 'inherit' parameter | John Wiegley | 2010-06-18 | 1 | -8/+10 |
* | Individual postings may each have their own payee | John Wiegley | 2010-06-17 | 1 | -1/+9 |
* | Report error context in expressions more precisely | John Wiegley | 2010-06-13 | 1 | -4/+8 |
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -53/+45 |
* | Expression evaluations now have a "type context" | John Wiegley | 2010-06-13 | 1 | -28/+12 |
* | Added a new scope_value() inline helper function | John Wiegley | 2010-06-13 | 1 | -2/+2 |
* | account(NAME) function can lookup account objects | John Wiegley | 2010-06-13 | 1 | -1/+16 |
* | Improved value expression function 'commodity' | John Wiegley | 2010-06-12 | 1 | -8/+15 |
* | Store metadata values as value_t instead of string | John Wiegley | 2010-06-12 | 1 | -6/+6 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -68/+68 |
* | Fixed interaction with -V/X and grouped postings | John Wiegley | 2010-06-09 | 1 | -0/+17 |
* | Empty notes and tags now return null values | John Wiegley | 2010-05-30 | 1 | -4/+8 |
* | Created new valexpr variable display_account | John Wiegley | 2010-05-22 | 1 | -8/+24 |
* | Changed the report generated by the csv command | John Wiegley | 2010-05-22 | 1 | -2/+12 |
* | Added account_id and xact_id valexpr vars for posts | John Wiegley | 2010-05-18 | 1 | -0/+36 |
* | Added any() and all() value expression macros | John Wiegley | 2010-05-08 | 1 | -0/+48 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -2/+2 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Some minor refactoring of the textual parser | John Wiegley | 2010-02-05 | 1 | -0/+14 |
* | Added actual_date() methods for items | John Wiegley | 2010-02-05 | 1 | -0/+12 |
* | Added historical support for single-letter valexprs | John Wiegley | 2009-11-14 | 1 | -2/+26 |
* | Moving the #include of unistring.h into format.h | John Wiegley | 2009-11-10 | 1 | -1/+0 |
* | Whitespace fix | John Wiegley | 2009-11-10 | 1 | -4/+4 |
* | Fixes to the value expression parser and evaluator | John Wiegley | 2009-11-10 | 1 | -18/+19 |
* | account_amount() is now account().amount | John Wiegley | 2009-11-10 | 1 | -37/+39 |
* | XML reporting now works via the "xml" command | John Wiegley | 2009-11-09 | 1 | -0/+95 |
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -1/+1 |
* | If a posting's amount is null, return 0L | John Wiegley | 2009-11-05 | 1 | -0/+6 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -2/+6 |
* | Added "reported posts" into account xdata | John Wiegley | 2009-11-02 | 1 | -0/+6 |
* | A posting's note includes its parent xact's note | John Wiegley | 2009-11-01 | 1 | -0/+11 |