Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Thomas Goyne e897b31b7e Merge pull request #19 from realm/tg-file-upgrade-checker
Added support for suppressing file format upgrades.
2015-12-09 16:23:17 -08:00
impl integrate latest object store changes 2015-11-13 18:20:40 -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 Update existing TableViews in first() and last() 2015-12-03 15:08:56 -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 Added support for suppressing file format upgrades. 2015-11-30 14:08:21 -08:00
shared_realm.hpp Merge pull request #19 from realm/tg-file-upgrade-checker 2015-12-09 16:23:17 -08:00