| Commit message (Expand) | Author | Age | Files | Lines |
* | also follow precision from balance assignmentHEADmaster | Kuang-che Wu | 2024-10-11 | 3 | -2/+12 |
* | Merge pull request #2386 from ledger/dependabot/github_actions/cachix/install... | Alexis Hildebrandt | 2024-10-03 | 1 | -1/+1 |
|\ |
|
| * | chore(deps): bump cachix/install-nix-action from 29 to 30 | dependabot[bot] | 2024-10-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2385 from ledger/dependabot/github_actions/cachix/install... | Alexis Hildebrandt | 2024-09-26 | 1 | -1/+1 |
|\ |
|
| * | chore(deps): bump cachix/install-nix-action from V28 to 29 | dependabot[bot] | 2024-09-26 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2381 from dbear496/update-boost | Alexis Hildebrandt | 2024-09-16 | 0 | -0/+0 |
|\ |
|
| * | use sha1sum in anonymize_posts::operator() | dbear496 | 2024-09-14 | 2 | -15/+3 |
| * | promote compatability with Boost <1.86.0 | dbear496 | 2024-09-14 | 2 | -18/+28 |
| * | update to Boost 1.86.0 | dbear496 | 2024-09-13 | 2 | -8/+8 |
* | | remove exception specifications | dbear496 | 2024-09-16 | 1 | -34/+4 |
* | | update to C++17 | dbear496 | 2024-09-16 | 1 | -1/+1 |
* | | use sha1sum in anonymize_posts::operator() | dbear496 | 2024-09-16 | 2 | -15/+3 |
* | | promote compatability with Boost <1.86.0 | dbear496 | 2024-09-16 | 2 | -18/+28 |
* | | update to Boost 1.86.0 | dbear496 | 2024-09-16 | 2 | -8/+8 |
* | | chore(deps): bump cachix/install-nix-action from V27 to 28 | dependabot[bot] | 2024-09-12 | 1 | -1/+1 |
|/ |
|
* | Avoid string in amount_t::in_place_truncate | Max Nikulin | 2024-08-15 | 1 | -26/+1 |
* | add unittest for #ledger/2348 | Tavis Ormandy | 2024-08-08 | 1 | -0/+16 |
* | disable checking for generated transactions | Tavis Ormandy | 2024-08-08 | 1 | -0/+3 |
* | fix use-after-free with regex_match() | Tavis Ormandy | 2024-08-08 | 1 | -4/+4 |
* | Add doc for account, display_account and account_base variables | matclab | 2024-08-07 | 1 | -0/+21 |
* | More unit tests for amount_t::roundto | Max Nikulin | 2024-08-07 | 2 | -3/+15 |
* | Add Python bindings for roundto | Max Nikulin | 2024-08-07 | 3 | -0/+10 |
* | Revert "also copy costs that round to zero" | dbear496 | 2024-08-06 | 1 | -1/+1 |
* | also copy costs that round to zero | dbear496 | 2024-08-06 | 1 | -1/+1 |
* | copy cost from automatic transaction posting | dbear496 | 2024-08-06 | 1 | -0/+2 |
* | add regress test for #2268 | dbear496 | 2024-08-06 | 1 | -0/+13 |
* | Avoid ctype abuse. | Taylor R Campbell | 2024-08-06 | 13 | -47/+76 |
* | Add new --align-intervals option. | Ian2020 | 2024-08-06 | 10 | -19/+347 |
* | Fix copy on write for amount_t::in_place_roundto | Max Nikulin | 2024-08-06 | 4 | -28/+10 |
* | Another whitespace change | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Add whitespace to xact_t::hash | John Wiegley | 2024-08-05 | 1 | -0/+8 |
* | Rename SHA-512/256 to the more appropriate SHA-512Half | John Wiegley | 2024-08-05 | 5 | -7/+7 |
* | Add two missing system headers to sha512.cc | John Wiegley | 2024-08-05 | 1 | -0/+2 |
* | Revert all changes to sha512.c | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Change one prototype | John Wiegley | 2024-08-05 | 1 | -3/+1 |
* | Remove most changes to sha512.cc | John Wiegley | 2024-08-05 | 1 | -5/+11 |
* | Include sys/types.h | John Wiegley | 2024-08-05 | 1 | -0/+1 |
* | Include stdint.h in sha512.cc | John Wiegley | 2024-08-05 | 1 | -0/+1 |
* | Fix return type of SHA512 | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Try something else | John Wiegley | 2024-08-05 | 1 | -7/+1 |
* | Revert a type change | John Wiegley | 2024-08-05 | 1 | -2/+2 |
* | Type signature fix | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Minor doc update | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Update src/sha512.cc | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Update src/sha512.cc | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Update doc/ledger.1 | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Update doc/ledger.1 | John Wiegley | 2024-08-05 | 1 | -1/+1 |
* | Add support for --hashes=sha512_256 as another algorithm | John Wiegley | 2024-08-05 | 14 | -28/+81 |
* | Add further documentation on the --hashes option | John Wiegley | 2024-08-05 | 1 | -13/+40 |
* | Improvements to the hashing tests | John Wiegley | 2024-08-05 | 3 | -4/+36 |