summaryrefslogtreecommitdiff
path: root/src
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
* Avoid ctype abuse.Taylor R Campbell2024-08-0613-47/+76
* Add new --align-intervals option.Ian20202024-08-067-17/+38
* Fix copy on write for amount_t::in_place_roundtoMax Nikulin2024-08-062-9/+2
* 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-052-3/+3
* 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
* Update src/sha512.ccJohn Wiegley2024-08-051-1/+1
* Update src/sha512.ccJohn Wiegley2024-08-051-1/+1
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-0511-26/+35
* Make xact hashes independent of posting orderJohn Wiegley2024-08-057-37/+41
* --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-051-2/+39
* print: Align amounts even when account names are longGwyneth Morgan2024-07-101-30/+40
* Fix conditional compilation of Python <3.12 codeAlexis Hildebrandt2024-07-081-4/+3
* Fix Python 3.12 deprecation warningAlexis Hildebrandt2024-07-081-3/+18
* Restore expr context after calc, #2330 #2343Tavis Ormandy2024-07-081-2/+3
* Fix Query Parser for Automated Transactions (#1)Igbanam Ogbuluijah2024-06-252-0/+15
* Fix build with Boost 1.85.0Michael Cho2024-04-251-1/+0
* Expand the size of an arbitrary safety limitJohn Wiegley2024-01-191-1/+1
* Change an assertion into an if testJohn Wiegley2024-01-191-1/+2
* Fix compiler warning about std::binary_functionAlexis Hildebrandt2023-12-123-2/+8
* Fix =regex note query syntaxGwyneth Morgan2023-10-121-0/+4
* include zero-amounts in balance_t::map_sorted_amountsdbear4962023-07-162-2/+5
* Merge pull request #2260 from afh/modernize-cmakeAlexis Hildebrandt2023-06-101-3/+3
|\
| * cmake: Replace add_defitions with superseding alternativesAlexis Hildebrandt2023-06-071-3/+3
* | Merge pull request #2259 from afh/afh-readlineAlexis Hildebrandt2023-06-102-4/+8
|\ \
| * | Add build support readlineAlexis Hildebrandt2023-06-072-4/+8
| |/
* | Merge pull request #2261 from afh/bsd-picAlexis Hildebrandt2023-06-101-0/+2
|\ \
| * | cmake: Add -fPIC to compile flagsAlexis Hildebrandt2023-06-071-0/+2
| |/
* | Merge pull request #2250 from afh/fix-no-assertAlexis Hildebrandt2023-06-101-1/+2
|\ \ | |/ |/|
| * Fix compilation errors with NO_ASSERTAlexis Hildebrandt2023-04-251-1/+2
* | Merge pull request #2248 from afh/improve-web-docsAlexis Hildebrandt2023-04-264-3/+22
|\ \ | |/ |/|
| * doc: Generate Ledger Python module documentationAlexis Hildebrandt2023-04-254-3/+22
* | boost: Fix compilation warningsAlexis Hildebrandt2023-04-256-1/+10
|/
* Merge pull request #2245 from taviso/masterAlexis Hildebrandt2023-04-192-1/+2
|\