| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Bug 634 Added roundto function, optimized floor and ceiling | Craig Earls | 2013-01-30 | 1 | -0/+7 |
* | Bug 634 and 488, Corrected behavior of floor, and added ceiling | Craig Earls | 2012-10-25 | 1 | -0/+9 |
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -1/+1 |
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -2/+2 |
* | Never price commodities using annotated commodities | John Wiegley | 2012-03-30 | 1 | -0/+9 |
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -4/+4 |
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -3/+5 |
* | Added amount_t::commodity_ptr() | John Wiegley | 2012-03-09 | 1 | -0/+1 |
* | Made amount_t::price return an optional<amount_t> | John Wiegley | 2012-03-07 | 1 | -1/+1 |
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -1/+6 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -2/+2 |
* | Minor simplifications to valexpr parser | John Wiegley | 2010-09-05 | 1 | -1/+1 |
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -2/+2 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -12/+12 |
* | New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTES | John Wiegley | 2010-06-09 | 1 | -0/+1 |
* | A further simplification of -V and -X | John Wiegley | 2010-06-07 | 1 | -2/+1 |
* | amount_t::print and value_t::print now use flags | John Wiegley | 2010-06-07 | 1 | -1/+7 |
* | A little bit of code cleanup | John Wiegley | 2010-06-04 | 1 | -2/+1 |
* | Minor optimization of amount_t::operator* | John Wiegley | 2010-06-03 | 1 | -1/+4 |
* | Optimized amount_t::in_place_truncate | John Wiegley | 2010-05-26 | 1 | -3/+1 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Added string conversion op for amounts and balances | John Wiegley | 2009-11-20 | 1 | -0/+3 |
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -5/+1 |
* | Added floored() and in_place_floor() methods | John Wiegley | 2009-11-11 | 1 | -0/+9 |
* | XML reporting now works via the "xml" command | John Wiegley | 2009-11-09 | 1 | -1/+2 |
* | Added basic foundation for XML reporting | John Wiegley | 2009-11-09 | 1 | -0/+2 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -10/+15 |
* | Whitespace fix | John Wiegley | 2009-11-04 | 1 | -1/+1 |
* | Added serialization methods for most type | John Wiegley | 2009-10-30 | 1 | -0/+10 |
* | Restored --price option, added baseline test | John Wiegley | 2009-06-26 | 1 | -0/+2 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -0/+2 |
* | Gave round/unround/truncate all in_place_ variants | John Wiegley | 2009-02-27 | 1 | -4/+19 |
* | Added a truncated() method for amounts and values | John Wiegley | 2009-02-26 | 1 | -0/+6 |
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -1/+2 |
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -3/+3 |
* | Removed an unnecessary assert | John Wiegley | 2009-02-19 | 1 | -1/+0 |
* | Moved amount_t::right_justify to simply ::justify | John Wiegley | 2009-02-19 | 1 | -1/+0 |
* | Made (un)reduce rvalue methods more consistent | John Wiegley | 2009-02-12 | 1 | -2/+2 |
* | Properly handle UTF-8 characters in commodity strings. | John Wiegley | 2009-02-12 | 1 | -0/+1 |
* | amount_t::in_place_* now returns void. Added value_t::unreduce. | John Wiegley | 2009-02-07 | 1 | -3/+3 |
* | Fixed some #include ordering issues. | John Wiegley | 2009-02-07 | 1 | -14/+0 |
* | Whitespace fix. | John Wiegley | 2009-02-07 | 1 | -3/+2 |
* | Only initialize the amount_t module if it hasn't been already. | John Wiegley | 2009-02-06 | 1 | -0/+2 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -69/+45 |
* | Removed unneeded member variables. | John Wiegley | 2009-02-04 | 1 | -2/+0 |
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 1 | -45/+0 |
* | Added documentation stubs for all include files and classes. | John Wiegley | 2009-01-31 | 1 | -1/+1 |
* | Added a more efficient amount_t::operator==, which changed semantics slightly. | John Wiegley | 2009-01-31 | 1 | -6/+0 |