Realm is a mobile database: an alternative to SQLite & key-value stores https://realm.io
Go to file
Ari Lazier 8a2e24daac move property getters to object store code 2015-10-13 15:25:06 -07:00
apple Share ExternalCommitHelpers between Realm instances for a single path 2015-09-09 11:25:54 -07: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
list.cpp move List class to its own file 2015-10-13 14:44:31 -07:00
list.hpp move List class to its own file 2015-10-13 14:44:31 -07:00
object_accessor.hpp move property getters to object store code 2015-10-13 15:25:06 -07:00
object_schema.cpp Make a bunch of things const 2015-09-28 15:33:42 -07:00
object_schema.hpp Make a bunch of things const 2015-09-28 15:33:42 -07:00
object_store.cpp Simplify column shifting for removed properties a little 2015-09-28 15:33:43 -07:00
object_store.hpp use latest object store changes 2015-09-28 15:33:44 -07:00
property.hpp Improve performance of realm_requires_update() and make more things const 2015-09-28 15:33:40 -07:00
realm_delegate.hpp Add a bit of documentation for RealmDelegate 2015-09-10 14:15:57 -07:00
results.cpp Out of bounds getters for Results return undefined 2015-10-12 15:35:13 -07:00
results.hpp support sorting by a single property 2015-09-03 15:46:31 -07:00
schema.cpp Add a Schema class, move lookup by name and internal-consistency checks there 2015-09-09 11:25:55 -07:00
schema.hpp Add a Schema class, move lookup by name and internal-consistency checks there 2015-09-09 11:25:55 -07:00
shared_realm.cpp pr fixes 2015-10-12 17:18:49 -07:00
shared_realm.hpp allow running all tests at the same path by invalidating all cached realm paths between test runs 2015-10-12 16:43:05 -07:00
transact_log_handler.cpp Move the interprocess notification functionality to the object store 2015-09-09 11:25:53 -07:00
transact_log_handler.hpp Shuffle stuff around and clean some things up 2015-09-09 11:25:53 -07:00