summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowConstantTBT.m
Commit message (Expand)AuthorAgeFilesLines
* Deprecate RPC superclass initializersJoel Fischer2019-05-141-22/+25
* addressed feedbackMihail Vyrko2019-04-031-11/+11
* verify type of returned objectsMihail Vyrko2019-03-201-8/+8
* Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-051-23/+23
* All RPC names moved to SDLRPCFunctionNamesNicoleYarroch2019-03-051-1/+2
* RPC arrays are now immutableJoel Fischer2017-01-201-2/+2
* Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...feature/struct_property_rewriteMuller, Alexander (A.)2017-01-181-23/+27
|\
| * Merge remote-tracking branch 'origin/develop' into feature/sdl_0018_nullabili...Muller, Alexander (A.)2017-01-111-1/+1
| |\
| * | Updated getter methods for properties to handle nullability.Muller, Alexander (A.)2016-12-221-6/+6
| * | Added nullability annotations for requests.Muller, Alexander (A.)2016-12-221-23/+27
* | | Added in missing implementations of dictionary categories.Muller, Alexander (A.)2017-01-171-22/+3
* | | Moved the import from SDLRPCStruct to implementation of all classes to remove...Muller, Alexander (A.)2017-01-171-0/+1
* | | Merge remote-tracking branch 'origin/develop' into feature/struct_property_re...Muller, Alexander (A.)2017-01-171-1/+1
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-111-1/+1
| |\ \ | | |/ | |/|
| | * Fixed types for multiple different class's instance initializers.Muller, Alexander (A.)2016-11-301-1/+1
* | | Migrated to using a category instead of adding the classes to the subclass of...Muller, Alexander (A.)2016-11-091-22/+22
* | | Updated setter/getter for all rpcs and structs to use convenience methods.Muller, Alexander (A.)2016-11-061-55/+11
|/ /
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-0/+21
|\ \ | |/
| * Run clang-formatJoel Fischer2016-11-031-2/+2
| * Added missing generics and removed remaining NSNumbers used in initializersMuller, Alexander (A.)2016-10-241-1/+1
| * Removed NSNumbers in favor of their primitive types for initializers.Muller, Alexander (A.)2016-10-201-3/+3
| * rewrote initializers to look nicer.Muller, Alexander (A.)2016-10-201-13/+17
| * Initial commit of deprecated SDLRPCRequestFactory and added inits.Muller, Alexander (A.)2016-10-201-0/+17
* | Updated all NSNumbers with type generic.Muller, Alexander (A.)2016-10-221-6/+6
* | Added missing genericsMuller, Alexander (A.)2016-10-171-4/+4
* | Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-10-131-14/+8
|\ \
| * \ Merge branch 'develop' into feature/issue_151_struct_dictionary_initJoel Fischer2016-09-301-35/+34
| |\ \
| * | | Migrated initWithDictionary to take non-mutable dictionary as parameter.Muller, Alexander (A.)2016-09-221-9/+3
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/develop' into feature/issue_247_objc_gen...Muller, Alexander (A.)2016-09-271-35/+34
|\ \ \ | | |/ | |/|
| * | Updated naming of some constant.Muller, Alexander (A.)2016-09-221-4/+4
| * | Reverted SDLNames to Project instead of Public.Muller, Alexander (A.)2016-09-221-2/+1
| * | Replaced all defines with constant strings of the SDLName typedef. Also modif...Muller, Alexander (A.)2016-09-211-35/+35
| |/
* | Updated to include generics for all collection objects.Muller, Alexander (A.)2016-09-191-6/+6
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+177