summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove app from waypoints list (copied from Sync3.2v2)fix/SDL_does_not_remove_app_from_waypoints_listMaksym Ked (GitHub)2018-08-211-0/+1
* fixup! Refactor register app interface request logicAlexander2018-08-091-1/+1
* Added resumption and revert resumption process.BSolonenko2018-08-095-5/+833
* Added revert resumption option for pluginsBSolonenko2018-08-097-35/+146
* Removed resumption data process from resume ctrl.BSolonenko2018-08-092-271/+2
* Typo fix in Application ManagerAlexander2018-08-091-1/+1
* fixup! Refactor register app interface request logicAlexander2018-08-091-1/+1
* Refactor register app interface request logicAlexander2018-08-093-218/+352
* Merge pull request #2419 from LuxoftAKutsan/fix/boost_using_third_party_varia...fix/sdl_must_store_onwaypointchange_internallyJackLivio2018-08-013-3/+6
|\
| * Set absolute path for linking boost libraries to utilsAlexander2018-08-013-3/+6
|/
* Merge pull request #2276 from ashwink11/feature/SDL_0042_Transfer_RPC_with_In...Jacob Keeler2018-07-3119-101/+420
|\
| * Fix defects found after ATF testingAKalinich-Luxoft2018-07-303-30/+31
| * Answer Livio commentsAKalinich-Luxoft2018-07-306-42/+47
| * fix styleAshwin Karemore2018-07-265-23/+17
| * added UT for warningsAshwin Karemore2018-07-265-1/+223
| * create interaction choice set run method changesAshwin Karemore2018-07-261-19/+16
| * revert image check and return Warning or invalid dataAshwin Karemore2018-07-2617-70/+262
| * fix for show RPC UTAshwin Karemore2018-07-261-8/+19
| * fix build after resolving conflictAshwin Karemore2018-07-261-3/+3
| * fix for invalid image rpc in create interaction choice set requestAshwin Karemore2018-07-265-59/+46
| * UT fix after removing image checkAshwin Karemore2018-07-265-31/+93
| * removed image check in RPCAshwin Karemore2018-07-268-152/+0
* | Merge pull request #2474 from smartdevicelink/fix/remove_bool_lock_constructorsJacob Keeler2018-07-314-7/+4
|\ \
| * | remove Lock(bool) constructorsConlain Kelly2018-07-304-7/+4
| |/
* | Merge pull request #2473 from smartdevicelink/fix/invalid_ptr_assignmentJacob Keeler2018-07-301-2/+2
|\ \ | |/ |/|
| * Return correct pointer type in ParseArray()fix/invalid_ptr_assignmentConlain Kelly2018-07-301-2/+2
|/
* Merge pull request #2416 from smartdevicelink/feature/nicer_travisJacob Keeler2018-07-241-3/+1
|\
| * Only run tests on successful buildfeature/nicer_travisconlain-k2018-07-231-2/+1
| * Add multithread and move tests into main buildConlain Kelly2018-07-201-2/+1
* | Merge pull request #2392 from smartdevicelink/feature/boost_lock_implementationJacob Keeler2018-07-2435-332/+253
|\ \
| * | Remove exception-handling code, extra constructorsfeature/boost_lock_implementationConlain Kelly2018-07-244-69/+36
| * | Make sure boost target is always there, utils needs it nowConlain Kelly2018-07-241-27/+27
| * | add boost thread component requirement to cmakeconlain-k2018-07-201-1/+1
| * | Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-19412-3553/+2236
| |\ \
| * | | maybe final cleanupConlain Kelly2018-07-181-26/+25
| * | | rename cond var implementation fileConlain Kelly2018-07-181-0/+0
| * | | style fixConlain Kelly2018-07-187-15/+13
| * | | Cleanup, add more error checkingConlain Kelly2018-07-181-34/+15
| * | | ayyy it buildsConlain Kelly2018-07-184-8/+8
| * | | Cleanup, add some cmake supportConlain Kelly2018-07-189-462/+11
| * | | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-182202-134087/+124022
| |\ \ \
| * | | | dump current implementation, currently stuck on bigger SDL lock scoping bugConlain Kelly2018-06-058-83/+140
| * | | | Begin changing locks over, very segfault-y right nowConlain Kelly2018-05-3132-199/+622
* | | | | Merge pull request #2017 from shoamano83/fix/sdl-0139_apt_clarificationJacob Keeler2018-07-235-21/+82
|\ \ \ \ \
| * | | | | Update comment fields of AudioPassThru capabilities in HMI_API.xmlSho Amano2018-02-161-7/+22
| * | | | | Update comment fields of AudioPassThru capabilities in MOBILE_API.xmlSho Amano2018-02-161-7/+22
| * | | | | Update sample audio file to be monauralSho Amano2018-02-161-0/+0
| * | | | | fix: make sure to run AudioPassThru in monauralSho Amano2018-02-161-4/+26
| * | | | | fix: remove RIFF header from audio stream for AudioPassThruSho Amano2018-02-161-3/+12
* | | | | | Merge pull request #2411 from smartdevicelink/fix/styleJacob Keeler2018-07-231-34/+31
|\ \ \ \ \ \