| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch amounts_map to std::unordered_map | John Wiegley | 2019-03-15 | 2 | -1/+2 |
* | Remove the 'org' command, which was always a hack to begin with | John Wiegley | 2019-03-15 | 8 | -340/+1 |
* | Corrections to opt-lots.test | John Wiegley | 2019-03-15 | 1 | -1495/+1495 |
* | Change compare_by_commodity to return an integer | John Wiegley | 2019-03-15 | 4 | -80/+108 |
* | Further improvements to commodity sorting | John Wiegley | 2019-03-15 | 1 | -4/+6 |
* | Add more debugging information to compare_by_commodity | John Wiegley | 2019-03-15 | 1 | -13/+41 |
* | Merge pull request #1769 from alberto56/patch-2 | John Wiegley | 2019-03-05 | 1 | -0/+6 |
|\ |
|
| * | Provide Docker information in README | Albert Albala | 2019-03-05 | 1 | -0/+6 |
|/ |
|
* | Update date in manpage | Martin Michlmayr | 2019-02-24 | 1 | -1/+1 |
* | Mention ledger3 Texinfo manual in manpage | Martin Michlmayr | 2019-02-24 | 1 | -0/+8 |
* | Fix possible fail acprep make doc | tolva | 2019-02-08 | 1 | -1/+1 |
* | Release 3.1.2 | Martin Michlmayr | 2019-02-05 | 3 | -22/+3 |
* | Merge branch 'next' into release/3.1.2 | Martin Michlmayr | 2019-02-05 | 81 | -698/+847 |
|\ |
|
| * | Update NEWS for 3.1.2 | Martin Michlmayr | 2019-02-05 | 1 | -2/+2 |
| * | Add back some whitespace for clarity | John Wiegley | 2019-01-30 | 1 | -1/+1 |
| * | Expose a new utility function for balances: sorted_amounts | John Wiegley | 2019-01-30 | 2 | -9/+16 |
| * | Update copyright statement for 2019 | Martin Michlmayr | 2019-01-30 | 3 | -4/+4 |
| * | Merge pull request #1755 from scfc/add-travis-ci-setup-for-macos | John Wiegley | 2019-01-29 | 3 | -4/+33 |
| |\ |
|
| | * | Add Travis CI setup for macOS and homebrew-installed Boost | Tim Landscheidt | 2019-01-30 | 3 | -4/+33 |
| |/ |
|
| * | Merge pull request #1752 from mbudde/gain-use-after-free | John Wiegley | 2019-01-28 | 2 | -0/+3 |
| |\ |
|
| | * | Fix use-after-free when destroying filter chain | Michael Budde | 2019-01-28 | 2 | -0/+3 |
| |/ |
|
| * | Merge pull request #1751 from scfc/use-cmake-cxx-compiler-id-to-select-on-com... | John Wiegley | 2019-01-27 | 2 | -4/+3 |
| |\ |
|
| | * | Use CMAKE_CXX_COMPILER_ID for conditions based on compiler | Tim Landscheidt | 2019-01-26 | 2 | -4/+3 |
| |/ |
|
| * | Add short option -f (for --file) to man page | Jonas Meurer | 2019-01-26 | 1 | -1/+1 |
| * | Fix possible stack overflow in option parsing routine | Martin Michlmayr | 2019-01-26 | 3 | -0/+15 |
| * | Fix possible stack overflow in date parsing routine | Michael Budde | 2019-01-26 | 3 | -1/+15 |
| * | Merge pull request #1657 from nagakiran/timelog-checkin-multiple-accounts-at-... | John Wiegley | 2019-01-25 | 1 | -1/+1 |
| |\ |
|
| | * | Timelog: Not able to check-in to multiple accounts at a time | Naga Kiran | 2018-06-25 | 1 | -1/+1 |
| * | | Merge pull request #1726 from scfc/compile-strptime-only-on-windows | John Wiegley | 2019-01-25 | 2 | -5/+12 |
| |\ \ |
|
| | * | | Compile strptime.cc only on Windows | Tim Landscheidt | 2019-01-16 | 2 | -5/+12 |
| * | | | Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49 | John Wiegley | 2019-01-25 | 7 | -62/+4 |
| |\ \ \ |
|
| | * | | | Drop conditionals for Boost earlier than 1.49 | Tim Landscheidt | 2019-01-17 | 7 | -64/+6 |
| * | | | | Merge pull request #1742 from scfc/rephrase-boost-build-matrix | John Wiegley | 2019-01-25 | 3 | -96/+29 |
| |\ \ \ \ |
|
| | * | | | | Use build matrix to specify Boost versions for Travis CI | Tim Landscheidt | 2019-01-22 | 3 | -45/+29 |
| | * | | | | Remove broken and disabled Travis CI configurations | Tim Landscheidt | 2019-01-22 | 3 | -51/+0 |
| * | | | | | Merge pull request #1743 from scfc/move-garbage-dat-to-test-using-it | John Wiegley | 2019-01-25 | 3 | -32/+32 |
| |\ \ \ \ \ |
|
| | * | | | | | Move garbage-input.dat to test case using it | Tim Landscheidt | 2019-01-22 | 3 | -32/+32 |
| | |/ / / / |
|
| * | | | | | Merge pull request #1744 from scfc/do-not-set-dependencies-for-target-check | John Wiegley | 2019-01-25 | 2 | -7/+0 |
| |\ \ \ \ \ |
|
| | * | | | | | Do not set dependencies for target check | Tim Landscheidt | 2019-01-22 | 2 | -7/+0 |
| | |/ / / / |
|
| * | | | | | Merge pull request #1745 from mbudde/ignore-null-deferred-postings | John Wiegley | 2019-01-25 | 3 | -3/+13 |
| |\ \ \ \ \ |
|
| | * | | | | | Ignore null deferred postings | Michael Budde | 2019-01-23 | 3 | -3/+13 |
| | |/ / / / |
|
| * | | | | | Expose post_t::given_cost over python | Christoph Dittmann | 2019-01-25 | 1 | -0/+5 |
| * | | | | | Drop support for gcc 2 and earlier | Tim Landscheidt | 2019-01-25 | 14 | -97/+65 |
| * | | | | | Remove workaround for isspace() on FreeBSD 4 and earlier | Tim Landscheidt | 2019-01-25 | 1 | -5/+0 |
| * | | | | | Add tzdata to build dependencies for Ubuntu | Tim Landscheidt | 2019-01-25 | 3 | -4/+6 |
| * | | | | | Quick nitpick styling change/enhancement | Gonzalo Rizzo | 2019-01-25 | 1 | -6/+6 |
| |/ / / / |
|
| * | | | | Use standard GCC in Travis CI | Tim Landscheidt | 2019-01-19 | 1 | -7/+0 |
| * | | | | Merge pull request #1735 from scfc/remove-code-related-to-boost-facets | John Wiegley | 2019-01-17 | 2 | -82/+2 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Remove unused development code related to USE_BOOST_FACETS | Tim Landscheidt | 2019-01-17 | 2 | -82/+2 |
| |/ / / |
|
| * | | | Merge pull request #1733 from pascalfleury/ubuntu_deps_update | John Wiegley | 2019-01-17 | 2 | -49/+44 |
| |\ \ \ |
|