forked from RestKit/RestKit
-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/crash fast c string contents #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
YevgenStarikov
wants to merge
131
commits into
razmara:development
Choose a base branch
from
YevgenStarikov:feature/crash_fastCStringContents
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/crash fast c string contents #3
YevgenStarikov
wants to merge
131
commits into
razmara:development
from
YevgenStarikov:feature/crash_fastCStringContents
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ectContext. This enables NSFetchedResultsController to update and re-sort its fetch results and to call its delegate methods in response Managed Object updates merged from another context. See: http://stackoverflow.com/a/3927811/489376 http://stackoverflow.com/a/16296365/489376 for issue details.
…eData.ConcurrencyDebug 1.
Concurrency Fixes
As recommended by [CocoaLumberjack logging contexts documentation](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/8adde11d0b16843cb45b81dc9b60d1430eb9b538/Documentation/CustomContext.md#example-2) > This will allow application developers to easily manage the log statements coming from your framework.
…former and propertyValueClass properties
…ates merged from another context.
Fix for issue RestKit#2232. RKAttributeMapping does not copy valueTransformer …
Updated broken URLs for those which have a working alternative
Allow creation of identification predicate based on representation
Fix for compilation on iOS < 7.0. See https://github.com/RestKit/Rest…
…iOS 7 and post-OSX 10.9 SDKs
Removed build warnings when using iOS 8 or 10.10 SDKs for the Date code.
…ontexts Fault updated objects before merging changes into mainQueueManagedObject...
Define contexts for CocoaLumberjack
Maintains support for the use of vendored dependencies inside the main Xcode project itself, rather than using subprojects.
Use __has_include("RKLumberjackLogger.h") instead to check
whether CocoaLumberjack subspec has been included.
…ubspec Put CocoaLumberjack Logging into separate subspec (Fixes Issue RestKit#2262)
…ingIfMappingAnInvalidKeyPath Fix potential crash when mapping an invalid keyPath
Use framework-style import statements
Support "Age" HTTP response header.
[Rakefile] Add a release task
Fixing the following NEW error: "this class is not key value coding-compliant for the key @count" for iOS 10+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Crash fixing -[__NSArrayM _fastCStringContents:]: unrecognized selector sent to instance