Commit Graph

935 Commits

Author SHA1 Message Date
John Estropia 35fbaf9513 updated for Xcode 7 beta 3 2015-07-09 21:25:19 +09:00
John Estropia 450afb00fa Merge branch 'master' into develop
Conflicts:
	CoreStore.podspec
	CoreStore/Info.plist
	CoreStore/Saving and Processing/DataStack+Transaction.swift
2015-07-09 19:01:23 +09:00
John Estropia e0048f589c version bump 0.2.1 2015-07-09 18:57:59 +09:00
John Estropia 929fdfd9a9 remove thread asserts when creating new transactions. fixes https://github.com/JohnEstropia/CoreStore/issues/6 2015-07-09 18:55:35 +09:00
John Estropia 7e0d3120e1 fix jump link for readme 2015-07-09 18:34:42 +09:00
John Rommel Estropia acfe5dd7a7 use GCDKit commit with iOS 7 support 2015-07-09 08:10:36 +09:00
John Rommel Estropia 9da323b0b8 assert migration chain when creating a data stack 2015-07-09 08:08:11 +09:00
John Estropia 4f3e679aa1 Merge branch 'master' into develop
Conflicts:
	CoreStoreDemo/CoreStoreDemo.xcodeproj/xcshareddata/xcschemes/CoreStoreDemo.xcscheme
2015-07-08 12:30:41 +09:00
John Estropia c1967ecdd3 fixed schemes for xcode 6.4 2015-07-08 10:41:18 +09:00
John Estropia 1a56dfd708 shared all schemes for Carthage 0.2.0 2015-07-08 10:28:57 +09:00
John Estropia 5f04f4c496 reversible migrations 2015-07-07 19:38:46 +09:00
John Rommel Estropia 5b85b0749e migration utilities (beta), swift 2 conversion 2015-07-07 08:03:46 +09:00
John Rommel Estropia bf0eebe057 migration utilities (beta) 2015-07-07 07:58:16 +09:00
John Rommel Estropia 261c3a6001 minor changes before Swift 2.0 2015-07-03 00:22:21 +09:00
John Rommel Estropia 91444b6dd3 Merge branch 'master' into develop 2015-07-02 22:47:36 +09:00
John Rommel Estropia 3bbae948ca gitignore 2015-07-02 22:47:19 +09:00
John Rommel Estropia e0b5da27f8 Merge branch 'master' into develop
Conflicts:
	CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
2015-07-02 00:19:26 +09:00
John Estropia d247198093 delete gitignore for old project name 2015-07-01 18:56:37 +09:00
John Estropia 589e5618ce delete unnecessary files 2015-07-01 18:54:39 +09:00
John Rommel Estropia 8402ebcc0f Carthage supportt 2015-07-01 08:13:19 +09:00
John Rommel Estropia 40f22761bf Big update. Migration tools in progress 2015-07-01 08:03:09 +09:00
John Rommel Estropia caf5c570df Merge branch 'develop'
Conflicts:
	CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift
2015-06-19 04:07:27 +09:00
John Rommel Estropia 71c80c3497 marked experimental methods as private to prevent accidental usage 2015-06-19 04:05:56 +09:00
John Rommel Estropia 832dd8826e Updated Demo app with Fetching and Querying samples 2015-06-19 04:02:53 +09:00
John Rommel Estropia fcda83e6ac incomplete migration prototype methods 2015-06-15 01:31:03 +08:00
John Rommel Estropia 7303e05820 fixed demo explanation alert title 2015-06-12 23:46:09 +08:00
John Rommel Estropia a44400a935 version bump 2015-06-10 10:38:08 +09:00
John Rommel Estropia f18d29d9bc created an asynchronous method for adding sqlite store to handle asynchronous migrations. note that this commit breaks previous usage of DataStack.addSQLiteStore(...), which is now renamed to addSQLiteStoreAndWait(...) 2015-06-10 10:37:16 +09:00
John Rommel Estropia c4171de86e removed Median and StandardDeviation from supported aggregates as core data doesn't seem to support them either 0.1.2 2015-06-06 17:44:04 +09:00
John Rommel Estropia b0a637520e updated demo app 2015-06-05 02:21:34 +09:00
John Rommel Estropia e8f17cb33a updated read 2015-06-04 01:04:52 +09:00
John Rommel Estropia 3c29cdf2d2 updated read 2015-06-04 00:44:28 +09:00
John Rommel Estropia e462ae5a19 fixed demo app 0.1.1 2015-06-04 00:40:19 +09:00
John Estropia 6ed6159eec Update README.md 2015-06-03 01:52:01 +09:00
John Rommel Estropia 7710578bbc updated readme 2015-06-03 01:20:14 +09:00
John Rommel Estropia 6727c39e21 updated readme 2015-06-01 01:43:19 +09:00
John Rommel Estropia 6aa24cef2d minor changes, updated README 2015-05-31 14:42:06 +09:00
John Rommel Estropia a6f3c0bf95 pod bump 2015-05-30 17:26:31 +09:00
John Rommel Estropia 869660d41d updated README, added more utilities for updating and deleting objects from transactions 2015-05-30 17:26:06 +09:00
John Estropia 6b8d5df049 Updated README 2015-05-29 22:20:54 +09:00
John Estropia 1ca3ba5407 Update README.md 2015-05-29 09:47:56 +09:00
John Rommel Estropia 4da81250ec updating readme 2015-05-29 08:09:03 +09:00
John Rommel Estropia 994370b806 fixed segmentation fault when compiling for release builds 0.1.0 2015-05-28 01:36:29 +09:00
John Rommel Estropia 2145622578 set fixed dependency version 2015-05-28 00:12:29 +09:00
John Rommel Estropia b2bbf5e3b3 cocoapods 2015-05-28 00:06:31 +09:00
John Rommel Estropia 8361ba1b53 Renaming project because of cocoapods name clash with HardcoreData :( 2015-05-27 22:51:02 +09:00
John Rommel Estropia 1cc4f21336 Added setup and transactions demo 2015-05-26 01:44:49 +09:00
John Rommel Estropia cb867c07ab produce error when different store configurations with same file paths collide 2015-05-23 19:41:15 +09:00
John Rommel Estropia 8374c552f0 full inline sourcecode documentation 2015-05-22 02:26:28 +09:00
John Rommel Estropia 637829ec32 renamed some parameters 2015-05-11 00:29:59 +09:00