summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simple whitespace fixJohn Wiegley2020-03-271-1/+1
* py3: ensure python output is not lostAndy Clayton2020-03-261-0/+5
* py3: fix builtin ledger module for python commandAndy Clayton2020-03-261-13/+10
* fix python3 command (argv) wchar_t conversionAndy Clayton2020-03-261-4/+6
* Specify namespace of uintmax_takater2020-03-033-6/+6
* fix #1850: segfault when using ledger printTobias Pankrath2020-01-081-1/+1
* Add --averaged-lot-pricesJohn Wiegley2019-12-064-0/+81
* Port to python3Dimitri John Ledkov2019-12-058-17/+63
* Modernize CMake using backported FindPython module.Dimitri John Ledkov2019-12-051-14/+5
* Format annotations using format that can be parsedOleg Bulatov2019-11-272-1/+3
* Correction to the way parens are parsed in query expressionsJohn Wiegley2019-09-172-9/+47
* Remove know-ification of elements due to post stateCandyAngel2019-08-271-20/+0
* Switch from using utf8::is_bom to utf8::starts_with_bomJohn Wiegley2019-08-181-1/+3
* option: fix typo in error messageChristian Dietrich2019-08-011-1/+1
* Remove an unneeded commentJohn Wiegley2019-07-051-9/+0
* Change --invert to invert displayed amounts and totals, not amountsJohn Wiegley2019-07-051-1/+2
* Add support for '%F' date format specifierMichael Budde2019-04-021-7/+7
* Remove dead codeMichael Budde2019-04-021-9/+0
* Fix tag value parsingMichael Budde2019-03-301-1/+1
* Reject postings with comment after flagMichael Budde2019-03-301-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-155-305/+0
* 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
* 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-301-2/+2
* Add Travis CI setup for macOS and homebrew-installed BoostTim Landscheidt2019-01-301-1/+3
* Fix use-after-free when destroying filter chainMichael Budde2019-01-281-0/+1
* Use CMAKE_CXX_COMPILER_ID for conditions based on compilerTim Landscheidt2019-01-261-2/+2
* Fix possible stack overflow in option parsing routineMartin Michlmayr2019-01-261-0/+5
* Fix possible stack overflow in date parsing routineMichael Budde2019-01-261-1/+3
* 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 #1745 from mbudde/ignore-null-deferred-postingsJohn Wiegley2019-01-251-3/+5
|\ \ \ \
| * | | | Ignore null deferred postingsMichael Budde2019-01-231-3/+5
* | | | | Expose post_t::given_cost over pythonChristoph Dittmann2019-01-251-0/+5
* | | | | Drop support for gcc 2 and earlierTim Landscheidt2019-01-2514-97/+65
* | | | | Remove workaround for isspace() on FreeBSD 4 and earlierTim Landscheidt2019-01-251-5/+0
|/ / / /
* / / / Remove unused development code related to USE_BOOST_FACETSTim Landscheidt2019-01-172-82/+2
|/ / /
* / / Fix some boost format stringsTommi Komulainen2019-01-172-4/+4
|/ /
* | Fix parsing issue involving effective datesMartin Michlmayr2019-01-151-1/+1
* | Merge branch 'next' into move-have-editJohn Wiegley2019-01-147-22/+9
|\ \