| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for --hashes=sha512_256 as another algorithm | John Wiegley | 2024-08-05 | 1 | -3/+3 |
* | --hashes option requires an argument to specify the algorithm | John Wiegley | 2024-08-05 | 1 | -4/+4 |
* | Add support for hash chaining to detect modifications in postings | John Wiegley | 2024-08-05 | 1 | -3/+6 |
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
* | Make explicit option a no-op | CandyAngel | 2020-04-03 | 1 | -2/+3 |
* | Revert "Use an std::set instead of an std::list to store the the journal file... | John Wiegley | 2018-06-18 | 1 | -2/+2 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
* | Use an std::set instead of an std::list to store the the journal file paths | Johannes Loher | 2017-12-29 | 1 | -2/+2 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
* | Item sorting should have access to the report scope | John Wiegley | 2017-01-04 | 1 | -3/+3 |
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
* | Re-indent some code that was indented incorrectly | John Wiegley | 2015-07-30 | 1 | -41/+42 |
* | [ledger] Remove --cache option | Alexis Hildebrandt | 2015-02-18 | 1 | -19/+1 |
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
* | Improve Embedded Python Support | ELIPTUS | 2014-11-12 | 1 | -0/+5 |
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 1 | -3/+3 |
* | The option --permissive now quiets balance assertions | John Wiegley | 2014-04-13 | 1 | -7/+9 |
* | Adding option --no-aliases to completely disable alias expansion | Peter Feigl | 2014-02-26 | 1 | -0/+5 |
* | Adding option --recursive-aliases, adding documentation to man-page and manual | Peter Feigl | 2014-02-26 | 1 | -0/+6 |
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Fixed problem finding the default priced file. | Craig Earls | 2013-01-29 | 1 | -7/+8 |
* | Merge pull request #107 from afh/pull/time_colon | John Wiegley | 2013-01-29 | 1 | -1/+3 |
|\ |
|
| * | Add --time-colon option | Alexis Hildebrandt | 2012-11-10 | 1 | -1/+3 |
* | | Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif... | Craig Earls | 2013-01-29 | 1 | -1/+5 |
* | | change handling of standard input | Johann Klähn | 2013-01-17 | 1 | -1/+1 |
* | | Revert "fix bug 788: behaviour of source_context for '-f -'" | John Wiegley | 2013-01-16 | 1 | -1/+0 |
* | | fix bug 788: behaviour of source_context for '-f -' | Johann Klähn | 2013-01-15 | 1 | -0/+1 |
|/ |
|
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -4/+4 |
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -2/+2 |
* | Added option --day-break | John Wiegley | 2012-03-17 | 1 | -0/+3 |
* | Fixed options processing of --value-expr | John Wiegley | 2012-03-09 | 1 | -2/+5 |
* | Added --value-expr option | John Wiegley | 2012-03-09 | 1 | -0/+2 |
* | Added int and str value expression functions | John Wiegley | 2012-03-09 | 1 | -0/+19 |
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 1 | -0/+2 |
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -3/+36 |
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -6/+25 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | --explicit wasn't being handled correctly | John Wiegley | 2012-02-27 | 1 | -1/+3 |
* | Added --check-payees option | John Wiegley | 2012-02-27 | 1 | -0/+3 |
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 1 | -0/+13 |
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -1/+2 |
* | Increase display precision of hours to 2 places | John Wiegley | 2010-12-12 | 1 | -1/+1 |
* | Transactions no longer needed for budget/forecast | John Wiegley | 2010-06-20 | 1 | -4/+6 |
* | Added initial implementation of lot_*() functions | John Wiegley | 2010-06-14 | 1 | -1/+34 |
* | Revised how Ledger handles the "current year" | John Wiegley | 2010-06-14 | 1 | -3/+1 |
* | Restored min() and max() virtual functions | John Wiegley | 2010-06-13 | 1 | -0/+18 |
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -4/+3 |