summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing Boost include directoriesfix/missing_boost_include_dirJacob Keeler2019-04-031-0/+1
|
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-1/+0
|
* Remove all remote controllAlexander Kutsan2018-06-261-1/+0
| | | | | | Remove commands includes Remove commands includes
* Implementation of Remote Control pluginAlexander Kutsan2017-08-161-0/+2
| | | | | | Stype changes after integration Fix policy handler remote unit tests
* Add functionality for External UCSokozlovlux2017-05-171-0/+1
| | | | | | | | | | | - added functionality for External UCS: ON by the User - added UTs for policices External UCS: ON by the User - added perstistence for external user consent status received from system Fix issuies for HTTP and PROPRIETARY mode in mock policy handler - fixed issues in mock policy handler - fix coding style
* Merge release to developAlex Kutsan2017-01-271-1/+4
|\
| * Change policies path and fix params method usageAlex Kutsan2017-01-181-1/+3
| |\
| | * Fix usages of policy in codeAlexander Kutsan2016-12-051-1/+3
| | |
* | | Update CMakeLists according rulesIvo Stoilov (GitHub)2017-01-251-1/+1
| | | | | | | | | | | | Related tasks APPLINK-30588 APPLINK-30974
* | | Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-0/+2
|/ / | | | | | | | | | | | | Fix dependencies for parallel build Enable parallel build on Travis Related tasks APPLINK-30588 APPLINK-30973
* | Refactor CMake filesIvo Stoilov (GitHub)2017-01-121-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Rename src/3rd_party-static/MessageBroker to message_broker Related tasks APPLINK-30588 APPLINK-30972
* | Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-051-10/+11
| |
* | Refactor CMake filesIvo Stoilov (GitHub)2016-12-301-11/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge components refactoring from Windows port barnch - add cmake tools - refactor protocol handler CMakeLists.txt file - refactor interfaces CMakeLists.txt file - refactor smart object CMakeLists.txt file - refactor formatters CMakeLists.txt file - refactor config profile CMakeLists.txt file - refactor policy CMakeLists.txt file - refactor resumption CMakeLists.txt file - refactor connection handler CMakeLists.txt file - refactor application manager CMakeLists.txt file - refactor security manager CMakeLists.txt file - refactor dbus CMakeLists.txt file - refactor hmi message handler CMakeLists.txt file - refactor transport manager CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor utils CMakeLists.txt file - refactor components root CMakeLists.txt file - refactor media manager CMakeLists.txt file - refactor telemetry monitor CMakeLists.txt file - refactor appmain CMakeLists.txt file - refactor plugins CMakeLists.txt file - refactor 3rd party CMakeLists.txt files - create cmake helper for interface generation - refactor root CMakeLists.txt file Move cmake modules to tools Related taks APPLINK-30588 APPLINK-30972
* Correct project structure in Policy componentKozoriz2016-05-171-2/+1
| | | | | | FIles moved to correct directory CMakeLists files corrected Headers corrected
* TelemetryMonitor tests correctivesKozoriz2016-03-311-0/+1
|
* Changes after reviewKozoriz2016-03-171-3/+3
| | | | | | | Renamed h && cc file names in telemetry_monitor. Corrected header-guards. Corrected commented code in gmock. Created TODO and tasks for them.
* TimeTester refatctoring.Kozoriz2016-03-101-0/+69
Removed singletone using from TimeTester. TimeTester renamed -> TelemetryMonitor. All files and directories corrected. Tests corrected, all works. Disabled 2 tests(task created). Related to : APPLINK-21915