Commit Graph

49 Commits

Author SHA1 Message Date
NagyZoltanPeter 8e08aa246b
Add back -fPIC 2024-09-18 02:55:59 +02:00
NagyZoltanPeter 47fb555f26
Changed lib build from shared object to archive for linux 2024-09-18 01:19:25 +02:00
DarshanBPatel 4f987de53a
chore: changed library name for dll 2024-09-11 20:58:04 +05:30
DarshanBPatel a07aeb9f21
chore: update target according to OS, rn install-deps not required 2024-09-10 23:26:41 +05:30
DarshanBPatel 4b52bcea11
chore: update makefile to give support major os 2024-09-06 16:03:52 +05:30
Ivan FB f152076994
Merge pull request #6 from waku-org/fix/add-missing-include
fic(cpp): add missing include
2024-08-13 16:21:24 +02:00
Ivan Folgueira Bande 165c058723
negentropy.h avoid use non standard #pragma one 2024-07-31 17:30:14 +02:00
Václav Pavlín 811c8e1cd0
fic(cpp): add missing include 2024-06-06 10:17:53 +02:00
Prem Chaitanya Prathi 311a21a22b
feat: wrapper API's using subranges (#5)
* feat: wrapper API's using subranges

* chore: address review comments
2024-05-01 14:02:23 +05:30
Prem Chaitanya Prathi b63c834614
feat: wrapper API's using subranges 2024-04-30 14:09:11 +05:30
Prem Chaitanya Prathi 8ae48ebf9e
draft: subrange apis 2024-03-15 15:24:33 +05:30
Prem Chaitanya Prathi c609f302fa
chore: add error handling 2024-03-14 15:29:21 +05:30
Prem Chaitanya Prathi f871ff9cd7
chore: optimize initiate and reconcile 2024-03-13 15:43:05 +05:30
Prem Chaitanya Prathi 1411f20219
chore:added storage size method 2024-03-11 14:01:21 +05:30
Prem Chaitanya Prathi c49d60ddee
fix: using stack memory for return 2024-03-09 12:50:16 +05:30
Prem Chaitanya Prathi b2bc08786b
fix: added functions to cleanup memory 2024-03-07 16:02:47 +05:30
Prem Chaitanya Prathi 1a59da6c32 Merge branch 'leak-fix' into feat/c-wrapper 2024-03-07 10:16:05 +05:30
Prem Chaitanya Prathi fa14737926
fix: leak in initiate 2024-03-07 09:02:06 +05:30
Prem Chaitanya Prathi 1487908100
chore: added header file to check if it fixes CI build issue 2024-03-06 16:22:19 +05:30
Prem Chaitanya Prathi f23efbb66c
chore: support a non-callback version of reconcile_with_ids 2024-03-06 05:45:33 +05:30
Prem Chaitanya Prathi 315e1de72e
chore: callback integration in progress 2024-03-05 20:36:35 +05:30
Prem Chaitanya Prathi 8972f3ba69
chore: example code to test C wrapper 2024-03-05 11:27:30 +05:30
Prem Chaitanya Prathi c38e6e2ed8
chore: add logging and fix some issues 2024-03-04 16:28:35 +05:30
Prem Chaitanya Prathi 97b7ef1156
chore: reverting callback changes 2024-02-22 16:47:07 +05:30
Prem Chaitanya Prathi 34fd921b89
chore: experimenting with callback 2024-02-22 15:19:27 +05:30
Prem Chaitanya Prathi b467a09940
chore: modify to use struct and fix makefile 2024-02-21 13:45:24 +05:30
Prem Chaitanya Prathi a736a26532
fix: update reconcile function logic where out params are passed 2024-02-20 17:27:38 +05:30
Prem Chaitanya Prathi 6a317a29f6
fix: protect extern C under ifdef cplusplus 2024-02-19 15:10:31 +05:30
Prem Prathi 89eb17227d
chore: fix wrongly committed file 2024-02-19 04:55:15 +00:00
Prem Chaitanya Prathi 2f09569d1d
chore: fix compilation error in macOS 2024-02-18 08:00:37 +05:30
Prem Prathi e4edec4e5a
chore: example testing c wrapper 2024-02-17 06:36:08 +00:00
Prem Prathi 68ca46408e
chore: move header inclusions to c file 2024-02-17 06:35:13 +00:00
Prem Chaitanya Prathi 07a159d82f
feat: use BTreeMem to start with and also make C wrapper extern 2024-02-17 07:18:22 +05:30
Prem Chaitanya Prathi ceaf285f39
chore: fix for mac compilation 2024-02-17 07:00:02 +05:30
Ivan Folgueira Bande b3e3904356
Some refactoring to allow the creation of shared library 2024-02-16 15:25:39 +01:00
Prem Chaitanya Prathi 27a7a64e09
chore: in progress Makefile 2024-02-16 17:35:02 +05:30
Prem Chaitanya Prathi d4e6451d67
feat: add reconcile methods 2024-02-16 17:34:49 +05:30
Prem Chaitanya Prathi d9d750c8c6
chore: move lmdbxx submodule under cpp folder 2024-02-16 15:23:50 +05:30
Prem Chaitanya Prathi d8d171baa2
feat: add C wrapper and makefile 2024-02-16 15:15:59 +05:30
Prem Chaitanya Prathi d3463be25d
chore: draft makefile to compile c++ code 2024-02-16 14:16:12 +05:30
Doug Hoyte 304779371c cpp: implement protocol version 1 2023-12-06 17:54:57 -05:00
Doug Hoyte 2e90762e3f C++: protocol version 0 2023-09-16 22:52:32 -04:00
Doug Hoyte 94c7830f50 major refactor to C++ impl: use SHA-256 as fingerprint function 2023-09-15 00:17:10 -04:00
Doug Hoyte 275c6f3215 remove std::reverse optimisation (wrong layer), bugfixes 2023-09-02 04:05:21 -04:00
Doug Hoyte 53ac2c9815 sort pendingOutputs before building output: Can reduce round-trips in some cases 2023-08-12 00:05:03 -04:00
Doug Hoyte 409d28004b support setting frameSizeLimit server-side 2023-08-11 23:24:35 -04:00
Doug Hoyte fd33c9a8b2 get rid of IdListResponse to simplify protocol 2023-08-11 15:03:24 -04:00
Doug Hoyte a1b6eed1a4 frameSizeLimit 2023-06-11 22:00:34 -04:00
Doug Hoyte 4a9bd3b9be initial commit 2023-04-29 00:03:58 -04:00