Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Thomas Goyne 883ef12c7f Add Realm::close() and call it in RealmCache::clear()
This is needed for the Swift tests due to that throwing an exception over Swift
code unavoidably results in objects being leaked.
2015-11-10 14:54:15 -08:00
impl Update for core 0.94.4 2015-11-04 15:30:36 -08:00
binding_context.hpp Remove Realm suffix 2015-11-03 08:37:54 +01:00
index_set.cpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00
index_set.hpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00
object_schema.cpp Make a bunch of things const 2015-09-09 11:25:54 -07:00
object_schema.hpp Update for core 0.94.4 2015-11-04 15:30:36 -08:00
object_store.cpp Merge pull request #12 from realm/tg-core-0.94.4 2015-11-05 09:44:08 -08:00
object_store.hpp Add ObjectStore::is_empty() 2015-11-04 15:31:08 -08:00
property.hpp Improve performance of realm_requires_update() and make more things const 2015-09-09 11:25:53 -07:00
schema.cpp Update for core 0.94.4 2015-11-04 15:30:36 -08:00
schema.hpp Update for core 0.94.4 2015-11-04 15:30:36 -08:00
shared_realm.cpp Add Realm::close() and call it in RealmCache::clear() 2015-11-10 14:54:15 -08:00
shared_realm.hpp Add Realm::close() and call it in RealmCache::clear() 2015-11-10 14:54:15 -08:00