- Jul 01, 2021
-
-
tusooa authored
-
- Jun 27, 2021
-
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
As Debug and Prod builds are not binary-compatible with each other, we do not want to use the NDEBUG flag to determine whether to use the thread-safety helper, as it will disallow Prod programs to be built against Debug library, and vice versa.
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
As lager cursors are not thread-safe to use, we need to differentiate between cursors in different threads. We also need to store a cursor in Deps that is suitable to use in the event loop thread. https://lily.kazv.moe/kazv/libkazv/-/issues/17
-
tusooa authored
-
- Jun 22, 2021
- Jun 20, 2021
-
- Jun 15, 2021
- Jun 06, 2021
-
-
nannanko authored
-
- Jun 01, 2021
- May 26, 2021
-
-
tusooa authored
Sometimes we want the syncing to stop but let all current jobs continue to its end. For example, this will be useful when the Promise handler is going to be destroyed.
-
- May 25, 2021
-
-
tusooa authored
Otherwise when we load the data and syncing is true, startSyncing() will not work.
-
- May 23, 2021
-
-
tusooa authored
Use pkg_search_module instead of the incorrect pkg_check_modules for cryptopp, as we are expected to find only one of the two names. Also, require Boost.serialization correctly.
-
- May 22, 2021
-
-
tusooa authored
We did not have a method to extract the SdkModel from Client. Now we make it possible to serialize it *to* a Boost.Serialization archive.
-
tusooa authored
Gentoo will specify lib64 as the lib dir, and thus we should install the cmake modules into that directory, not hardcoded lib/cmake.
-
- Apr 25, 2021
- Apr 20, 2021
-
-
tusooa authored
-
tusooa authored
-
tusooa authored
We can now convert between EncryptedFileDesc and EncryptedFile json objects. https://lily.kazv.moe/kazv/libkazv/-/issues/12
-
- Apr 18, 2021