Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 3 | -14/+36 |
|\ | |||||
| * | Merge pull request #216 from johannesgerer/master | John Wiegley | 2015-08-04 | 2 | -14/+32 |
| |\ | |||||
| | * | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 1 | -0/+4 |
| | * | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 2 | -29/+29 |
| | * | first try for implementing --depth for register | johannes@debussy | 2013-11-05 | 2 | -25/+39 |
| * | | Merge pull request #317 from tripun/code_coverage | John Wiegley | 2015-08-04 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | add case for addition to void | tripun | 2014-08-18 | 1 | -0/+4 |
* | | | | Re-indent some code that was indented incorrectly | John Wiegley | 2015-07-30 | 1 | -41/+42 |
* | | | | [cmake] Use CMAKE_SYSTEM_NAME to test the platform. | Alexis Hildebrandt | 2015-07-28 | 1 | -2/+2 |
* | | | | Merge pull request #416 from tdsmith/python-exec-link | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | link ledger executable to Python | Tim D. Smith | 2015-05-09 | 1 | -0/+3 |
* | | | | | fix build for boost 1.58 | Johann Klähn | 2015-07-28 | 2 | -2/+2 |
* | | | | | Convert boost::optional objects to bool explicitly. | Jonathan Wakely | 2015-07-27 | 5 | -21/+5 |
* | | | | | enable access to item's position in python bindings | Johann Klähn | 2015-06-09 | 1 | -2/+12 |
* | | | | | Revert "boost::none_t no longer convertible from literal 0 in 1.58" | John Wiegley | 2015-05-17 | 5 | -5/+21 |
* | | | | | Revert "fix build for boost 1.58" | John Wiegley | 2015-05-17 | 2 | -2/+2 |
* | | | | | fix build for boost 1.58 | Johann Klähn | 2015-05-10 | 2 | -2/+2 |
* | | | | | boost::none_t no longer convertible from literal 0 in 1.58 | Johann Klähn | 2015-05-10 | 5 | -21/+5 |
|/ / / / | |||||
* | | | | Add a --no-revalued option | John Wiegley | 2015-05-05 | 2 | -0/+5 |
* | | | | Use ./.ledgerrc if ~/.ledgerrc doesn't exist | David Sklar | 2015-04-27 | 1 | -4/+7 |
* | | | | Fix clang compile error (FreeBSD 10). | Ilya T | 2015-03-13 | 2 | -7/+9 |
* | | | | Merge pull request #396 from thdox/auto-match | Alexis Hildebrandt | 2015-02-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix sorting for option --auto-match. | thdox | 2015-02-22 | 1 | -1/+1 |
* | | | | | Fix alignment of cleared-format with 4 spaces as separator. | thdox | 2015-02-23 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | [ledger] Remove --cache option | Alexis Hildebrandt | 2015-02-18 | 26 | -1222/+1 |
* | | | | [ledger] Remove --full-help option | Alexis Hildebrandt | 2015-02-18 | 2 | -4/+0 |
* | | | | [fix] Make trim function trim trailing whitespace | Alexis Hildebrandt | 2015-01-20 | 1 | -2/+2 |
* | | | | Add pre-release info to --version output | Alexis Hildebrandt | 2015-01-20 | 2 | -0/+3 |
* | | | | [cmake] Minor cleanup | Alexis Hildebrandt | 2015-01-20 | 1 | -1/+5 |
* | | | | Fix typo | Alexis Hildebrandt | 2015-01-15 | 1 | -1/+1 |
* | | | | Fix -i short-option for --init-file | Alexis Hildebrandt | 2015-01-15 | 1 | -1/+1 |
* | | | | [doc] Add CheckTests to ctest | Alexis Hildebrandt | 2015-01-15 | 2 | -6/+0 |
|/ / / | |||||
* | | | merge double fix + make changes minimalistic | Hans Erik van Elburg | 2015-01-04 | 1 | -12/+8 |
* | | | also added cygwin tweak to src/CMakeLists.txt | Hans Erik van Elburg | 2015-01-03 | 1 | -2/+12 |
* | | | Bugfix 1038: empty reg report for this month period | Alexis Hildebrandt | 2014-12-29 | 1 | -0/+5 |
* | | | Improve error handling when parsing year directives | Alexis Hildebrandt | 2014-12-28 | 1 | -9/+14 |
* | | | Fix plain year directive | Alexis Hildebrandt | 2014-12-28 | 1 | -0/+7 |
* | | | Use same license text formatting in source files | Alexis Hildebrandt | 2014-12-27 | 3 | -6/+6 |
* | | | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 128 | -129/+129 |
* | | | Correct no-python error messages | Alexis Hildebrandt | 2014-12-25 | 1 | -2/+2 |
* | | | Fix crash when using --trace 10 or above | Alexis Hildebrandt | 2014-12-23 | 3 | -3/+3 |
* | | | Fix crash when using -M with empty result | Alexis Hildebrandt | 2014-12-16 | 1 | -1/+1 |
* | | | Fix off by one error in textual.cc | Adrian Lang | 2014-12-11 | 1 | -1/+1 |
* | | | support date as well as datetime in Balance.value() | Christophe Rhodes | 2014-12-01 | 1 | -0/+6 |
* | | | Improve Embedded Python Support | ELIPTUS | 2014-11-12 | 5 | -3/+35 |
* | | | make --columns default to terminal width, as returned by ioctl() | Stefano Zacchiroli | 2014-10-13 | 3 | -0/+19 |
* | | | Add ISO 8601 date as recognized date string | Martin Michlmayr | 2014-10-02 | 1 | -0/+1 |
* | | | Fix period expression parsing for month to month without year | Martin Michlmayr | 2014-10-02 | 1 | -2/+1 |
* | | | minor spelling fixes | Carlos E. Garcia | 2014-09-15 | 1 | -1/+1 |
* | | | "mispelled" was misspelled | Joseph Mornin | 2014-09-08 | 1 | -1/+1 |