| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gain/loss posting based on a virtual should also be | John Wiegley | 2010-06-10 | 1 | -1/+6 |
* | Allow fixated costs, as well as prices | John Wiegley | 2010-06-10 | 1 | -0/+6 |
* | Fixed minor rounding issue with priced commodities | John Wiegley | 2010-06-09 | 1 | -4/+6 |
* | Simplified some debug code | John Wiegley | 2010-06-06 | 1 | -4/+2 |
* | Allow opt -NDEBUG build to complete without warnings | John Wiegley | 2010-06-04 | 1 | -0/+2 |
* | Empty notes and tags now return null values | John Wiegley | 2010-05-30 | 1 | -1/+1 |
* | A minor fix to transaction auto-balancing | John Wiegley | 2010-05-22 | 1 | -45/+40 |
* | Interpolate uses of $account in automated postings | John Wiegley | 2010-05-22 | 1 | -2/+8 |
* | Added any() and all() value expression macros | John Wiegley | 2010-05-08 | 1 | -0/+38 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -2/+2 |
* | Abstracted an sha1sum() function | John Wiegley | 2010-03-06 | 1 | -6/+1 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -6/+7 |
* | Changed a use of balance_error to amount_error | John Wiegley | 2009-11-14 | 1 | -1/+1 |
* | Memoize results from the fast predicate matcher | John Wiegley | 2009-11-14 | 1 | -1/+16 |
* | Spot optimization for simple automated xact exprs | John Wiegley | 2009-11-14 | 1 | -2/+65 |
* | Added has_xdata() methods for journal_t and xact_t | John Wiegley | 2009-11-12 | 1 | -0/+9 |
* | Transactions now verified after applying auto xacts | John Wiegley | 2009-11-11 | 1 | -0/+57 |
* | Automated postings defer amount expression calculation | John Wiegley | 2009-11-11 | 1 | -18/+29 |
* | Fixed automated posts not appearing in bal reports | John Wiegley | 2009-11-10 | 1 | -0/+1 |
* | Fix for automated amount multipliers and null amounts | John Wiegley | 2009-11-09 | 1 | -1/+3 |
* | XML reporting now works via the "xml" command | John Wiegley | 2009-11-09 | 1 | -0/+59 |
* | Renamed journal_t::basket to bucket | John Wiegley | 2009-11-07 | 1 | -2/+2 |
* | Report sought magnitude when balancing errors occur | John Wiegley | 2009-11-05 | 1 | -15/+17 |
* | Moved xdata clearing code into each type proper | John Wiegley | 2009-11-05 | 1 | -0/+7 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -2/+6 |
* | Fixed copy constructors for transactions | John Wiegley | 2009-11-01 | 1 | -2/+2 |
* | Removed excessive validity check from xact_t::valid | John Wiegley | 2009-11-01 | 1 | -4/+0 |
* | Fix to xact_t::valid() | John Wiegley | 2009-11-01 | 1 | -1/+1 |
* | Removed most #if 0 blocks and callout comments | John Wiegley | 2009-10-31 | 1 | -4/+0 |
* | Add a position_t object for tracking item positions | John Wiegley | 2009-10-30 | 1 | -2/+2 |
* | Added some additional assertion tests re: temps | John Wiegley | 2009-10-28 | 1 | -4/+11 |
* | Support balancing of postings with integer amounts | John Wiegley | 2009-10-27 | 1 | -1/+6 |
* | Use the WRITTEN date format for idstrings | John Wiegley | 2009-10-27 | 1 | -1/+1 |
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -1/+1 |
* | Made the id function available in post contexts | John Wiegley | 2009-10-27 | 1 | -19/+35 |
* | New valexpr functions: id, idstring, magnitude | John Wiegley | 2009-10-25 | 1 | -0/+39 |
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 1 | -3/+4 |
* | Fixes to the 'xact' command (used to be 'entry') | John Wiegley | 2009-06-19 | 1 | -2/+8 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 1 | -10/+6 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+2 |
* | Cured several harmless compiler warnings | John Wiegley | 2009-03-04 | 1 | -0/+4 |
* | Changed many assert() calls to VERIFY() | John Wiegley | 2009-03-04 | 1 | -1/+1 |
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 1 | -2/+4 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -1/+2 |
* | Changed "priced" to "cost_calculated" for clarity | John Wiegley | 2009-02-27 | 1 | -3/+3 |
* | Fixed bugs relating to sign and rounding of costs | John Wiegley | 2009-02-27 | 1 | -7/+13 |
* | Fixed the way item state is parsed and managed | John Wiegley | 2009-02-27 | 1 | -16/+7 |
* | Print more context if an automated xact fails | John Wiegley | 2009-02-26 | 1 | -0/+9 |