summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make xact hashes independent of posting orderJohn Wiegley2024-08-058-40/+50
* Add documentation for the --hashes optionJohn Wiegley2024-08-052-1/+21
* Add positive and negative tests for the --hashes optionJohn Wiegley2024-08-052-0/+51
* --hashes option requires an argument to specify the algorithmJohn Wiegley2024-08-052-6/+21
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-0515-28/+592
* Fix denominator of roundto resultMax Nikulin2024-08-055-3/+145
* Merge pull request #2367 from Chris927/masterAlexis Hildebrandt2024-07-241-1/+1
|\
| * Fix acprep scriptChris Oloff2024-07-241-1/+1
|/
* Use https scheme for links in CONTRIBUTING.mdAlexis Hildebrandt2024-07-101-12/+12
* print: Align amounts even when account names are longGwyneth Morgan2024-07-102-30/+64
* cmake: Clean up add_ledger_library_dependencies macroAlexis Hildebrandt2024-07-081-9/+7
* cmake: Fix BOOST_REGEX_UNICODE_RUNS check when USE_PYTHON=ONAlexis Hildebrandt2024-07-081-1/+1
* cmake: Add Python tests only when building with Python supportAlexis Hildebrandt2024-07-082-3/+6
* Fix conditional compilation of Python <3.12 codeAlexis Hildebrandt2024-07-081-4/+3
* Fix Python 3.12 deprecation warningAlexis Hildebrandt2024-07-081-3/+18
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-0810-113/+113
* Add documentation for 'stats' and 'select'Monster05062024-07-081-2/+34
* fix documentation syntax (#3)Igbanam Ogbuluijah2024-07-081-4/+4
* update documentation (#2)Igbanam Ogbuluijah2024-07-081-1/+25
* Restore expr context after calc, #2330 #2343Tavis Ormandy2024-07-082-2/+17
* Fix Query Parser for Automated Transactions (#1)Igbanam Ogbuluijah2024-06-253-0/+29