summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.1.3Martin Michlmayr2019-03-313-5/+5
* Fix tag value parsingMichael Budde2019-03-303-1/+20
* Reject postings with comment after flagMichael Budde2019-03-303-1/+15
* Convert NEWS to MarkdownMartin Michlmayr2019-03-291-219/+231
* Convert NEWS to MarkdownMartin Michlmayr2019-03-291-0/+0
* Update NEWS for 3.1.3Martin Michlmayr2019-03-291-0/+10
* Merge pull request #1777 from GeorgLink/patch-2John Wiegley2019-03-231-0/+1
|\
| * add step $ ./acprep dependencies to INSTALL.mdGeorg J.P. Link2019-03-231-0/+1
* | Merge pull request #1779 from GeorgLink/patch-4John Wiegley2019-03-231-1/+1
|\ \
| * | fix "Income increases with credits"Georg J.P. Link2019-03-231-1/+1
| |/
* / fix typoGeorg J.P. Link2019-03-231-1/+1
|/
* fix typoGeorg J.P. Link2019-03-221-1/+1
* Explicitly sort when creating the equity reportJohn Wiegley2019-03-151-11/+11
* Greatly simplify balance_t::operator==John Wiegley2019-03-151-8/+1
* Switch amounts_map to std::unordered_mapJohn Wiegley2019-03-152-1/+2
* Remove the 'org' command, which was always a hack to begin withJohn Wiegley2019-03-158-340/+1
* Corrections to opt-lots.testJohn Wiegley2019-03-151-1495/+1495
* Change compare_by_commodity to return an integerJohn Wiegley2019-03-154-80/+108
* Further improvements to commodity sortingJohn Wiegley2019-03-151-4/+6
* Add more debugging information to compare_by_commodityJohn Wiegley2019-03-151-13/+41
* Merge pull request #1769 from alberto56/patch-2John Wiegley2019-03-051-0/+6
|\
| * Provide Docker information in READMEAlbert Albala2019-03-051-0/+6
|/
* Update date in manpageMartin Michlmayr2019-02-241-1/+1
* Mention ledger3 Texinfo manual in manpageMartin Michlmayr2019-02-241-0/+8
* Fix possible fail acprep make doctolva2019-02-081-1/+1
* Release 3.1.2Martin Michlmayr2019-02-053-22/+3
* Merge branch 'next' into release/3.1.2Martin Michlmayr2019-02-0581-698/+847
|\
| * Update NEWS for 3.1.2Martin Michlmayr2019-02-051-2/+2
| * Add back some whitespace for clarityJohn Wiegley2019-01-301-1/+1
| * Expose a new utility function for balances: sorted_amountsJohn Wiegley2019-01-302-9/+16
| * Update copyright statement for 2019Martin Michlmayr2019-01-303-4/+4
| * Merge pull request #1755 from scfc/add-travis-ci-setup-for-macosJohn Wiegley2019-01-293-4/+33
| |\
| | * Add Travis CI setup for macOS and homebrew-installed BoostTim Landscheidt2019-01-303-4/+33
| |/
| * Merge pull request #1752 from mbudde/gain-use-after-freeJohn Wiegley2019-01-282-0/+3
| |\
| | * Fix use-after-free when destroying filter chainMichael Budde2019-01-282-0/+3
| |/
| * Merge pull request #1751 from scfc/use-cmake-cxx-compiler-id-to-select-on-com...John Wiegley2019-01-272-4/+3
| |\
| | * Use CMAKE_CXX_COMPILER_ID for conditions based on compilerTim Landscheidt2019-01-262-4/+3
| |/
| * Add short option -f (for --file) to man pageJonas Meurer2019-01-261-1/+1
| * Fix possible stack overflow in option parsing routineMartin Michlmayr2019-01-263-0/+15
| * Fix possible stack overflow in date parsing routineMichael Budde2019-01-263-1/+15
| * Merge pull request #1657 from nagakiran/timelog-checkin-multiple-accounts-at-...John Wiegley2019-01-251-1/+1
| |\
| | * Timelog: Not able to check-in to multiple accounts at a timeNaga Kiran2018-06-251-1/+1
| * | Merge pull request #1726 from scfc/compile-strptime-only-on-windowsJohn Wiegley2019-01-252-5/+12
| |\ \
| | * | Compile strptime.cc only on WindowsTim Landscheidt2019-01-162-5/+12
| * | | Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49John Wiegley2019-01-257-62/+4
| |\ \ \
| | * | | Drop conditionals for Boost earlier than 1.49Tim Landscheidt2019-01-177-64/+6
| * | | | Merge pull request #1742 from scfc/rephrase-boost-build-matrixJohn Wiegley2019-01-253-96/+29
| |\ \ \ \
| | * | | | Use build matrix to specify Boost versions for Travis CITim Landscheidt2019-01-223-45/+29
| | * | | | Remove broken and disabled Travis CI configurationsTim Landscheidt2019-01-223-51/+0
| * | | | | Merge pull request #1743 from scfc/move-garbage-dat-to-test-using-itJohn Wiegley2019-01-253-32/+32
| |\ \ \ \ \