summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for issue #2205Martin Michlmayr2023-03-032-0/+31
* Do not perform commodity reduction when parsing a format directiveJohn Wiegley2023-03-031-3/+5
* doc: Fix texinfo invalid previous node referenceAlexis Hildebrandt2023-02-211-1/+1
* Enforce use of non-deprecated boost::filesystem APIAlexis Hildebrandt2023-02-202-1/+5
* Fix compiler warningsAlexis Hildebrandt2023-02-202-1/+5
* Remove unused server related codeAlexis Hildebrandt2023-02-203-50/+0
* Add info about compile features to --versionAlexis Hildebrandt2023-02-141-0/+9
* docs: Standardise spellingAlexis Hildebrandt2023-02-141-8/+8
* Mention that some Ledger features require PythonAlexis Hildebrandt2023-02-141-0/+3
* Update urls in README to httpsAlexis Hildebrandt2023-02-141-21/+25
* Bump Python version in READMEAlexis Hildebrandt2023-02-141-1/+1
* Format markdown table in READMEAlexis Hildebrandt2023-02-141-13/+13
* Update flake.nix to match nixpkgs ledger/default.nixAlexis Hildebrandt2023-02-141-22/+29
* Cross reference Auxiliary and Effective dates sectionsAlexis Hildebrandt2023-02-091-5/+13
* Release 3.3.0Martin Michlmayr2023-02-083-5/+5
* Update NEWSMartin Michlmayr2023-02-081-0/+25
* docs: move section "Payee metadata tag"Alexis Hildebrandt2023-02-081-49/+50
* docs: Specify regex dialect used by ledgerAlexis Hildebrandt2023-02-082-4/+4
* Add test/baseline/cmd-stats1.testJohn Wiegley2023-02-061-0/+24
* When a post has no date at all, default to the current dateJohn Wiegley2023-02-061-2/+4
* doc: Clarify evaluation of balance assertsions or assignmentsAlexis Hildebrandt2023-02-041-2/+8
* Update copyright yearAlexis Hildebrandt2023-02-02127-128/+128
* acprep: Replace deprecated getargspec with getfullargspecAlexis Hildebrandt2023-02-011-4/+1
* Updated lib/utfcppAlexis Hildebrandt2023-02-0129-157/+2769
* Update flake.lockAlexis Hildebrandt2023-02-011-3/+3
* Fix deprecation warningsAlexis Hildebrandt2023-02-011-14/+18
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-0117-30/+0
* Remove support for Python 2.xAlexis Hildebrandt2023-02-018-356/+15
* Remove Python 2 references from .travis.ymlAlexis Hildebrandt2023-02-011-2/+0
* Minor cosmetic changesAlexis Hildebrandt2023-02-012-4/+4
* Sort 786A3DD0.test chronologically by dateAlexis Hildebrandt2023-02-011-1/+1
* Attempt to fix Linux CI failureAlexis Hildebrandt2023-02-011-1/+1
* Rerun failed tests with outputAlexis Hildebrandt2023-02-011-1/+1
* Update checkout action to Node.js 16Alexis Hildebrandt2023-02-011-1/+1
* If the amount-width has not been set, use the old default of 20John Wiegley2023-01-272-3/+10
* Use amount_width for balance reportVladimir Parfinenko2023-01-271-3/+3
* Fix python/c++ conversion for boost::optional<T>David Sklar2023-01-272-4/+14
* Fix IDENT format comment to match recent change 35713fe79Donald Lam2023-01-271-1/+1
* Disallow numbers in function namesJohn Wiegley2023-01-252-1/+3
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-256-18/+27
* typo and column alignmentspaette2023-01-234-4/+4
* Initial fix for #2147WY2023-01-202-1/+29
* Python: Transaction.remove_post should call xact_base_t::remove_postDavid Sklar2023-01-102-7/+22
* Python: test cleanupsDavid Sklar2023-01-094-8/+9
* fix brew link error on mac CIAndy Clayton2023-01-091-0/+9
* typosspaette2023-01-076-10/+10
* Add compatability for Python 3.10 and later to acprepAlexis Hildebrandt2022-12-291-1/+4
* docs: add info on on expr directiveMartin Michlmayr2022-12-271-1/+1
* Update Debian releasesMartin Michlmayr2022-12-261-3/+3
* Add python support for error_contextAdam Wendt2022-11-131-0/+7