index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update src/sha512.cc
John Wiegley
2024-08-05
1
-1
/
+1
*
Update src/sha512.cc
John Wiegley
2024-08-05
1
-1
/
+1
*
Add support for --hashes=sha512_256 as another algorithm
John Wiegley
2024-08-05
11
-26
/
+35
*
Make xact hashes independent of posting order
John Wiegley
2024-08-05
7
-37
/
+41
*
--hashes option requires an argument to specify the algorithm
John Wiegley
2024-08-05
2
-6
/
+21
*
Add support for hash chaining to detect modifications in postings
John Wiegley
2024-08-05
15
-28
/
+592
*
Fix denominator of roundto result
Max Nikulin
2024-08-05
1
-2
/
+39
*
print: Align amounts even when account names are long
Gwyneth Morgan
2024-07-10
1
-30
/
+40
*
Fix conditional compilation of Python <3.12 code
Alexis Hildebrandt
2024-07-08
1
-4
/
+3
*
Fix Python 3.12 deprecation warning
Alexis Hildebrandt
2024-07-08
1
-3
/
+18
*
Restore expr context after calc, #2330 #2343
Tavis Ormandy
2024-07-08
1
-2
/
+3
*
Fix Query Parser for Automated Transactions (#1)
Igbanam Ogbuluijah
2024-06-25
2
-0
/
+15
*
Fix build with Boost 1.85.0
Michael Cho
2024-04-25
1
-1
/
+0
*
Expand the size of an arbitrary safety limit
John Wiegley
2024-01-19
1
-1
/
+1
*
Change an assertion into an if test
John Wiegley
2024-01-19
1
-1
/
+2
*
Fix compiler warning about std::binary_function
Alexis Hildebrandt
2023-12-12
3
-2
/
+8
*
Fix =regex note query syntax
Gwyneth Morgan
2023-10-12
1
-0
/
+4
*
include zero-amounts in balance_t::map_sorted_amounts
dbear496
2023-07-16
2
-2
/
+5
*
Merge pull request #2260 from afh/modernize-cmake
Alexis Hildebrandt
2023-06-10
1
-3
/
+3
|
\
|
*
cmake: Replace add_defitions with superseding alternatives
Alexis Hildebrandt
2023-06-07
1
-3
/
+3
*
|
Merge pull request #2259 from afh/afh-readline
Alexis Hildebrandt
2023-06-10
2
-4
/
+8
|
\
\
|
*
|
Add build support readline
Alexis Hildebrandt
2023-06-07
2
-4
/
+8
|
|
/
*
|
Merge pull request #2261 from afh/bsd-pic
Alexis Hildebrandt
2023-06-10
1
-0
/
+2
|
\
\
|
*
|
cmake: Add -fPIC to compile flags
Alexis Hildebrandt
2023-06-07
1
-0
/
+2
|
|
/
*
|
Merge pull request #2250 from afh/fix-no-assert
Alexis Hildebrandt
2023-06-10
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix compilation errors with NO_ASSERT
Alexis Hildebrandt
2023-04-25
1
-1
/
+2
*
|
Merge pull request #2248 from afh/improve-web-docs
Alexis Hildebrandt
2023-04-26
4
-3
/
+22
|
\
\
|
|
/
|
/
|
|
*
doc: Generate Ledger Python module documentation
Alexis Hildebrandt
2023-04-25
4
-3
/
+22
*
|
boost: Fix compilation warnings
Alexis Hildebrandt
2023-04-25
6
-1
/
+10
|
/
*
Merge pull request #2245 from taviso/master
Alexis Hildebrandt
2023-04-19
2
-1
/
+2
|
\
|
*
fix #2220, bucket transactions ignored with reg --related
Tavis Ormandy
2023-04-18
2
-1
/
+2
*
|
Merge pull request #2238 from afh/cleanup-system-defines
Alexis Hildebrandt
2023-04-19
12
-113
/
+123
|
\
\
|
|
/
|
/
|
|
*
Remove unused REVERSE_PREDECESSOR_MAP guarded code
Alexis Hildebrandt
2023-04-19
1
-23
/
+0
|
*
Reorder system.hh includes
Alexis Hildebrandt
2023-04-19
1
-15
/
+12
|
*
Move app defines into ledger.hh.in
Alexis Hildebrandt
2023-04-19
2
-3
/
+3
|
*
Introduce ledger.hh
Alexis Hildebrandt
2023-04-16
5
-34
/
+76
|
*
Move DEBUG_MODE related defines to system.hh.in
Alexis Hildebrandt
2023-04-15
2
-25
/
+23
|
*
Use #cmakedefine01 for system capability checks
Alexis Hildebrandt
2023-04-15
8
-35
/
+35
|
*
Modernize system.hh.in
Alexis Hildebrandt
2023-04-15
1
-5
/
+1
*
|
gpgme: Remove obsoleted rewind wrapper function
Alexis Hildebrandt
2023-04-18
1
-6
/
+2
*
|
gpgme: Remove code handling versions prior to required version
Alexis Hildebrandt
2023-04-18
1
-10
/
+0
*
|
Clean-up doxygen modules
Alexis Hildebrandt
2023-04-16
7
-7
/
+11
|
/
*
Refactor python related types into ledger::python namespace
Alexis Hildebrandt
2023-04-12
15
-54
/
+65
*
Refactor basic_flags_t to ledger::flags::basic_t
Alexis Hildebrandt
2023-04-12
13
-27
/
+32
[next]