| .. |
|
YapBidirectionalCache.h
|
Performance improvements for YapBidirectionalCache.
|
2016-03-30 11:36:45 -07:00 |
|
YapBidirectionalCache.m
|
Fixing bug in YapBidirectionalCache.
|
2016-04-05 17:03:15 -07:00 |
|
YapCache.h
|
Standardizing the name of an internal define for toggling statistics in YapCache.
|
2016-03-16 12:25:33 -07:00 |
|
YapCache.m
|
Performance improvements for YapCache.
|
2016-03-30 11:35:45 -07:00 |
|
YapCollectionKey.h
|
fix nullability
|
2016-09-06 17:35:26 +08:00 |
|
YapCollectionKey.m
|
Removing some dead code.
|
2016-04-01 17:28:28 -07:00 |
|
YapDatabaseAtomic.h
|
Making YapDatabaseAtomic a public utility.
|
2018-12-17 08:48:05 -05:00 |
|
YapDatabaseConnectionConfig.h
|
Deprecating the defaultX properties in YapDatabase, in favor of the new(ish) YapDatabaseConnectionConfig class.
|
2018-03-18 13:41:13 -06:00 |
|
YapDatabaseConnectionConfig.m
|
Deprecating the defaultX properties in YapDatabase, in favor of the new(ish) YapDatabaseConnectionConfig class.
|
2018-03-18 13:41:13 -06:00 |
|
YapDatabaseCryptoUtils.h
|
<>
|
2018-07-04 02:21:55 -07:00 |
|
YapDatabaseCryptoUtils.m
|
Clean up ahead of PR.
|
2018-01-25 10:56:59 -05:00 |
|
YapDatabaseQuery.h
|
Fixing a bunch of minor analyzer warnings. Mostly fixing nullability annotations.
|
2018-11-12 18:08:11 -05:00 |
|
YapDatabaseQuery.m
|
Fixing a bunch of minor analyzer warnings. Mostly fixing nullability annotations.
|
2018-11-12 18:08:11 -05:00 |
|
YapDirtyDictionary.h
|
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 |
|
YapDirtyDictionary.m
|
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 |
|
YapMurmurHash.h
|
Added nullability annotations
|
2015-10-24 14:57:31 -04:00 |
|
YapMurmurHash.m
|
Fixing type signatures for YapMurmurHashData methods.
|
2015-07-02 14:19:06 -07:00 |
|
YapMutationStack.h
|
Added nullability annotations
|
2015-10-24 14:57:31 -04:00 |
|
YapMutationStack.m
|
Adding a YapMutationStack class to solve the remaining edge cases surrounding mutation-during-enumeration detection.
|
2015-10-16 16:34:28 -07:00 |
|
YapProxyObject.h
|
Fixing a bunch of minor analyzer warnings. Mostly fixing nullability annotations.
|
2018-11-12 18:08:11 -05:00 |
|
YapProxyObject.m
|
Simplifying YapDatabaseHooks API & adding unit tests for it.
|
2015-09-10 11:05:41 -07:00 |
|
YapSet.h
|
Adding count property to YapSet.
|
2016-03-10 13:40:47 -08:00 |
|
YapSet.m
|
Adding count property to YapSet.
|
2016-03-10 13:40:47 -08:00 |
|
YapWhitelistBlacklist.h
|
Added nullability annotations
|
2015-10-24 14:57:31 -04:00 |
|
YapWhitelistBlacklist.m
|
Adding YapWhitelistBlacklist class. This replaces primitive whitelist sets for things like options.allowedCollections.
|
2014-09-06 12:56:35 -07:00 |