Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update api docs | Alexis Hildebrandt | 2023-04-10 | 3 | -1/+41 |
* | doc: Avoid LaTeX output when generating API docs | Alexis Hildebrandt | 2023-04-10 | 1 | -1/+1 |
* | doc: API docs use SVG for diagrams | Alexis Hildebrandt | 2023-04-10 | 1 | -1/+1 |
* | doc: Update doxygen to 1.9.6 | Alexis Hildebrandt | 2023-04-10 | 1 | -997/+1813 |
* | doc: Minor clean-up | Alexis Hildebrandt | 2023-04-10 | 3 | -3/+22 |
* | doc: Add support for extra css to api documentation | Alexis Hildebrandt | 2023-04-10 | 4 | -2/+11 |
* | doc: Add API documentation main page | Alexis Hildebrandt | 2023-04-10 | 2 | -1/+11 |
* | doc: Use CMake variables for project name and version | Alexis Hildebrandt | 2023-04-09 | 1 | -2/+2 |
* | doc: Update required CMake version | Alexis Hildebrandt | 2023-04-09 | 1 | -1/+1 |
* | doc: Fix generating api documentation | Alexis Hildebrandt | 2023-04-09 | 2 | -6/+7 |
* | Merge pull request #2226 from wilhelmtell/fix-doc-typo | Alexis Hildebrandt | 2023-03-31 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo in documentation | Matan Nassau | 2023-03-31 | 1 | -1/+1 |
|/ | |||||
* | Update NEWS | Martin Michlmayr | 2023-03-30 | 1 | -0/+6 |
* | Update versions from 3.3.2 release | Martin Michlmayr | 2023-03-30 | 3 | -4/+4 |
* | Update NEWS | Martin Michlmayr | 2023-03-30 | 1 | -0/+8 |
* | Fix Python version check | Alexis Hildebrandt | 2023-03-30 | 1 | -1/+1 |
* | Add regression test for bugs #777 and #2207 | Martin Michlmayr | 2023-03-27 | 2 | -0/+22 |
* | Fix typo in README | Alexis Hildebrandt | 2023-03-24 | 1 | -1/+1 |
* | Bump required Mpfr version to 4.0.2 | Alexis Hildebrandt | 2023-03-24 | 2 | -1/+14 |
* | Bump required Gmp version to 6.1.2 | Alexis Hildebrandt | 2023-03-24 | 2 | -1/+14 |
* | Bump required utfcpp version to 3.2.3 | Alexis Hildebrandt | 2023-03-24 | 1 | -1/+1 |
* | Bump required Gpgmepp version to 1.13.1 | Alexis Hildebrandt | 2023-03-24 | 2 | -1/+4 |
* | Bump required Python version to 3.9 | Alexis Hildebrandt | 2023-03-24 | 1 | -10/+7 |
* | Bump required Boost version to 1.72 | Alexis Hildebrandt | 2023-03-24 | 6 | -56/+3 |
* | Bump required CMake version to 3.16.2 | Alexis Hildebrandt | 2023-03-24 | 7 | -2618/+5 |
* | Change a use of is_realzero to just is_zero | John Wiegley | 2023-03-23 | 1 | -1/+1 |
* | docs: Enable stand-alone building | Alexis Hildebrandt | 2023-03-22 | 3 | -3/+7 |
* | flake: Run pre and post hooks in checkPhase | Alexis Hildebrandt | 2023-03-21 | 1 | -3/+5 |
* | Build the Nix flake in CI | Steve Purcell | 2023-03-21 | 1 | -0/+22 |
* | Require tzdata for Nix flake build | Steve Purcell | 2023-03-20 | 1 | -1/+1 |
* | Increase string size limit in src/unistring.h assert | John Wiegley | 2023-03-08 | 1 | -1/+2 |
* | Re-add accidentially deleted PROJECT in CMakeLists.txt | Alexis Hildebrandt | 2023-03-05 | 1 | -0/+2 |
* | Refactor Ledger version info into cmake/LedgerVersion.cmake | Alexis Hildebrandt | 2023-03-05 | 3 | -10/+15 |
* | Release 3.3.1 | Martin Michlmayr | 2023-03-03 | 3 | -4/+4 |
* | Update NEWS | Martin Michlmayr | 2023-03-03 | 1 | -0/+14 |
* | Add test cases for issue #2205 | Martin Michlmayr | 2023-03-03 | 2 | -0/+31 |
* | Do not perform commodity reduction when parsing a format directive | John Wiegley | 2023-03-03 | 1 | -3/+5 |
* | doc: Fix texinfo invalid previous node reference | Alexis Hildebrandt | 2023-02-21 | 1 | -1/+1 |
* | Enforce use of non-deprecated boost::filesystem API | Alexis Hildebrandt | 2023-02-20 | 2 | -1/+5 |
* | Fix compiler warnings | Alexis Hildebrandt | 2023-02-20 | 2 | -1/+5 |
* | Remove unused server related code | Alexis Hildebrandt | 2023-02-20 | 3 | -50/+0 |
* | Add info about compile features to --version | Alexis Hildebrandt | 2023-02-14 | 1 | -0/+9 |
* | docs: Standardise spelling | Alexis Hildebrandt | 2023-02-14 | 1 | -8/+8 |
* | Mention that some Ledger features require Python | Alexis Hildebrandt | 2023-02-14 | 1 | -0/+3 |
* | Update urls in README to https | Alexis Hildebrandt | 2023-02-14 | 1 | -21/+25 |
* | Bump Python version in README | Alexis Hildebrandt | 2023-02-14 | 1 | -1/+1 |
* | Format markdown table in README | Alexis Hildebrandt | 2023-02-14 | 1 | -13/+13 |
* | Update flake.nix to match nixpkgs ledger/default.nix | Alexis Hildebrandt | 2023-02-14 | 1 | -22/+29 |
* | Cross reference Auxiliary and Effective dates sections | Alexis Hildebrandt | 2023-02-09 | 1 | -5/+13 |
* | Release 3.3.0 | Martin Michlmayr | 2023-02-08 | 3 | -5/+5 |