summaryrefslogtreecommitdiff
path: root/src/appMain/life_cycle.cc
Commit message (Expand)AuthorAgeFilesLines
* Create Life Cycle class interfaceAndriy Byzhynar2018-08-211-319/+0
* style fixfeature/STL_sharedptr_implementation_round2Jacob Keeler2018-07-191-1/+0
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-2/+2
* Remove DBus from projectJacob Keeler2018-07-101-43/+0
* RPCHandler implementationIra Lytvynenko2018-06-261-3/+3
* RPCService implementationIra Lytvynenko2018-06-261-1/+0
* Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-061-2/+7
* Fix crash and memory leaks in message broker cleanupfix/message_broker_cleanupjacobkeeler2018-02-271-6/+10
* Fix memory leakfix/dbus_adapter_threadjacobkeeler2018-02-261-0/+2
* Fix DBus build issue due to new message brokerjacobkeeler2018-02-261-7/+4
* Merge branch 'develop' into feature/boost_websocket_hmi_message_adapterfeature/boost_websocket_hmi_message_adapterJackLivio2018-02-021-2/+1
|\
| * Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021-0/+1
| |\
| * | Fix DBus Buildjacobkeeler2018-01-301-0/+2
| * | Get dbus to compileJackLivio2018-01-201-2/+1
* | | Fixes for PR commentJackLivio2018-02-021-9/+5
* | | Add Boost Websocket HMI AdapterJackLivio2018-02-021-97/+7
| |/ |/|
* | ProtocolHandlerImpl was extended with PolicyHandlerObserverAKalinich-Luxoft2018-01-291-0/+1
|/
* Not related to RC changesAlexander Kutsan2017-08-161-3/+3
* Create mock for LastState classdcherniev2017-01-101-4/+4
* Remove MqueueAdapterLitvinenkoIra2016-12-261-9/+0
* Extend SDL interfaces for AppLaunch functionalityAlexander Kutsan2016-08-041-1/+1
* Code style format with clang-formatKozoriz2016-04-251-33/+29
* Correctives after reviewKozoriz2016-04-251-1/+5
* Remove Lifecycle singletoneKozoriz2016-04-251-63/+47
* LifeCycle correctivesKozoriz2016-03-311-21/+31
* TimeTester refatctoring.Kozoriz2016-03-101-15/+16
* Remove singleton from LoggerKozoriz2016-03-101-8/+1
* Remove SecurityManager singletonKozoriz2016-03-101-77/+22
* Review correctives and buildability correctives.Kozoriz2016-03-071-1/+0
* Remove singletones from life_cycleKozoriz2016-03-041-80/+73
* Delete break after abort(), replace unsibcribing from terminationAnton Hrytsevich2016-02-021-2/+1
* Unblock SIGSEGV signal to all threads and handle itAnton Hrytsevich2016-02-021-1/+1
* Delete spaces, set capital letter to methodAnton Hrytsevich2016-02-011-4/+3
* Fix style issues and add more commentsAnton Hrytsevich2016-02-011-0/+2
* Make refactoring signal catchingAnton Hrytsevich2016-02-011-8/+3
* Add abort for SIGSEGV and exit(EXIT_FAILURE) in gignal handlingAnton Hrytsevich2016-02-011-2/+2
* Remove ifdef from life_cycle. Fix style issuesAnton Hrytsevich2016-02-011-3/+3
* Flush logs when SDL crashAnton Hrytsevich2016-02-011-1/+4
* Fix endless SIGSEGV sendingAnton Hrytsevich2016-02-011-25/+15
* Add braces to if blocks change back components stopping sequenceAnton Hrytsevich2016-01-261-17/+35
* Fix style issues by beautifierAnton Hrytsevich2016-01-251-120/+134
* Fix chash during start if preloaded_pt file is absentAnton Hrytsevich2016-01-251-13/+19
* Fixed wrong logger name for SDLMainElisey Zamakhov2015-12-181-1/+1
* Implement Multiframe assembling by MessageIDElisey Zamakhov2015-11-061-1/+2
* hotfix/Core_dump_by_SDL_startiAndrew52015-11-031-0/+1
* Merge pull request #228 from LuxoftSDL/hotfix/anosach-bugfixAGaliuzov2015-10-051-33/+39
|\
| * Fix buildArtem Nosach2015-10-051-1/+0
| * Stop message broker correctlyArtem Nosach2015-10-051-14/+7
| * Resend caught system signals to the main threadArtem Nosach2015-10-051-18/+32
* | Refactor security things and add additional loggingAleksandr Galiuzov2015-10-041-8/+11