issues
search
sipa
/
minisketch
Minisketch: an optimized library for BCH-based set reconciliation
MIT License
310
stars
52
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add comma for clarification of note
#91
justinvforvendetta
opened
3 months ago
0
feat(build): improve dependency check and error message in autogen.sh
#90
epiccurious
opened
3 months ago
1
header: Delete default Minisketch constructor
#89
TheCharlatan
opened
5 months ago
1
build: Add `-Wundef`
#88
hebasto
closed
5 months ago
1
Avoid copy in self-assign
#87
theuni
closed
5 months ago
6
doc: fix typo in sketch_impl.h
#86
fanquake
closed
7 months ago
1
Fixes for integer precision loss
#85
theuni
closed
7 months ago
1
Fix or disable conversion warnings?
#84
theuni
closed
7 months ago
2
ci: Fix "s390x (big-endian)" task
#83
hebasto
closed
7 months ago
5
ci: Fix `x86_64-w64-mingw32` task
#82
hebasto
closed
7 months ago
3
Avoid overflowing shift by special casing inverse of 1
#81
sipa
closed
7 months ago
3
Add c++20 version of CountBits
#80
theuni
closed
7 months ago
9
Test performance with -mlzcnt
#79
theuni
opened
1 year ago
1
ci: Update macOS image for CI
#78
hebasto
closed
7 months ago
3
Add missing include
#77
theuni
closed
1 year ago
2
`-Wnonnull` warnings when configured with `--enable-fields={11,23}`
#76
hebasto
opened
2 years ago
0
build: Add CMake buildsystem
#75
hebasto
opened
2 years ago
12
Avoid >> above type width in BitWriter
#74
sipa
closed
7 months ago
2
ci: Use correct variable to designate C++ compiler
#73
hebasto
closed
7 months ago
9
Fix MSVC implementation of `CountBits()` function
#72
hebasto
closed
2 years ago
6
Enable codebase-wide `-Wshift-count-overflow` warning
#71
hebasto
closed
2 years ago
2
build: Remove `-Qunused-arguments` workaround for clang + ccache
#70
hebasto
closed
2 years ago
1
refactor: Drop unused `total` local variables
#69
hebasto
closed
2 years ago
2
Add missed `#include <string>`
#68
hebasto
closed
2 years ago
1
Errors when building with MSVC
#67
hebasto
closed
2 years ago
4
msvc: remove direct Bitcoin Core `compat.h` include
#66
fanquake
closed
2 years ago
4
Update broken links
#65
sipa
closed
2 years ago
1
Fix typo
#63
rex4539
closed
2 years ago
2
Add pkg-config .pc file
#60
luke-jr
opened
2 years ago
0
Move `#ifdef HAVE_CLMUL` guard outside of the EnableClmul definition
#58
hebasto
closed
2 years ago
1
refactor: remove all c style casts in minisketch subtree
#57
PastaPastaPasta
opened
2 years ago
8
Clang "unused function EnableClmul" warning on 32-bit systems
#53
hebasto
closed
2 years ago
1
build: add MINISKETCH_INCLUDE_DIR_INT variable
#52
fanquake
closed
3 years ago
2
Fix exhaustive test check
#51
sipa
closed
3 years ago
3
Use correct flags variable for c-i
#50
theuni
closed
3 years ago
3
Reorder expression to avoid unsigned underflow
#49
sipa
closed
3 years ago
4
ci: update brew before installing packages
#48
fanquake
closed
3 years ago
3
Simplify field impl selection
#47
theuni
closed
3 years ago
1
Annotate implicit fallthroughs
#46
fanquake
closed
3 years ago
4
Allow fields to be opt-in rather than opt-out
#45
theuni
closed
3 years ago
11
Avoid nullptr for unused SQR* tables
#44
sipa
closed
3 years ago
2
build: minor build changes
#43
fanquake
closed
3 years ago
8
warning: 'this' pointer is null in fields/clmul_common_impl.h
#42
fanquake
closed
3 years ago
2
Clean up references and add link to Erlay paper and BIP
#41
michaelfolkson
opened
3 years ago
0
Add support for 0 capacity sketches
#40
sipa
closed
3 years ago
2
Improve C++ header documentation
#39
sipa
closed
3 years ago
1
Mention in `minisketch.h` that adding the same element a second time removes it again
#38
practicalswift
closed
3 years ago
2
Tests: minor changes
#37
jnewbery
closed
3 years ago
1
A few improvements to prepare for subtree in Bitcoin Core
#36
sipa
closed
3 years ago
10
Avoid redundant std::move
#35
sipa
closed
3 years ago
7
Next