John Rommel Estropia
ecb3d0cfa0
revert prototyped stack setup
2017-04-01 01:31:40 +09:00
John Estropia
81355fd9c5
update travis file for Xcode 8.3
2017-03-31 19:56:19 +09:00
John Estropia
97d7a276fe
new auto-commit transaction methods
2017-03-31 19:44:18 +09:00
John Estropia
d72d1afe8b
Merge branch 'develop' into corestore4_develop
...
# Conflicts:
# CoreStore.xcodeproj/project.pbxproj
2017-03-28 11:38:02 +09:00
John Estropia
716e069984
version bump
3.1.0
2017-03-28 11:25:24 +09:00
John Estropia
881ee4af0a
remove warnings when calling unsafeBitCast()
2017-03-28 10:54:08 +09:00
John Estropia
acc0ce1c32
Merge pull request #157 from ruslanskorb/fetched-objects-dynamicCast
...
Use `dynamicCast()` to cast `fetchedObjects` to `[T]?` without checking the type.
2017-03-28 10:10:23 +09:00
John Estropia
b97f6d6a0a
Merge branch 'prototype/mainContextToPSC' into corestore4_develop
2017-03-27 14:08:07 +09:00
John Rommel Estropia
818abfc1a1
WIP
2017-03-27 01:48:51 +09:00
Ruslan Skorb
f055c54a66
[ListMonitor] Use dynamicCast() to cast fetchedObjects to [T]? without checking the type.
...
Type checking takes a time. So there is a performance problem when casting a large number of fetched objects to an array of a certain type using the operator `as?`.
2017-03-24 21:30:46 +02:00
John Estropia
cb6d5b015b
WIP: prototyping new transaction structure
2017-03-24 21:15:51 +09:00
John Rommel Estropia
494965de23
changed protocol naming
2017-03-10 08:30:12 +09:00
John Estropia
fe25a9aa36
remove warnings when calling unsafeBitCast()
2017-03-09 18:59:37 +09:00
John Estropia
f21e4e12e0
Merge branch 'develop' into corestore4_develop
2017-03-09 18:08:35 +09:00
John Estropia
92890d1e1d
Merge pull request #154 from ruslanskorb/remove-duplicate-code
...
[FetchedResultsControllerDelegate] Remove duplicate code.
2017-03-07 12:58:18 +09:00
Ruslan Skorb
0c483e0e19
[FetchedResultsControllerDelegate] Remove duplicate code.
2017-03-05 12:20:12 +02:00
John Rommel Estropia
6055685c00
WIP: compilable again now
2017-03-02 22:26:45 +09:00
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
7ee027f44d
Test mainContext fetching directly from PSC. Needs benchmarking esp. with merging
2017-02-09 10:49:50 +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