John Estropia
|
c0d72799b4
|
Merge branch 'swift3_develop' into develop
# Conflicts:
# .travis.yml
# CoreStore.podspec
# CoreStore.xcodeproj/project.pbxproj
# Sources/Info.plist
|
2017-01-06 16:03:28 +09:00 |
|
John Estropia
|
06a1919e91
|
minor fixes
|
2017-01-06 15:56:47 +09:00 |
|
John Rommel Estropia
|
16def2d84b
|
disable tests on iOS 8.2 and 8.1 (keeps failing due to xcode bug)
|
2016-12-31 13:14:50 +08:00 |
|
John Rommel Estropia
|
e9a2c58f32
|
travis bug
|
2016-12-31 11:26:35 +08:00 |
|
John Rommel Estropia
|
1a3e0dd4c6
|
CoreStore 3 master candidate
|
2016-12-31 11:03:03 +08:00 |
|
John Rommel Estropia
|
518bb134f9
|
merge fix
|
2016-12-26 14:55:06 +08:00 |
|
John Estropia
|
4d7feca848
|
Merge pull request #139 from deanWombourne/swift3_develop
Add an override to cs_typeName which deals with String explicitly.
|
2016-12-26 14:53:51 +08:00 |
|
John Rommel Estropia
|
64a80bf401
|
Swift 3.0.1 support
|
2016-12-26 14:51:36 +08:00 |
|
John Rommel Estropia
|
4d63fc744a
|
Add String overload for cs_typeName (fixes #138)
|
2016-12-26 14:51:23 +08:00 |
|
Sam Dean
|
9480e372f1
|
Add an override to cs_typeName which deals with String explicitly.
|
2016-12-23 11:06:09 +00:00 |
|
John Rommel Estropia
|
23df460c35
|
require transaction logs path from icloud stores
|
2016-12-10 18:39:53 +09:00 |
|
John Rommel Estropia
|
1c233b7302
|
don't access iCloud's ubiquitous cache file
|
2016-12-10 09:43:45 +09:00 |
|
John Estropia
|
f42288802c
|
Merge branch 'swift3_develop' of github.com:JohnEstropia/CoreStore into swift3_develop
# Conflicts:
# Sources/Convenience/NSManagedObject+Convenience.swift
|
2016-12-08 19:00:38 +09:00 |
|
John Estropia
|
a27556f294
|
minor Swift 3 cleanup
|
2016-12-08 18:59:41 +09:00 |
|
John Rommel Estropia
|
e330291e1b
|
support generics for KVC accessors
|
2016-12-03 10:13:50 +09:00 |
|
John Rommel Estropia
|
4a282150f0
|
utilities for safer KVO access in objects
|
2016-12-03 09:59:17 +09:00 |
|
John Rommel Estropia
|
5d2956d674
|
Make RecreateStoreOnModelMismatch flag work again (fixes #126)
|
2016-11-26 16:19:12 +09:00 |
|
John Estropia
|
92756fec42
|
always dispatch completion right after adding a store to the coordinator (allow stores to fully complete their run loop)
|
2016-11-17 16:27:28 +09:00 |
|
John Estropia
|
2b37daefe0
|
minor documentation updates
|
2016-11-17 14:31:06 +09:00 |
|
John Estropia
|
5724d4599e
|
Merge pull request #122 from ruslanskorb/rename-error-type-to-error
`ErrorType` has been renamed to `Error` in Swift 3.
|
2016-11-17 13:34:03 +09:00 |
|
Ruslan Skorb
|
4a882e6108
|
ErrorType has been renamed to Error in Swift 3.
|
2016-11-15 19:16:18 +02:00 |
|
John Estropia
|
b230ed6400
|
FetchableSource and QueryableSource protocols
|
2016-11-15 18:00:39 +09:00 |
|
John Estropia
|
33a5c123aa
|
resurrect utilities for creating NSFetchedResultsController (fixes #119)
|
2016-11-11 17:32:13 +09:00 |
|
John Estropia
|
73637321ce
|
xcode 8.1 (swift 3.0.1) update
|
2016-11-11 14:03:37 +09:00 |
|
John Estropia
|
088f1717f9
|
Merge pull request #115 from deville/import-unique-objects-order
Import unique objects in the same order as the array of import sources (with fix for potential duplicates)
|
2016-11-11 11:46:27 +09:00 |
|
John Estropia
|
cff2bb1740
|
version bump
2.1.3
|
2016-10-27 19:16:17 +09:00 |
|
John Estropia
|
d902d62172
|
Turn off whole-module-optimization to prevent Swift compiler bugs (#113)
|
2016-10-27 18:41:27 +09:00 |
|
John Estropia
|
b955495012
|
Turn off whole-module-optimization to prevent Swift compiler bugs (#113)
|
2016-10-27 18:30:35 +09:00 |
|
Andrii Chernenko
|
d2e78a70e1
|
add test for the order of unique object import
|
2016-10-23 16:22:26 +02:00 |
|
Andrii Chernenko
|
970957cbc2
|
Merge branch 'duplicate-import-fix' into import-unique-objects-order
|
2016-10-23 14:52:34 +02:00 |
|
John Rommel Estropia
|
2f9e5db89f
|
Added comment (fixes #106)
|
2016-10-16 14:40:25 +09:00 |
|
John Estropia
|
1789eb7daf
|
Merge pull request #112 from JohnEstropia/revert-109-import-unique-objects-order
Revert "Import unique objects in the same order as the array of import sources"
|
2016-10-14 17:46:27 +09:00 |
|
John Estropia
|
3999654ee7
|
Revert "Import unique objects in the same order as the array of import sources"
|
2016-10-14 17:45:31 +09:00 |
|
Andrii Chernenko
|
4c3bec287c
|
fix duplication when using importUniqueObjects with non-unique import sources
|
2016-10-12 02:01:23 +02:00 |
|
John Estropia
|
2a2d9b3483
|
Merge pull request #109 from deville/import-unique-objects-order
Import unique objects in the same order as the array of import sources
|
2016-10-10 20:29:59 +09:00 |
|
Andrii Chernenko
|
32a388e0ca
|
import unique objects in the same order as the array of import sources
|
2016-10-08 23:14:22 +02:00 |
|
John Rommel Estropia
|
1a6fbad3d4
|
force dynamic dispatch on generic types
|
2016-10-09 00:52:18 +09:00 |
|
John Estropia
|
ac55f20f5f
|
Merge pull request #108 from deville/type-method-dispatch-fix
Fix type method dispatch when importing objects
|
2016-10-08 10:43:21 +09:00 |
|
Andrii Chernenko
|
910b5039fd
|
fix type method dispatch when importing objects
|
2016-10-07 15:26:45 +02:00 |
|
John Estropia
|
ffea06ee7e
|
try again
|
2016-09-30 19:16:14 +09:00 |
|
John Estropia
|
a92d6cac02
|
try again
|
2016-09-30 19:08:17 +09:00 |
|
John Estropia
|
de5d660257
|
try again
|
2016-09-30 17:53:15 +09:00 |
|
John Estropia
|
55b2e6eecd
|
try again
|
2016-09-30 17:36:48 +09:00 |
|
John Estropia
|
b64c776335
|
try again
|
2016-09-30 17:28:02 +09:00 |
|
John Estropia
|
432af667e8
|
try again
|
2016-09-30 17:08:04 +09:00 |
|
John Estropia
|
cf60a4bc2e
|
updated travis.yml
|
2016-09-30 17:00:11 +09:00 |
|
John Estropia
|
c620859899
|
run demo project on CI
|
2016-09-30 13:58:11 +09:00 |
|
John Estropia
|
65ac069a0b
|
skip observer testing on macOS
2.1.2
|
2016-09-30 13:32:31 +09:00 |
|
John Estropia
|
862ef27374
|
version bump, cleanup, unit test
|
2016-09-30 13:28:19 +09:00 |
|
John Estropia
|
243b6a76d5
|
Merge pull request #104 from colinmorelli/feature/sync-transaction-async-merge
Fixes #98 (deadlock when merge happens while main queue is querying)
|
2016-09-30 12:38:28 +09:00 |
|