summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCResponse.m
Commit message (Expand)AuthorAgeFilesLines
* Working to fix some test issuesJoel Fischer2019-06-061-0/+5
* Deprecate RPC superclass initializersJoel Fischer2019-05-141-12/+22
* addressed feedbackMihail Vyrko2019-04-031-4/+4
* verify type of returned objectsMihail Vyrko2019-03-201-4/+7
* Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-051-11/+11
* Fixed issue with incorrectly parsing SDLRPCResponses.Muller, Alexander (A.)2017-01-191-6/+6
* Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...feature/struct_property_rewriteMuller, Alexander (A.)2017-01-181-2/+6
|\
| * Updated response to remove nullability for nonnull properties.Muller, Alexander (A.)2017-01-111-6/+6
| * Added nullability annotations for requests.Muller, Alexander (A.)2016-12-221-8/+12
* | Moved the import from SDLRPCStruct to implementation of all classes to remove...Muller, Alexander (A.)2017-01-171-0/+1
* | Migrated to using a category instead of adding the classes to the subclass of...Muller, Alexander (A.)2016-11-091-10/+10
* | Updated setter/getter for all rpcs and structs to use convenience methods.Muller, Alexander (A.)2016-11-061-28/+11
|/
* Updated all NSNumbers with type generic.Muller, Alexander (A.)2016-10-221-4/+4
* Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-141-1/+1
|\
| * Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-09-271-14/+14
| |\
| * | Updated to include generics for all collection objects.Muller, Alexander (A.)2016-09-191-1/+1
* | | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-131-14/+14
|\ \ \ | | |/ | |/|
| * | Reverted SDLNames to Project instead of Public.Muller, Alexander (A.)2016-09-221-1/+1
| * | Replaced all defines with constant strings of the SDLName typedef. Also modif...Muller, Alexander (A.)2016-09-211-15/+15
| |/
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-7/+3
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+89