summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/app_launch
Commit message (Expand)AuthorAgeFilesLines
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-013-12/+3
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-016-156/+128
* Fix LastState methods thread safe access (#2626)Ira Lytvynenko (GitHub)2020-02-141-36/+50
* Run updated style scriptjacobkeeler2019-04-296-22/+22
* Make DefaultServiceByType privatejacobkeeler2019-03-161-1/+1
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-105-80/+62
|\
| * Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-195-16/+12
| |\
| | * style fixConlain Kelly2018-07-183-5/+1
| | * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-185-15/+15
| * | style fixConlain Kelly2018-07-181-2/+1
| * | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-182-63/+51
| |\ \ | | |/
| | * style fixConlain Kelly2018-06-181-3/+3
| | * replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.hConlain Kelly2018-06-182-65/+53
| * | Begin changing locks over, very segfault-y right nowConlain Kelly2018-05-311-1/+0
| |/
* | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-2/+2
|/
* Fix case sensitive app name and id comparison (#1614)Andrii Kalinich (GitHub)2017-11-021-1/+1
* Fix for cov 171196JackLivio2017-06-211-2/+2
* Fix for coverity issue 170762JackLivio2017-06-201-3/+4
* Create mock for LastState classdcherniev2017-01-101-5/+4
* Fix coding styleLevchenko2016-08-052-6/+5
* Common AppLaunchController functionalityAlexander Kutsan2016-08-053-0/+463
* AppLaunchData common implementationAnton Hrytsevich2016-08-044-0/+841