summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warningMartin Michlmayr2020-05-181-1/+1
* Revert "Compare price annotations using their textual rendering"Martin Michlmayr2020-05-181-3/+1
* Revert "Change --invert to invert displayed amounts and totals, not amounts"Martin Michlmayr2020-05-181-2/+1
* Fix some typosMartin Michlmayr2020-05-161-1/+1
* Fix: library path issueHenrik Pingel2020-05-131-0/+1
* Revert "Correction to the way parens are parsed in query expressions"John Wiegley2020-05-072-47/+9
* Improve conditional for exclusive optionsMartin Michlmayr2020-05-071-1/+1
* Ensure that apply directives have an argumentMartin Michlmayr2020-04-271-0/+2
* Fix buffer overflow when evaluating pricing dateSarah Jamie Lewis2020-04-271-0/+4
* Increase the error display text limitJohn Wiegley2020-04-261-1/+1
* Add two (for the moment undocumented) functions:John Wiegley2020-04-232-0/+25
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-054-7/+23
* Make explicit option a no-opCandyAngel2020-04-033-20/+3
* use built-in cmake precompiled header support when availableAndy Clayton2020-04-021-1/+11
* Look up annotated amounts within balances by their displayed nameJohn Wiegley2020-03-272-2/+35
* Compare price annotations using their textual renderingJohn Wiegley2020-03-271-1/+3
* Add an assertion to src/xact.ccJohn Wiegley2020-03-271-0/+2
* 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