John Estropia
|
2b37daefe0
|
minor documentation updates
|
2016-11-17 14:31:06 +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 |
|
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
|
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 |
|
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 |
|
Andrii Chernenko
|
910b5039fd
|
fix type method dispatch when importing objects
|
2016-10-07 15:26:45 +02:00 |
|
John Estropia
|
a9c0feae46
|
NSFetchRequest.affectedStores bug workaround
|
2016-09-27 19:02:24 +09:00 |
|
John Estropia
|
2e44f86eb6
|
Merge branch 'develop' into swift3_develop
# Conflicts:
# Cartfile
# Carthage/Checkouts/GCDKit
# CoreStore.podspec
# CoreStore.xcodeproj/project.pbxproj
# CoreStoreDemo/CoreStoreDemo.xcodeproj/project.pbxproj
# CoreStoreTests/BaseTests/BaseTestCase.swift
# CoreStoreTests/FromTests.swift
# CoreStoreTests/GroupByTests.swift
# CoreStoreTests/OrderByTests.swift
# CoreStoreTests/StorageInterfaceTests.swift
# CoreStoreTests/TweakTests.swift
# CoreStoreTests/WhereTests.swift
# README.md
# Sources/Internal/CoreStoreFetchRequest.swift
# Sources/Internal/NSManagedObjectContext+Querying.swift
# Sources/Internal/NSManagedObjectModel+Setup.swift
# Sources/Migrating/DataStack+Migration.swift
# Sources/ObjectiveC/CSSQliteStore.swift
# Sources/ObjectiveC/CSStorageInterface.swift
# Sources/ObjectiveC/CoreStoreBridge.swift
# Sources/Observing/ListMonitor.swift
# Sources/Setup/DataStack.swift
# Sources/Setup/StorageInterfaces/ICloudStore.swift
# Sources/Setup/StorageInterfaces/LegacySQLiteStore.swift
# Sources/Setup/StorageInterfaces/SQLiteStore.swift
# Sources/Setup/StorageInterfaces/StorageInterface.swift
|
2016-09-27 18:55:37 +09:00 |
|
John Estropia
|
ed8c7b35e8
|
Reduce leaking (a little) on the workaround for NSFetchRequest.affectedStores ARC bug
|
2016-09-27 17:31:08 +09:00 |
|
John Rommel Estropia
|
4d2ebe4ea8
|
workaround #100 (NSFetchRequest.affectedStores ARC bug)
|
2016-09-27 02:39:28 +09:00 |
|
John Estropia
|
54be9d471c
|
renamed ImportableObject and ImportableUniqueObject protocol methods to Swift 3 naming style
|
2016-09-21 12:00:48 +09:00 |
|
John Rommel Estropia
|
6cef8f4b4f
|
updated travis yml
|
2016-09-17 13:23:56 +09:00 |
|
John Rommel Estropia
|
aa6bceaaf3
|
working for Swift 2.3!
|
2016-09-17 12:22:25 +09:00 |
|
John Rommel Estropia
|
0dbd05b172
|
version bump
|
2016-09-11 14:30:32 +09:00 |
|
John Rommel Estropia
|
243c4044ab
|
fix bridging producing base abstract class instead of subclass concrete class
|
2016-09-11 14:30:25 +09:00 |
|
John Rommel Estropia
|
df835114cb
|
ignore errors when deleting wal files
|
2016-09-10 22:57:45 +09:00 |
|
John Rommel Estropia
|
f99d3cc21a
|
fix RecreateStoreOnModelMismatch option not working when an existing xcdatamodel gets updated without adding a new version
|
2016-09-10 22:51:33 +09:00 |
|
John Estropia
|
a51ed1a007
|
WIP: Renaming to meet Swift 3 API guidelines
|
2016-09-09 18:30:08 +09:00 |
|
John Estropia
|
e5245a0e5b
|
user #keyPath() for keys in demo app and in unit tests
|
2016-09-09 17:05:55 +09:00 |
|
John Estropia
|
0fa2a23461
|
workaround for iOS 10 regression in "affectedStores" retain bug
|
2016-09-09 13:09:13 +09:00 |
|
John Estropia
|
3f28198552
|
Magical NSFetchedResultsController bugfix....
|
2016-09-09 12:49:10 +09:00 |
|
John Rommel Estropia
|
4a34012d58
|
version bump
|
2016-09-08 00:40:58 +09:00 |
|
John Estropia
|
82de482191
|
WIP: broken generics
|
2016-09-06 20:16:46 +09:00 |
|
John Estropia
|
b502895d63
|
Merge branch 'develop' into swift3_develop
# Conflicts:
# Sources/Internal/NotificationObserver.swift
|
2016-09-06 12:05:40 +09:00 |
|
John Estropia
|
58f4907575
|
Prevent retain cycles in NSManagedObjectContext (fixes #87)
|
2016-09-06 11:13:16 +09:00 |
|
John Estropia
|
0ba63c6e72
|
WIP: Xcode 8 beta 6
|
2016-09-06 09:57:28 +09:00 |
|
John Rommel Estropia
|
e9be711d4c
|
WIP: demo app
|
2016-07-25 08:21:22 +09:00 |
|
John Rommel Estropia
|
db5b8ca702
|
Merge branch 'develop' into swift3_develop
# Conflicts:
# Cartfile.resolved
# Carthage/Checkouts/GCDKit
# CoreStoreTests/ErrorTests.swift
# Sources/Fetching and Querying/Concrete Clauses/Select.swift
# Sources/ObjectiveC/CSError.swift
|
2016-07-22 00:47:03 +09:00 |
|
John Rommel Estropia
|
1950224863
|
version bump
|
2016-07-22 00:33:15 +09:00 |
|
John Rommel Estropia
|
f0cd288657
|
allow querying on relationship attributes (fixes #83)
|
2016-07-22 00:29:48 +09:00 |
|
John Rommel Estropia
|
2f39f9188b
|
WIP: the great renaming
|
2016-07-21 23:12:24 +09:00 |
|
John Estropia
|
3344e42d7c
|
version bump
|
2016-07-21 11:51:57 +09:00 |
|
John Estropia
|
e4b6c06401
|
fixed internal errors getting thrown as .Unknown instead of .InternalError (fixes #84)
|
2016-07-21 11:51:49 +09:00 |
|
John Rommel Estropia
|
a638620858
|
WIP
|
2016-07-21 02:45:42 +09:00 |
|
John Rommel Estropia
|
267c21063a
|
WIP: segfault
|
2016-07-20 08:12:04 +09:00 |
|
John Estropia
|
7fc3ad2890
|
Tidy up, version bump
|
2016-07-14 19:59:15 +09:00 |
|
John Rommel Estropia
|
f486ace437
|
make cocoapods happy
|
2016-07-12 00:16:02 +09:00 |
|
John Rommel Estropia
|
921b85d91b
|
documentation updates
|
2016-07-11 02:04:18 +09:00 |
|
John Rommel Estropia
|
f9014e65e0
|
objc keypath utilities
|
2016-07-01 01:06:16 +09:00 |
|
John Rommel Estropia
|
82887b1dd2
|
CSInto unit tests
|
2016-06-25 13:43:43 +09:00 |
|
John Estropia
|
11d428c05c
|
import magic for objective c utils
|
2016-06-20 20:28:25 +09:00 |
|
John Estropia
|
0b48bb3347
|
renamed CSFromCreate() to CSFromClass()
|
2016-06-20 19:36:57 +09:00 |
|
John Estropia
|
aa5cd51da6
|
Merge branch 'develop' into corestore2_develop
|
2016-06-20 19:18:42 +09:00 |
|
John Rommel Estropia
|
3ccbce5c29
|
WIP: utilities for clauses
|
2016-06-20 08:09:11 +09:00 |
|