summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #917 from wolfylambova22/feature/fully_cover_comands_with_UTfeature/pre_5_0_0_modificationsAndriy Byzhynar (GitHub)2016-11-0316-481/+444
|\
| * Fully cover commands with UTvlambova2016-11-0216-481/+444
* | Merge pull request #929 from smartdevicelink/revert-923-feature/SDL_behavior_...Alexander Kutsan (GitHub)2016-11-028-359/+291
|\ \
| * | Revert "CreateInteraction/PerformInteraction: case with the same MenuName or ...Alexander Kutsan (GitHub)2016-11-028-359/+291
|/ /
* | Merge pull request #923 from LevchenkoS/feature/SDL_behavior_in_case_of_same_...Alexander Kutsan (GitHub)2016-11-028-291/+359
|\ \ | |/ |/|
| * Add Doxygen comments to the functorsSergey Levchenko (GitHub)2016-11-022-0/+16
| * Visually improve PerformInteractionRequestSergey Levchenko (GitHub)2016-11-023-31/+37
| * Visually improve CreateInteractionChoiceSetRequestSergey Levchenko (GitHub)2016-11-011-60/+61
| * Move InsertIntoSet function to stl_utils.hSergey Levchenko (GitHub)2016-11-013-21/+20
| * Update unit tests for PerformInteractionRequestSergey Levchenko (GitHub)2016-11-011-76/+63
| * PerformInteraction: DUPLICATE_NAME MenuName or/and vrSynonyms within ChoiceSetsSergey Levchenko (GitHub)2016-11-012-135/+98
| * Update unit tests for CreateInteractionRequestSergey Levchenko (GitHub)2016-11-011-21/+30
| * CreateInteractionChoiceSet: SUCCESS the same menuName or vrCommand in differe...Sergey Levchenko (GitHub)2016-10-313-44/+131
* | Merge pull request #922 from indlu/feature/Change_behavior_SoftButton_if_para...Andriy Byzhynar (GitHub)2016-11-011-34/+31
|\ \ | |/ |/|
| * Change behavior SoftButton if parameters are invalidatimchenko2016-10-311-34/+31
|/
* Cover commands with unit tests (#912)Andriy Tymchenko (GitHub)2016-10-285-92/+697
* Following cases were covered: (#915)Viktoriya Lambova (GitHub)2016-10-271-4/+71
* Merge pull request #911 from okozlovlux/feature/Create_UT_AlertRequest_Slider...Andriy Byzhynar (GitHub)2016-10-263-119/+1033
|\
| * Create unit test for mobile commandsokozlovlux2016-10-263-119/+1033
* | Remove PrintSmartObject (#914)Sergey Levchenko (GitHub)2016-10-2522-152/+79
* | Merge pull request #894 from okozlovlux/feature/Cover_commands_with_UTAndriy Byzhynar (GitHub)2016-10-258-482/+810
|\ \ | |/ |/|
| * Remove redundant functions in CreateInteractionChoiceSetRequest and ResetGlob...okozlovlux2016-10-253-126/+3
| * Cover commands with unit testsokozlovlux2016-10-255-356/+807
* | Merge pull request #887 from LuxoftAKutsan/feature/distcc_and_ccache_usageAlexander Kutsan (GitHub)2016-10-141-0/+33
|\ \
| * | Add distcc and ccache as cmake optionsAlexander Kutsan2016-10-101-0/+33
* | | Cover commands with UT (#874)Kozlov Oleksandr (GitHub)2016-10-143-13/+575
* | | Remove all redundant local redefinitions of `smart_objects` namespace (#889)Sergey Levchenko (GitHub)2016-10-1339-126/+59
| |/ |/|
* | Merge pull request #877 from dcherniev/feature/Fully_cover_commands_with_unit...Andriy Byzhynar (GitHub)2016-10-115-200/+436
|\ \
| * | Add unit tests for some commandsdcherniev2016-10-105-200/+436
| |/
* | Remove AppID from GetWayPoints response (#888)Oleh Herasym (GitHub)2016-10-111-4/+1
|/
* Fix defects found by application_manager_test under WinQt (#878)Vladislav Antonov (GitHub)2016-10-072-31/+35
* Remove all incorrect usages of std::string (#870)Sergey Levchenko (GitHub)2016-10-0720-83/+96
* Merge pull request #876 from LuxoftAKutsan/fix/add_logger_include_dirrectoriesAlexander Kutsan (GitHub)2016-10-072-0/+5
|\
| * Add Logger linkage to policy Table ValidatorAlexander Kutsan2016-10-071-0/+1
| * Add logger include directoriesAlexander Kutsan2016-10-061-0/+4
* | Merge pull request #875 from smartdevicelink/developAlexander Kutsan (GitHub)2016-10-0671-1020/+3084
|\ \ | |/ |/|
| * Merge pull request #833 from antongovorov/feature/DisableOpenSSLLibUsbRebuildarchive/develop_20160928Andriy Byzhynar (GitHub)2016-10-064-20/+22
| |\
| | * Remove OpenSSL & libusb builds from sources during every SDL build on TeamCityagovorov2016-10-054-20/+22
| * | Merge pull request #864 from okozlovlux/feature/Fully_cover_commands_with_UT_5Andriy Byzhynar (GitHub)2016-10-065-78/+438
| |\ \
| | * | Cover commands with unit testsokozlovlux2016-10-054-77/+437
| | * | Fix issue with validation of message paramsokozlovlux2016-10-031-1/+1
| * | | Merge pull request #866 from vlantonov/fix/am_resumption_test_defects_winqtAndriy Byzhynar (GitHub)2016-10-052-183/+213
| |\ \ \
| | * | | Fix defects found by am_resumption_test under WinQtVladislav Antonov2016-10-052-183/+213
| * | | | Merge pull request #863 from vlantonov/fix/am_policies_test_defects_winqtAndriy Byzhynar (GitHub)2016-10-052-131/+195
| |\ \ \ \
| | * | | | Fix defects found by am_policies_test under WinQtVladislav Antonov2016-10-042-131/+195
| | |/ / /
| * | | | Fix/validate response from hmi in get way points genivi (#849)Oleh Herasym (GitHub)2016-10-056-54/+253
| * | | | Fix Unit Tests for Threads (#867)Pavel Vasilev (GitHub)2016-10-041-280/+98
| * | | | Merge pull request #859 from okozlovlux/feature/Fully_cover_commands_with_UT_4Andriy Byzhynar (GitHub)2016-10-045-0/+322
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fully cover commands with unit testsokozlovlux2016-10-035-0/+323
| * | | | Merge pull request #861 from vlantonov/fix/am_commands_test_defects_winqtAndriy Byzhynar (GitHub)2016-10-0427-82/+319
| |\ \ \ \ | | |/ / / | |/| | |