realm-cpp
realm-cpp copied to clipboard
Realm C++
Issue RCPP-85 Fixed missing header in realm.hpp mentioned in RCPP-85. Fixed the following build error in gcc: > cpprealm/link.hpp:190:21: error: expected unqualified-id before ‘)’ token > 190 | managed() =...
### What happened? I expected to be able to have realm load inside an app or AUv3 plugin running on iOS. I got an exception with the message: "Failed to...
I'd like to make use of the scheduler so that I can check login status on a thread, and set up the realm once logged in on the main thread....
Building with Clang 18 on Ubuntu 24, I'm getting the following build error: ``` /include/cpprealm/internal/bridge/realm.hpp:77:35: error: no type named 'uint_fast16_t' in namespace 'std'; did you mean simply 'uint_fast16_t'? 77 |...
Just a heads up that the `libprocps-dev` dependency seems to have been replaced with `libproc2-dev` on recent versions of Debian and Ubuntu
### What happened? Hello, After updating from version `1.0.0` to version `2.1.0`, I noticed that the proxy settings no longer take effect. I checked the code and identified the cause...
Currently, only raw pointers are supported when declaring links in the object schema. This has posed some difficulty for customers as they need to track ownership of objects. This can...
### What happened? cpprealm\macros.hpp(232,39): error C1112: compiler limit: '202' too many macro parameters, only '127' allowed ### Repro steps Add to src this line #include ### Version 2.1.0 ### Installation...