John Rommel Estropia
|
ee71442b08
|
Merge branch 'develop' into corestore4_develop
|
2017-03-02 21:07:30 +09:00 |
|
John Estropia
|
341ec5e771
|
reverted unsafeDowncast usage to unsafeBitCast (It worked differently)
|
2017-03-01 19:56:13 +09:00 |
|
John Estropia
|
8569c3c524
|
WIP: rehaul of type-safe fetching and querying
|
2017-03-01 19:34:07 +09:00 |
|
John Estropia
|
3224fcf71d
|
move type safety goodness
|
2017-02-21 19:17:06 +09:00 |
|
John Rommel Estropia
|
9ff1c9d545
|
declare operators as static functions
|
2017-02-19 20:05:23 +09:00 |
|
John Rommel Estropia
|
c40d17a6ad
|
Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop
|
2017-02-19 09:56:40 +09:00 |
|
John Estropia
|
9d5e04854a
|
extra extra type safety for attributes (fetching and importing)
|
2017-02-17 14:13:16 +09:00 |
|
John Estropia
|
d2fd03c1f0
|
Where clauses are now more strict with the argument types
|
2017-02-17 10:47:38 +09:00 |
|
John Rommel Estropia
|
7baaee493d
|
unit test for scalar IDs for ImportableUniqueObject
|
2017-02-13 22:17:03 +09:00 |
|
John Estropia
|
03973790a8
|
revert recent swizzling update. sorry about that
3.0.3
|
2017-02-10 20:33:07 +09:00 |
|
John Estropia
|
19fea6953a
|
Merge branch 'master' into develop
3.0.2
|
2017-02-08 13:13:27 +09:00 |
|
John Estropia
|
9f11b1005d
|
added .swift-version file
3.0.1
|
2017-02-08 13:08:44 +09:00 |
|
John Estropia
|
698326f89a
|
version bump
|
2017-02-07 18:21:54 +09:00 |
|
John Estropia
|
bdf6308d8f
|
swift 3.1 support
|
2017-02-07 18:17:40 +09:00 |
|
John Estropia
|
69d96c53d6
|
WIP: object concurrency debugging utilities
|
2017-02-02 19:53:47 +09:00 |
|
John Estropia
|
7b961fa249
|
Display list of model files in bundle when requested modelname is not found
|
2017-02-01 19:03:59 +09:00 |
|
John Estropia
|
73450d0b29
|
WIP: minor conveniences to the ImportableUniqueObject protocol
|
2017-01-20 21:51:00 +09:00 |
|
John Estropia
|
6d83564a1a
|
Swift 3 master candidate
3.0.0
|
2017-01-06 16:50:38 +09:00 |
|
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 |
|