realm-cpp icon indicating copy to clipboard operation
realm-cpp copied to clipboard

Realm C++

Results 56 realm-cpp issues
Sort by recently updated
recently updated
newest added

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...

T-Bug
O-Community
SDK-Use:Sync
Waiting-For-Reporter

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....

O-Community

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 |...

O-Community

Fixes https://github.com/realm/realm-cpp/issues/113

no-jira-ticket

Just a heads up that the `libprocps-dev` dependency seems to have been replaced with `libproc2-dev` on recent versions of Debian and Ubuntu

O-Community

### 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...

T-Bug
O-Community
SDK-Use:Sync

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...

T-Bug
O-Community
SDK-Use:Local