summaryrefslogtreecommitdiff
path: root/src/components/smart_objects
Commit message (Expand)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-2922-70/+69
* Add missing Boost include directoriesfix/missing_boost_include_dirJacob Keeler2019-04-031-0/+1
* Add description to allow_unknown_enumsfix/unknown_enum_valuesjacobkeeler2019-03-1211-1/+45
* Rename `allow_unknown_parameters` in SO filesjacobkeeler2019-03-1219-27/+27
* Allow for unknown enum values when validating messagesjacobkeeler2019-03-1119-54/+85
* RPC Passing and Handling unknown RPC parameters (#2821)Shobhit Adlakha2019-03-079-35/+59
* GetFile RPC (#2811)Shobhit Adlakha2019-03-061-0/+3
* Getting HybridAppPreference from enumShobhitAd2018-11-131-4/+3
* Style fixShobhitAd2018-10-011-2/+4
* Fix 188233 Unitialized scalar fieldShobhitAd2018-09-301-1/+2
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-2938-511/+514
* Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-212-0/+2
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-1719-149/+0
* Remove redundant function validateJackLivio2018-08-1419-271/+38
* Address commentsJackLivio2018-08-141-1/+1
* Address CommentsJackLivio2018-08-132-26/+18
* Fix StyleJackLivio2018-08-131-1/+2
* Revert to return shared_ptrJackLivio2018-08-131-2/+2
* Address comments and logic refactorJackLivio2018-08-103-128/+86
* Make sure iterator is validJackLivio2018-08-081-2/+3
* Change boost optional to compare boost::noneJackLivio2018-08-081-9/+8
* Update based on commentsJackLivio2018-08-072-25/+34
* Add history unit test for CObjectSchemaItemJackLivio2018-08-051-0/+40
* Check StyleJackLivio2018-08-0519-174/+267
* Fixes in history logic for enumsJackLivio2018-08-051-3/+79
* Fixes for parsing enum history elementsJackLivio2018-08-041-5/+5
* Add enum history support to generatorJackLivio2018-08-041-0/+65
* Validate correct history itemJackLivio2018-08-041-2/+13
* Add support for struct param historyJackLivio2018-08-032-7/+43
* Add support for mandatory and removed versioningJackLivio2018-08-0119-22/+359
* style fixConlain Kelly2018-07-1812-19/+10
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1819-38/+40
* Initial implementationAndriy Byzhynar2018-05-182-8/+10
* Update PR to use new DEPRECATED macrofeature/invalid_data_infojacobkeeler2018-01-1911-14/+3
* Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-3027-540/+472
* Deprecate old validate methodsjacobkeeler2017-09-2919-7/+187
* Fix build errors from merge and remove quotes from error messagesjacobkeeler2017-09-296-29/+16
* Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-0427-290/+592
* Add patch version to Mobile and HMI APIsfeature/API_patch_versionJacob Keeler2017-04-271-0/+2
* Update test namespaces in rpc_base and smart_object testIvo Stoilov (GitHub)2017-01-2515-66/+69
* Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-0/+1
* Refactor CMake filesIvo Stoilov (GitHub)2017-01-122-38/+19
* Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-052-19/+38
* Refactor CMake filesIvo Stoilov (GitHub)2016-12-302-38/+19
* Remove redundant aliases to smart_objects namespaceSergey Levchenko (GitHub)2016-11-101-0/+3
* Format all code in projectKozoriz2016-04-2632-653/+814
* Merge branch 'master' into developagaliuzov2016-05-1513-45/+79
|\
| * SDL transfer PlayTone parameter to HMI in speak request.dtrunov2016-01-2513-45/+79
| * Moved, Enabled and partially refactored Unit testsiAndrew52015-10-203-204/+33
* | Integrate CustomStringdtrunov2016-01-203-94/+179