Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Thomas Goyne 854d6bea53 Merge pull request #31 from realm/tg-file-not-found
Catch File::NotFound and rethrow correctly
2016-01-07 15:19:21 -08:00
impl Add set_*_unique handlers to TransactLogHandler 2015-12-22 08:30:54 -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 Add some missing header inclusions 2015-12-03 09:07:37 -08:00
list.cpp Change #import to #include 2015-12-03 09:03:31 -08:00
list.hpp Fix some warnings when building with GCC 4.9 2015-12-03 09:11:28 -08:00
object_accessor.hpp fixes to list.cpp/hpp based on object store pr feedback - use lowercase strings for property names 2015-11-18 14:36:46 -08:00
object_schema.cpp Make a bunch of things const 2015-09-09 11:25:54 -07:00
object_schema.hpp integrate latest object store changes 2015-11-13 18:20:27 -08:00
object_store.cpp Switch to throwing exceptions with all of the info needed to build error messages 2015-11-20 10:24:51 -08:00
object_store.hpp Switch to throwing exceptions with all of the info needed to build error messages 2015-11-20 10:24:51 -08:00
property.hpp Improve performance of realm_requires_update() and make more things const 2015-09-09 11:25:53 -07:00
results.cpp Call TableView::clear() with RemoveMode::unordered 2015-12-09 16:25:20 -08:00
results.hpp Expose the object class name from Results 2015-11-20 10:24:51 -08:00
schema.cpp Update for core 0.94.4 2015-11-04 15:30:36 -08:00
schema.hpp Add some missing header inclusions 2015-12-03 09:07:37 -08:00
shared_realm.cpp Catch File::NotFound and rethrow correctly 2016-01-07 15:19:03 -08:00
shared_realm.hpp Merge pull request #14 from realm/tg-end-read 2015-12-09 16:25:56 -08:00