summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* also follow precision from balance assignmentHEADmasterKuang-che Wu2024-10-113-2/+12
* Merge pull request #2386 from ledger/dependabot/github_actions/cachix/install...Alexis Hildebrandt2024-10-031-1/+1
|\
| * chore(deps): bump cachix/install-nix-action from 29 to 30dependabot[bot]2024-10-031-1/+1
|/
* Merge pull request #2385 from ledger/dependabot/github_actions/cachix/install...Alexis Hildebrandt2024-09-261-1/+1
|\
| * chore(deps): bump cachix/install-nix-action from V28 to 29dependabot[bot]2024-09-261-1/+1
|/
* Merge pull request #2381 from dbear496/update-boostAlexis Hildebrandt2024-09-160-0/+0
|\
| * use sha1sum in anonymize_posts::operator()dbear4962024-09-142-15/+3
| * promote compatability with Boost <1.86.0dbear4962024-09-142-18/+28
| * update to Boost 1.86.0dbear4962024-09-132-8/+8
* | remove exception specificationsdbear4962024-09-161-34/+4
* | update to C++17dbear4962024-09-161-1/+1
* | use sha1sum in anonymize_posts::operator()dbear4962024-09-162-15/+3
* | promote compatability with Boost <1.86.0dbear4962024-09-162-18/+28
* | update to Boost 1.86.0dbear4962024-09-162-8/+8
* | chore(deps): bump cachix/install-nix-action from V27 to 28dependabot[bot]2024-09-121-1/+1
|/
* Avoid string in amount_t::in_place_truncateMax Nikulin2024-08-151-26/+1
* add unittest for #ledger/2348Tavis Ormandy2024-08-081-0/+16
* disable checking for generated transactionsTavis Ormandy2024-08-081-0/+3
* fix use-after-free with regex_match()Tavis Ormandy2024-08-081-4/+4
* Add doc for account, display_account and account_base variablesmatclab2024-08-071-0/+21
* More unit tests for amount_t::roundtoMax Nikulin2024-08-072-3/+15
* Add Python bindings for roundtoMax Nikulin2024-08-073-0/+10
* Revert "also copy costs that round to zero"dbear4962024-08-061-1/+1
* also copy costs that round to zerodbear4962024-08-061-1/+1
* copy cost from automatic transaction postingdbear4962024-08-061-0/+2
* add regress test for #2268dbear4962024-08-061-0/+13
* Avoid ctype abuse.Taylor R Campbell2024-08-0613-47/+76
* Add new --align-intervals option.Ian20202024-08-0610-19/+347
* Fix copy on write for amount_t::in_place_roundtoMax Nikulin2024-08-064-28/+10
* Another whitespace changeJohn Wiegley2024-08-051-1/+1
* Add whitespace to xact_t::hashJohn Wiegley2024-08-051-0/+8
* Rename SHA-512/256 to the more appropriate SHA-512HalfJohn Wiegley2024-08-055-7/+7
* Add two missing system headers to sha512.ccJohn Wiegley2024-08-051-0/+2
* Revert all changes to sha512.cJohn Wiegley2024-08-051-1/+1
* Change one prototypeJohn Wiegley2024-08-051-3/+1
* Remove most changes to sha512.ccJohn Wiegley2024-08-051-5/+11
* Include sys/types.hJohn Wiegley2024-08-051-0/+1
* Include stdint.h in sha512.ccJohn Wiegley2024-08-051-0/+1
* Fix return type of SHA512John Wiegley2024-08-051-1/+1
* Try something elseJohn Wiegley2024-08-051-7/+1
* Revert a type changeJohn Wiegley2024-08-051-2/+2
* Type signature fixJohn Wiegley2024-08-051-1/+1
* Minor doc updateJohn Wiegley2024-08-051-1/+1
* Update src/sha512.ccJohn Wiegley2024-08-051-1/+1
* Update src/sha512.ccJohn Wiegley2024-08-051-1/+1
* Update doc/ledger.1John Wiegley2024-08-051-1/+1
* Update doc/ledger.1John Wiegley2024-08-051-1/+1
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-0514-28/+81
* Add further documentation on the --hashes optionJohn Wiegley2024-08-051-13/+40
* Improvements to the hashing testsJohn Wiegley2024-08-053-4/+36