This website requires JavaScript.
Explore
Help
Sign In
averello
/
core-data-ensembles-mirror
Watch
1
Star
0
Fork
0
You've already forked core-data-ensembles-mirror
mirror of
https://github.com/drewmccormack/ensembles.git
synced
2026-03-03 18:23:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
static-framework
Add File
New File
Upload File
Apply Patch
core-data-ensembles-mirror
/
Framework
/
Source
/
Events
History
Drew McCormack
f17faae13c
Added a static framework target for iOS. It builds. Not fully working yet.
2014-04-30 11:13:14 +02:00
..
CDEEventBuilder.h
Work on avoiding race conditions between saves and merges. There is now a new event type: CDEStoreModificationEventTypeIncomplete. While events are being built, they have this type. Fetch requests have predicates to avoid including these events.
2014-04-17 12:53:34 +02:00
CDEEventBuilder.m
Minor changes.
2014-04-22 10:22:54 +02:00
CDEEventIntegrator.h
Merge branch 'baselining’
2014-01-30 11:55:12 +01:00
CDEEventIntegrator.m
Fixed static analyzer errors to do with not checking error parameters for NULL values.
2014-04-29 11:14:15 +02:00
CDEEventMigrator.h
Changed naming scheme for baselines to include a persistent store identifier prefix. This should avoid the unlikely event that two different baselines end up with the same filename.
2014-04-09 08:49:13 +02:00
CDEEventMigrator.m
Removed some code (and a test) that would try to avoid importing a known event. This test was not needed, because the code would already avoid importing a known event, and it actually caused a minor bug in certain cases where it was not testing properly. So it has been removed.
2014-04-20 16:46:37 +02:00
CDEEventStore.h
Fixed static analyzer errors to do with not checking error parameters for NULL values.
2014-04-29 11:14:15 +02:00
CDEEventStore.m
Added a static framework target for iOS. It builds. Not fully working yet.
2014-04-30 11:13:14 +02:00
CDEPropertyChangeValue.h
Added eventStore argument to a bunch of methods. It is now needed whenever working with attributes in property change values, because they may have to access data files.
2014-02-18 10:49:00 +01:00
CDEPropertyChangeValue.m
Reduced size of transaction logs by not storing nil values in the property change values with keyed archiving.
2014-04-28 12:34:18 +02:00
CDESaveMonitor.h
Updated the attributes of many properties to be more explicit.
2013-11-09 11:45:09 +01:00
CDESaveMonitor.m
Work on avoiding race conditions between saves and merges. There is now a new event type: CDEStoreModificationEventTypeIncomplete. While events are being built, they have this type. Fetch requests have predicates to avoid including these events.
2014-04-17 12:53:34 +02:00