Commit Graph

1743 Commits

Author SHA1 Message Date
Stephan Diederich
48bf8d3ec0 sign the device version with a developer certificate
remove overwriting config from target setting
2012-09-09 19:51:26 +02:00
Stephan Diederich
25bb1f2d9e set public headers to 'Public' 2012-09-09 19:51:25 +02:00
Stephan Diederich
1a0d94ea9d added a few more groups to xcodeproject
+ minor file reorder in xcode project
2012-09-09 19:51:16 +02:00
Stephan Diederich
bc6c32098b add a workspace to hold all samples and the RestKit project 2012-09-09 19:49:59 +02:00
Blake Watters
e393236c43 Add context to the logs at the trace level 2012-09-09 12:35:32 -04:00
Blake Watters
5688c4d2ee Header updates work in progress 2012-09-09 12:35:08 -04:00
Blake Watters
125f123068 Header docs for request and response descriptors 2012-09-09 11:29:45 -04:00
Blake Watters
ba7904632d Add Header logging when log level is Trace 2012-09-09 11:23:09 -04:00
Blake Watters
565248ca88 requestForRouteNamed: -> requestWithPathForRouteNamed: 2012-09-07 11:47:11 -04:00
Blake Watters
8835d4bbbe Normalize routable object request primitives around the getObjectAtPath naming convention for consistency. Docs update. 2012-09-07 11:39:24 -04:00
Blake Watters
bed7779be4 Kill default mapping queue. Basic header docs for RKObjectManager 2012-09-06 11:48:31 -04:00
Blake Watters
6af117cd80 API consistency cleanup: multipartFormRequestForObject: -> multipartFormRequestWithObject: 2012-09-05 21:00:24 -04:00
Blake Watters
22a68baf0c Rework podspec to organize header file imports to match existing RestKit releases 2012-09-05 11:04:42 -04:00
Blake Watters
9f67cb5c0f Remove Tools dir 2012-09-05 09:23:45 -04:00
Blake Watters
2aefb46e6a Remove bundled appledoc in favor of installation via homebrew 2012-09-05 09:22:55 -04:00
Blake Watters
046f8f7766 Drop double star from comment to prevent indexing by appledoc 2012-09-05 07:53:24 -04:00
Blake Watters
d4104c2a12 Only generate docs from header files to remove private classes from being included in docset 2012-09-05 06:53:50 -04:00
Blake Watters
a549ccc5c4 Killing dictionaryWithKeysAndObjects: as Objective-C literals provides a nicer implementation 2012-09-04 22:16:26 -04:00
Blake Watters
521269f2e7 Remove NSArray and NSData categories from Support header 2012-09-04 21:46:37 -04:00
Blake Watters
b1a2677937 Eliminate NSData and NSArray additions categories. Kill date formatter wrapper class 2012-09-04 21:43:37 -04:00
Blake Watters
658e392468 Header docs 2012-09-04 21:42:10 -04:00
Blake Watters
627f6f5b7b Resource Path -> Path 2012-09-04 21:24:33 -04:00
Blake Watters
d31b7a13c2 Fix backticks formatting issue in serialization section of README.md 2012-09-04 15:21:54 -04:00
Blake Watters
bd7b084fc0 Move RKMIMETypeSerialization to Support module 2012-09-04 13:27:42 -04:00
Blake Watters
5ecb6cc589 Switch logging component to Network instead of ObjectMapping 2012-09-04 13:14:59 -04:00
Blake Watters
e0d5b6e690 Change comment to reference mapping instead of serializing to disambiguate 2012-09-04 13:14:38 -04:00
Blake Watters
10377d0a70 Overhaul RKParser API's for clarity and simplicity:
* Adds support for NSJSONSerialization. closes #476
* Renames RKParser to RKSerialization
* Renames RKParserRegistry to RKMIMETypeSerialization
* Rework serialization implementations API's to use class methods
* Fold together string and regular expression matching for MIME Type registrations
* Port serialization implementations to working off of NSData instead of NSString. refs #762
* Migrate JSONKit to being an optional component. See https://github.com/RestKit/RKJSONKitSerialization
2012-09-04 13:07:31 -04:00
Blake Watters
a74b8717dc Pulling out RKURL in favor of vanilla NSURL 2012-09-03 17:07:09 -04:00
Blake Watters
3eda5832cb Migrating files between modules to better reflect logical grouping with AFNetworking in the mix 2012-09-03 16:51:13 -04:00
Blake Watters
e67848439c Migrate to NSData based parsing/serialization. Slim down RKObjectSerializer and rename to RKObjectParameters. refs #762 2012-09-03 16:23:22 -04:00
Blake Watters
cb624080b2 Removing legacy serialization code 2012-09-03 16:19:00 -04:00
Blake Watters
f16d995053 Remove unnecessary initializer and syntehsized ivars from RKMappingTest 2012-09-02 18:41:20 -04:00
Jawwad Ahmad
285586a5b5 Some code formatting cleanup. 2012-09-02 13:15:14 -04:00
Jawwad Ahmad
8cbdb5f7ed Trailing whitespace cleanup from files in the Code directory.
Used the following command from within the Code dir:
git ls-files *.m *.h *.json | xargs /usr/bin/sed -i '' -E 's/[[:space:]]*$//'
2012-09-02 12:51:45 -04:00
Jawwad Ahmad
c70ab49457 Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode). 2012-09-02 12:28:45 -04:00
Jawwad Ahmad
b2a0da7ce1 Fix a few ARC errors that only appear in Xcode 4.4 and not in 4.5 2012-09-02 12:22:53 -04:00
Blake Watters
2eb8422ad0 Update README to include third-party dependencies on LibComponentLogging, SOCKit, and iso8601parser 2012-09-02 11:51:50 -04:00
Blake Watters
d25a5ee308 First cut at new README.md file for 0.20.x 2012-09-02 11:42:20 -04:00
Blake Watters
9c9126c6ce Adds support for establishing Core Data Relationship connections using keyPath in addition to fetches across the object graph. refs #913 2012-08-31 17:48:07 -04:00
Blake Watters
dfec6b8615 Migrate the category fix macros into RKMacros.h 2012-08-31 17:47:44 -04:00
Blake Watters
8ebe249d8a Remove RKBenchmark from RKSupport header 2012-08-31 17:47:44 -04:00
Blake Watters
2cf16be6cb Add support for performing object mapping with type transformations across relationships defined with keyPaths 2012-08-31 17:47:44 -04:00
Blake Watters
a59ced28a5 Fix crash when performing an import with a nil keyPath mapping 2012-08-31 17:47:44 -04:00
Blake Watters
48802c09da Primary Key predicate associated object should be set non-atomically 2012-08-31 17:47:44 -04:00
Blake Watters
33df114c01 Eliminate NSClassFromString handling for NSOrderedSet since we target iOS 5.0+ now 2012-08-31 17:47:44 -04:00
Blake Watters
fb8c182f95 Moving several classes out to new RKExtras repository 2012-08-31 17:47:44 -04:00
Jawwad Ahmad
6f2db23566 Add NSAssert to check the self.mutablePropertyMappings variable. 2012-08-30 18:56:33 -04:00
Jawwad Ahmad
c0b6a95e10 Hardcode AFHTTPRequestOperation instead of [self superclass] since this will fail if it is invoked by a subclass. 2012-08-30 15:57:44 -04:00
Jawwad Ahmad
4834da10ea Call the proper designated initializer in order to resolve connection mappings not being applied. 2012-08-30 13:33:33 -04:00
Blake Watters
22c4f891e9 Removed RKCache 2012-08-30 10:25:25 -04:00