summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add regression test for bugs #777 and #2207Martin Michlmayr2023-03-272-0/+22
| | | | | Bugs #777 and #2207 were fixed by commit 49cf3323a ("Change a use of is_realzero to just is_zero"). Let's add test cases.
* Fix typo in READMEAlexis Hildebrandt2023-03-241-1/+1
|
* Bump required Mpfr version to 4.0.2Alexis Hildebrandt2023-03-242-1/+14
|
* Bump required Gmp version to 6.1.2Alexis Hildebrandt2023-03-242-1/+14
|
* Bump required utfcpp version to 3.2.3Alexis Hildebrandt2023-03-241-1/+1
|
* Bump required Gpgmepp version to 1.13.1Alexis Hildebrandt2023-03-242-1/+4
|
* Bump required Python version to 3.9Alexis Hildebrandt2023-03-241-10/+7
|
* Bump required Boost version to 1.72Alexis Hildebrandt2023-03-246-56/+3
|
* Bump required CMake version to 3.16.2Alexis Hildebrandt2023-03-247-2618/+5
|
* Change a use of is_realzero to just is_zeroJohn Wiegley2023-03-231-1/+1
| | | | This is needed to avoid a possible divide by zero.
* docs: Enable stand-alone buildingAlexis Hildebrandt2023-03-223-3/+7
|
* flake: Run pre and post hooks in checkPhaseAlexis Hildebrandt2023-03-211-3/+5
|
* Build the Nix flake in CISteve Purcell2023-03-211-0/+22
|
* Require tzdata for Nix flake buildSteve Purcell2023-03-201-1/+1
| | | Fixes #2213
* Increase string size limit in src/unistring.h assertJohn Wiegley2023-03-081-1/+2
|
* Re-add accidentially deleted PROJECT in CMakeLists.txtAlexis Hildebrandt2023-03-051-0/+2
|
* Refactor Ledger version info into cmake/LedgerVersion.cmakeAlexis Hildebrandt2023-03-053-10/+15
| | | | | so it can be re-used when generating the version.texi for ledger-website builds.
* Release 3.3.1Martin Michlmayr2023-03-033-4/+4
|
* Update NEWSMartin Michlmayr2023-03-031-0/+14
|
* 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
| | | | For details see https://www.boost.org/doc/libs/1_81_0/libs/filesystem/doc/deprecated.html
* Fix compiler warningsAlexis Hildebrandt2023-02-202-1/+5
| | | | minimizing use of deprecated API where possible.
* 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
| | | | Closes #1932
* 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
| | | | Closes #2150
* 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
| | | | Closes #2151
* docs: Specify regex dialect used by ledgerAlexis Hildebrandt2023-02-082-4/+4
| | | | Closes #2145
* 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
| | | | Addresses: #1687
* Update copyright yearAlexis Hildebrandt2023-02-02127-128/+128
| | | | [skip ci]
* acprep: Replace deprecated getargspec with getfullargspecAlexis Hildebrandt2023-02-011-4/+1
|
* Updated lib/utfcppAlexis Hildebrandt2023-02-0129-157/+2769
| | | | | | | * Squashed 'lib/utfcpp/' content from commit 79835a5fa git-subtree-dir: lib/utfcpp git-subtree-split: 79835a5fa57271f07a90ed36123e30ae9741178e * Change include path to utfcpp
* Update flake.lockAlexis Hildebrandt2023-02-011-3/+3
|
* Fix deprecation warningsAlexis Hildebrandt2023-02-011-14/+18
| | | | Code clean-up
* 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
|