Commit Graph

13 Commits

Author SHA1 Message Date
Blake Watters
e98c3b831a Align formatting and fill in @name sections within the Search module documentation 2012-09-16 14:33:20 -04:00
Blake Watters
dfd10c4510 Formatting fixes and missing parameters 2012-09-13 07:05:59 -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
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
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
adfaaf29ca Add Apache license boilerplate to several files 2012-08-29 13:25:28 -04:00
Blake Watters
fe3b710e9a Add RK prefix to module header files to disambiguate on import from CocoaPods 2012-08-28 21:01:07 -04:00
Blake Watters
ce6b0829e4 Convert RestKit to ARC 2012-08-28 17:34:58 -04:00
Blake Watters
ad63be902d Use a predicate template with substitution values during search indexing for performance 2012-08-23 11:01:30 -04:00
Blake Watters
0e8e08e664 Update search indexing method definition for clarity. Added tests for new error cases and added support for specifying searchable attributes using NSAttributeDescription objects in addition to NSString attribute names 2012-08-14 09:57:28 -04:00
Blake Watters
3dd0b722b3 Added INFO logging to report on status during long running managed object context indexing 2012-08-10 19:45:48 -04:00
Blake Watters
232b3eb861 Implemented new search engine for managed objects. 2012-08-01 18:12:53 -04:00