Commit Graph

94 Commits

Author SHA1 Message Date
Robbie Hanson
ca0cb15154 Fix for issue #444 - Compiler warnings in Xcode 9 2018-05-23 17:30:28 -04:00
Robbie Hanson
cc678addef Updating YDBRelationship delete rules for files, to match recent changes for delete rules for nodes. Addresses issue #148 2018-04-04 10:56:58 -07:00
Robbie Hanson
b9d9fe42f6 Adding ConnectionPool to CocoaPods & Carthage. 2018-03-19 14:01:44 -06:00
Robbie Hanson
e26639737d New utility class: YapDatabaseConnectionPool. A simple load balancer designed for background (non-main-thread) tasks that perform read-only transactions. 2018-03-19 13:30:56 -06:00
Robbie Hanson
05a3bbf01d Updating unit test project via 'pod install'. 2018-03-18 12:44:31 -06:00
Robbie Hanson
690cb2de14 Fixing Xcode project for unit tests (desktop) 2017-11-24 18:15:52 -05:00
Robbie Hanson
8e455fe858 Fixing unit test projects via pod install. 2017-07-18 16:28:01 -07:00
Robbie Hanson
361eecf215 Fixing unit test projects via pod install. 2017-07-18 14:08:27 -07:00
Robbie Hanson
1b612ace26 Updating CocoaLumberjack to v3.x in unit test projects. 2017-05-16 13:35:42 -07:00
Robbie Hanson
f3fa463944 Updating Xcode projects with Xcode’s latest recommended settings. 2017-01-06 17:57:18 -08:00
Robbie Hanson
1ecb1b861e Merge branch 'master' into v3.0 2017-01-06 17:51:07 -08:00
Robbie Hanson
59e4be80ad Replacing 'Reachability' dependency with embedded 'YapReachability' class. This allows the ActionManager to run on tvOS & watchOS. 2016-09-08 11:24:45 -07:00
Robbie Hanson
a4f2b9f14c Fixing Xcode projects (due to filename change in previous commit). 2016-09-07 17:49:17 -07:00
Robbie Hanson
bdb704ccc9 Updating Unit Test projects to use latest podspec. 2016-09-07 15:14:12 -07:00
Robbie Hanson
d288b2f3bf Working on YapDatabaseManualView extension. 2016-06-18 15:30:21 -07:00
Robbie Hanson
2e540c2a2c Fixing Xcode-desktop project. 2016-06-17 10:36:35 -07:00
Robbie Hanson
c19cef115f Refactoring YapDatabaseView code: Now the core underlying architecture is split into its own abstract base class. This will allow other view-based classes to be created easier. 2016-06-16 17:53:24 -07:00
Robbie Hanson
33a1806f4f Adding more helpful compiler flags to unit test projects. 2016-04-05 17:08:15 -07:00
Robbie Hanson
02848bcdb1 Adding a few helpful compiler flags to unit test projects. 2016-04-05 17:00:49 -07:00
Robbie Hanson
7d7891347c Updating unit test projects via 'pod update'. 2016-03-28 11:30:20 -07:00
Robbie Hanson
ae7b9a8217 Fixing "Xcode-desktop" project via 'pod update'. 2016-03-27 14:20:29 -07:00
Robbie Hanson
4c32bdf392 Fixing "Xcode-desktop" project via 'pod update'. 2016-03-06 11:22:22 -08:00
Robbie Hanson
2806e2e78c Merge branch 'experimental/action-manager' into v2.9 2016-03-06 11:12:46 -08:00
maelp
3d6f1f4bb3 trim lines 2016-02-27 21:00:51 +01:00
maelp
09d559e21c Increase delay 2016-02-27 20:59:49 +01:00
maelp
d10394fe3d Rename 2016-02-27 20:59:34 +01:00
maelp
c288c81ca7 Output 2016-02-27 20:59:07 +01:00
maelp
8d5bb7e82b Update script 2016-02-27 20:57:47 +01:00
maelp
80c965b942 Change log 2016-02-27 20:39:10 +01:00
maelp
50aeb365ae Update script 2016-02-27 20:38:34 +01:00
maelp
c8a6a31eed Update script 2016-02-27 20:27:49 +01:00
maelp
e96224e8eb Update script 2016-02-27 20:12:58 +01:00
maelp
ed5870f170 Add interface 2016-02-27 20:09:10 +01:00
maelp
de39b53c94 Add specialBehavior flag 2016-02-27 20:07:43 +01:00
Robbie Hanson
178d615947 Refactoring ActionManager extension to work more like a traditional extension. Also improving the public API to make it easier to use. 2016-02-18 11:18:53 -08:00
Robbie Hanson
6fb4e15c1d Adding YapDatabaseActionManager to Xcode-desktop testing project. 2016-02-17 16:52:52 -08:00
maelp
7b1f186cff Test extension 2016-02-17 23:51:04 +01:00
maelp
11b70530b5 Add description 2016-02-16 18:41:03 +01:00
maelp
eb918874ed Remove comment 2016-02-16 18:40:01 +01:00
jeremiegirault
2ed6f14a8c CrossProcessNotifications now skips modification in same process (handled by changesets) 2016-02-16 15:25:07 +01:00
jeremiegirault
47dce53fc9 updated pods / added crossprocessnotification extension 2016-02-16 14:42:34 +01:00
maelp
cb5df161c8 Use milisecond sleep method 2016-02-15 23:09:42 +01:00
maelp
36092a6604 Add logs 2016-02-15 23:07:34 +01:00
jeremiegirault
689ad496aa current update 2016-02-15 18:27:34 +01:00
jeremiegirault
c7eb5b27f0 some changes to handle external changes 2016-02-15 17:40:41 +01:00
jeremiegirault
335a007d86 added options start with multiprocess support / added tests 2016-02-15 11:30:11 +01:00
Robbie Hanson
4ff33cf6aa Bug fix for issue #278 - compiler isn't warning about improper parameter type 2016-02-08 11:06:02 -08:00
Robbie Hanson
f4b205e76b Merge branch 'master' into v2.8 2016-01-12 14:50:41 -08:00
Robbie Hanson
6f26aaf9fe Switching from YapEnumerateStatement idea to something faster. 2016-01-12 14:26:02 -08:00
Robbie Hanson
3693a61f8f Adding test code for YapDatabaseRelationship version migration. 2016-01-12 11:43:47 -08:00