| Commit message (Expand) | Author | Age | Files | Lines |
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -2/+2 |
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -23/+15 |
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -55/+55 |
* | Corrected an error print in value.cc | John Wiegley | 2012-03-19 | 1 | -5/+3 |
* | Quieted several compiler warnings from Clang | John Wiegley | 2012-03-11 | 1 | -1/+1 |
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -8/+8 |
* | Allow balances to be passed to nail_down | John Wiegley | 2012-03-11 | 1 | -1/+1 |
* | Allow conversion of negative values with int() | John Wiegley | 2012-03-10 | 1 | -1/+1 |
* | Improved the behavior of -X | John Wiegley | 2012-03-09 | 1 | -13/+88 |
* | Allow valuation of sequences | John Wiegley | 2012-03-09 | 1 | -4/+9 |
* | Whitespace fix | John Wiegley | 2012-03-08 | 1 | -2/+2 |
* | Removed value_t::price and balance_t::price | John Wiegley | 2012-03-07 | 1 | -12/+0 |
* | Fixes to value_t to Python conversion | John Wiegley | 2012-03-01 | 1 | -0/+10 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Corrected behavior of >= and <= | John Wiegley | 2012-02-28 | 1 | -2/+2 |
* | Introduced a new SCOPE expression terminal | John Wiegley | 2012-02-20 | 1 | -1/+1 |
* | Removed unneeded default cases | John Wiegley | 2012-02-17 | 1 | -19/+1 |
* | Removed unneeded break statements | John Wiegley | 2012-02-17 | 1 | -6/+0 |
* | Added a missing case clause | John Wiegley | 2012-02-17 | 1 | -0/+1 |
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
* | value_t::print uses an output buffer now | John Wiegley | 2011-07-17 | 1 | -1/+5 |
* | Correct argument order for several exceptions | John Wiegley | 2011-07-17 | 1 | -9/+9 |
* | Balances and sequences can be compared to amounts | John Wiegley | 2010-06-22 | 1 | -16/+4 |
* | For value_t, use boost::any to refer to objects | John Wiegley | 2010-06-13 | 1 | -25/+20 |
* | Moved value_t::label() to value.cc | John Wiegley | 2010-06-13 | 1 | -0/+39 |
* | Improved support for value_t::in_place* functions | John Wiegley | 2010-06-13 | 1 | -36/+26 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -180/+180 |
* | Use ptr_deque for value_t::sequence_t | John Wiegley | 2010-06-10 | 1 | -3/+3 |
* | Errors involving value objects provide more context | John Wiegley | 2010-06-10 | 1 | -9/+40 |
* | In value_t::print, pass along display flags | John Wiegley | 2010-06-09 | 1 | -1/+1 |
* | A further simplification of -V and -X | John Wiegley | 2010-06-07 | 1 | -5/+4 |
* | amount_t::print and value_t::print now use flags | John Wiegley | 2010-06-07 | 1 | -16/+14 |
* | Value expression sequences are now comparable | John Wiegley | 2010-06-05 | 1 | -0/+28 |
* | Allow null values to be cast to int and string | John Wiegley | 2010-05-30 | 1 | -0/+19 |
* | Comparison of boolean values is now allowed | John Wiegley | 2010-05-30 | 1 | -0/+33 |
* | Corrected error message text to be consistent | John Wiegley | 2010-05-30 | 1 | -1/+1 |
* | Allow expr_t& to be passed in a value_t | John Wiegley | 2010-05-08 | 1 | -1/+30 |
* | Corrected a case for value < value | John Wiegley | 2010-03-06 | 1 | -1/+3 |
* | Change an exception test to a plain if | John Wiegley | 2010-03-05 | 1 | -4/+2 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Refactored some comparison helper classes | John Wiegley | 2010-02-05 | 1 | -1/+1 |
* | The Python web server now uses jQuery Tablesorter | John Wiegley | 2009-11-21 | 1 | -5/+12 |
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -3/+4 |
* | Allow ! and - operators on sequence values | John Wiegley | 2009-11-18 | 1 | -0/+14 |
* | Fixed several time and date duration type uses | John Wiegley | 2009-11-17 | 1 | -8/+14 |
* | Optimization in the formatting of string values | John Wiegley | 2009-11-14 | 1 | -1/+4 |
* | Stylistic change: assert(0) -> assert(false) | John Wiegley | 2009-11-13 | 1 | -1/+1 |
* | Added --date, similar to --account and --payee | John Wiegley | 2009-11-11 | 1 | -0/+6 |
* | Added floored() and in_place_floor() methods | John Wiegley | 2009-11-11 | 1 | -0/+25 |
* | Moving the #include of unistring.h into format.h | John Wiegley | 2009-11-10 | 1 | -1/+1 |