- Nov 17, 2024
-
-
- Nov 14, 2024
-
- Sep 26, 2024
-
-
tusooa authored
Summary: This supports building on Windows via mingw32-make. The exact way to invoke the Makefile is at https://lily-is.land/kazv/craft-blueprints-project-kazv/-/blob/servant/libs/vodozemac-bindings/vodozemac-bindings.py?ref_type=heads . BUG: https://iron.lily-is.land/T128 Type: add Test Plan: Verify that it builds both on Windows and GNU/Linux. GitLab Merge Request: !10
-
- Sep 24, 2024
-
-
tusooa authored
Summary: This allows you to use libvodozemac in a c++ application without exceptions. For each function that, in Rust, returns `Result<T>`, it adds a noexcept function called `FUNC_NAME_noexcept` that returns `Box<Maybe<T>>`. `T` or the error can further be extracted from the return value, by moving them out of the `Maybe`. After extraction, the `Maybe` will be invalidated and cannot be used again. BUG: https://iron.lily-is.land/T139 Type: add Test Plan: - [x] Write unit tests to compile with -fno-exception and verify they pass. - [x] Add docs about how to use the noexcept functions. - [x] Build libkazv against this and verify kazv still works. GitLab Merge Request: !6
-
- Sep 22, 2024
-
- Sep 15, 2024
-
-
tusooa authored
-
- Aug 30, 2024
-
-
generate_one_time_keys now returns a OneTimeKeyGenerationResult. generate_fallback_key now optionally returns a Curve25519PublicKey. BUG: https://iron.lily-is.land/T129 GitLab Merge Request: !1
-
- Aug 23, 2024
-
- Aug 08, 2024
- Aug 07, 2024
-
-
tusooa authored
-
- Aug 03, 2024
- Aug 02, 2024
-
-
tusooa authored
CCBUG: https://iron.lily-is.land/T127
-
tusooa authored
CCBUG: https://iron.lily-is.land/T127
-
tusooa authored
-
tusooa authored
CCBUG: https://iron.lily-is.land/T127
-
tusooa authored
-
- May 25, 2022
-
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
Damir Jelić authored
-
- May 17, 2022
-
-
Damir Jelić authored
-
- Apr 25, 2022
-
-
Damir Jelić authored
-