summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | gpgme: Remove code handling versions prior to required versionAlexis Hildebrandt2023-04-181-10/+0
| |
* | Clean-up doxygen modulesAlexis Hildebrandt2023-04-167-7/+11
|/
* Merge pull request #2233 from afh/clean-up-class-listAlexis Hildebrandt2023-04-1325-79/+102
|\ | | | | Clean up class list
| * Refactor python related types into ledger::python namespaceAlexis Hildebrandt2023-04-1216-56/+66
| |
| * Refactor basic_flags_t to ledger::flags::basic_tAlexis Hildebrandt2023-04-1214-28/+34
| |
| * Refactor flag and pstream related types into ledger namespaceAlexis Hildebrandt2023-04-123-1/+8
| |
* | Merge pull request #2234 from afh/nix-gitignoreAlexis Hildebrandt2023-04-131-0/+4
|\ \ | | | | | | Add .gitignore rules for developing ledger with Nix
| * | Add .gitignore rules for developing ledger with NixAlexis Hildebrandt2023-04-131-0/+4
| |/
* | Merge pull request #2235 from afh/markdown-cleanupAlexis Hildebrandt2023-04-133-83/+88
|\ \ | | | | | | Markdown cleanup
| * | Some README and INSTALL clean-upAlexis Hildebrandt2023-04-132-22/+24
| | |
| * | Add updated versions of dependencies to 3.4.xAlexis Hildebrandt2023-04-121-0/+1
| | |
| * | Make references to bugs in NEWS.md linksAlexis Hildebrandt2023-04-121-61/+63
| |/
* | Merge pull request #2236 from afh/remove-travisAlexis Hildebrandt2023-04-131-86/+0
|\ \ | |/ |/| Remove .travis.yml superseeded by GitHub Actions
| * Remove .travis.yml superseeded by GitHub ActionsAlexis Hildebrandt2023-04-131-86/+0
|/
* Merge pull request #2232 from afh/cmake-doxygen-cleanupAlexis Hildebrandt2023-04-123-2709/+48
|\ | | | | Cmake doxygen cleanup
| * doc: Replace custom command with doxygen_add_docsAlexis Hildebrandt2023-04-122-2706/+42
| | | | | | | | CMake function available since 3.9
| * Bump required doxygen version to 1.9.5Alexis Hildebrandt2023-04-122-3/+6
|/
* Merge pull request #2230 from afh/pragma-onceAlexis Hildebrandt2023-04-1157-230/+57
|\ | | | | Modernize codebase with #pragma once
| * Merge branch 'master' into pragma-onceAlexis Hildebrandt2023-04-1111-1015/+1910
| |\
| * | Use #pragma onceAlexis Hildebrandt2023-04-1057-228/+57
| | |
* | | Fix typoAlexis Hildebrandt2023-04-111-2/+2
| |/ |/|
* | Merge pull request #2228 from afh/api-documentationAlexis Hildebrandt2023-04-1111-1014/+1911
|\ \ | | | | | | Fix generation of API documentation and prepare for publishing on ledger-cli.org
| * | doc: Add support for extra html header for api documentationAlexis Hildebrandt2023-04-112-1/+3
| | |
| * | Fix typoAlexis Hildebrandt2023-04-111-1/+1
| | |
| * | Update api docsAlexis Hildebrandt2023-04-103-1/+41
| | |
| * | doc: Avoid LaTeX output when generating API docsAlexis Hildebrandt2023-04-101-1/+1
| | |
| * | doc: API docs use SVG for diagramsAlexis Hildebrandt2023-04-101-1/+1
| | |
| * | doc: Update doxygen to 1.9.6Alexis Hildebrandt2023-04-101-997/+1813
| | |
| * | doc: Minor clean-upAlexis Hildebrandt2023-04-103-3/+22
| | |
| * | doc: Add support for extra css to api documentationAlexis Hildebrandt2023-04-104-2/+11
| | |
| * | doc: Add API documentation main pageAlexis Hildebrandt2023-04-102-1/+11
| | |
| * | doc: Use CMake variables for project name and versionAlexis Hildebrandt2023-04-091-2/+2
| | |
| * | doc: Update required CMake versionAlexis Hildebrandt2023-04-091-1/+1
| | | | | | | | | | | | to match version required by project
| * | doc: Fix generating api documentationAlexis Hildebrandt2023-04-092-6/+7
| |/ | | | | | | by fixing path to source
* / Fix typoAlexis Hildebrandt2023-04-111-1/+1
|/
* Merge pull request #2226 from wilhelmtell/fix-doc-typoAlexis Hildebrandt2023-03-311-1/+1
|\ | | | | Fix typo in documentation
| * Fix typo in documentationMatan Nassau2023-03-311-1/+1
|/
* Update NEWSMartin Michlmayr2023-03-301-0/+6
|
* Update versions from 3.3.2 releaseMartin Michlmayr2023-03-303-4/+4
|
* Update NEWSMartin Michlmayr2023-03-301-0/+8
|
* Fix Python version checkAlexis Hildebrandt2023-03-301-1/+1
|
* 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
|