summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make videostreamingstate optionalfeature/optional_video_streaming_stateConlain Kelly2018-07-261-1/+1
* 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
|\ \ \ \ \ \
| * | | | | | Fix stylejacobkeeler2018-07-231-34/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2410 from smartdevicelink/fix/extended_media_mode_buildJacob Keeler2018-07-232-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix EXTENDED_MEDIA_MODE buildjacobkeeler2018-07-232-7/+7
|/ / / / /
* | | | | Merge pull request #2328 from ZhdanovP/fix/remove_commented_codeJackLivio2018-07-205-51/+35
|\ \ \ \ \
| * | | | | Uncomment UT'sv-malko42018-07-111-0/+45
| * | | | | Remove commented codeZhdanovP2018-07-045-61/+0
* | | | | | Merge pull request #2404 from LitvinenkoIra/fix/external_policy_buildJackLivio2018-07-207-19/+21
|\ \ \ \ \ \
| * | | | | | Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ...Ira Lytvynenko (GitHub)2018-07-207-19/+21
|/ / / / / /
* | | | | | Merge pull request #2242 from ashwink11/feature/issue_892_AudioStreamingIndic...JackLivio2018-07-195-0/+45
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | UT changesAshwin Karemore2018-07-023-0/+11
| * | | | | Added parameter in SetMediaClockTimer RPCAshwin Karemore2018-07-022-0/+34
* | | | | | Merge pull request #2391 from smartdevicelink/feature/STL_sharedptr_implement...Jacob Keeler2018-07-19412-3553/+2236
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | style fixfeature/STL_sharedptr_implementation_round2Jacob Keeler2018-07-191-1/+0
| * | | | | remove goofy extra whitespaceConlain Kelly2018-07-1843-69/+0
| * | | | | Merge branch 'develop' into feature/STL_sharedptr_implementation_round2Conlain Kelly2018-07-189-183/+29
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2376 from smartdevicelink/feature/include_deprecated_warn...fix/request_from_hmi_has_param_with_out_of_boundsfix/media_app_must_get_attenuated_streaming_state_when_navi_app_starts_streamingfix/hmi_sends_request_with_string_param_with_invalidJacob Keeler2018-07-182-4/+20
|\ \ \ \ \ \
| * | | | | | Fix uses of deprecated methods in projectfeature/include_deprecated_warningsJacob Keeler2018-07-171-3/+19
| * | | | | | Change CMake flags to include deprecated warningsJacob Keeler2018-07-171-1/+1
* | | | | | | Merge pull request #2297 from smartdevicelink/feature/use_STL_atomicsJacob Keeler2018-07-177-178/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'develop' into feature/use_STL_atomicsfeature/use_STL_atomicsJacob Keeler2018-07-172143-133534/+119315
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-257-178/+9
| | * | | | | style fixConlain Kelly2018-07-18155-627/+496
| | * | | | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-18412-3227/+2112
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2199 from smartdevicelink/feature/handling_VR_help_requestsJacob Keeler2018-07-1626-251/+1375
|\ \ \ \ \ \
| * | | | | | Updated logic regarding VR commands caching and limitationsfeature/handling_VR_help_requestsAndrii Kalinich2018-07-142-82/+87