summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021-39/+4
|\
| * Remove references to QT HMIfeature/remove_qt_hmijacobkeeler2018-02-011-39/+4
| |
* | Fix DBus Buildjacobkeeler2018-01-301-0/+4
| |
* | Remove Dbus and Iap librariesJackLivio2018-01-211-1/+0
|/ | | | Fix compilation error for build dbus and removes the dbus library from the core project. Dbus is still supported but now Core will not install it on the users system.
* Arhitecture changes for support RC pluginAlexander Kutsan2017-08-161-1/+18
|
* Switch off ditcc build by defaultAlexander Kutsan2017-08-161-1/+1
|
* Add BSON library to 3rd party libsjacobkeeler2017-07-251-0/+2
|
* Set Debug as default buildAlex Kutsan2017-05-161-6/+2
| | | | | | | In case if CMAKE_BUILD_TYPE didn't set, set CMAKE_BUILD_TYPE=Debug Note: Cotire incorrectly create united file in case if CMAKE_BUILD_TYPE is empty
* Change policies path and fix params method usageAlex Kutsan2017-01-181-4/+32
|\
| * Aligned naming of EXTENDED_POLICY modesAndrey Oleynik2016-12-131-1/+1
| | | | | | | | Relates-to: APPLINK-25462
| * Renames EXTENDED_POLICY definition to PROPRIETARY_MODE to avoid confusionAndrey Oleynik2016-12-131-1/+1
| | | | | | | | | | | | | | | | Currently there are three modes HTTP, PROPRIETARY, EXTERNAL_PROPRIETARY for option named like EXTENDED_POLICY, so in order to avoid confusion with option name definition has been renamed. Relates-to: APPLINK-25462
| * Change message of HTTP policiesAlexander Kutsan2016-12-051-3/+3
| |
| * Adds combobox for CMake UI, fixes typoAndrey Oleynik2016-12-051-1/+2
| |
| * Renames policy_premium folder to policy_externalAndrey Oleynik2016-12-051-3/+3
| |
| * Changes EXTENDED_POLICY to EXTERNAL_POLICYAndrey Oleynik2016-12-051-4/+4
| | | | | | | | | | | | Also renames folder from 'policy_premium' to 'policy_external' Closes-bug: APPLINK-30334
| * Fix usages of policy in codeAlexander Kutsan2016-12-051-5/+26
| |
* | Refactor CMake filesIvo Stoilov (GitHub)2017-01-121-363/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-68/+364
| |
* | Apply code review commentsIvo Stoilov (GitHub)2017-01-031-11/+3
| | | | | | | | | | | | | | | | | | | | Fixed changed to .travis.yml Restored build configuration defaults Put back/remove files changed with refactoring Reverted changes related to MSCV Removed changes related to QT_PORT Related taks APPLINK-30588 APPLINK-30972
* | Refactor CMake filesIvo Stoilov (GitHub)2016-12-301-367/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Remove MqueueAdapter from CMakeLists and life_cycleLitvinenkoIra2016-12-271-11/+0
|/ | | | Deleted Mqueue Adapter from HMIMessageHandler component because it's unused code.
* Add distcc and ccache as cmake optionsAlexander Kutsan2016-11-111-0/+33
| | | | Related to: APPLINK-29754
* Add Gold Linker usage by defaultHerasym Oleh2016-11-111-0/+13
| | | | Related: APPLINK-29754
* Apply single compilation unit builds for commands_testSergey Levchenko (GitHub)2016-11-101-1/+1
| | | | | | | | Single compilation unit builds has been applied for am_commands_test target, to reduce compilation time. Related to: APPLINK-29754
* Merge pull request #722 from smartdevicelink/hotfix/cmake_check_for_udev_opensslJackLivio2016-09-231-0/+2
|\ | | | | Check for OpenSSL and UDev while running cmake
| * Check for OpenSSL and UDev while running cmakehotfix/cmake_check_for_udev_opensslJacob Keeler2016-07-261-0/+2
| |
* | Fix post-merge issuesArtem Nosach2016-05-201-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-05-161-0/+5
|\ \ | |/
| * Adds extended policy flag to CMakeAndrey Oleynik2016-04-111-0/+5
| | | | | | | | Implements: APPLINK-22313
* | Use compiler from environment variablesAlexander2016-04-211-0/+3
| |
* | TimeTester refatctoring.Kozoriz2016-03-101-3/+3
| | | | | | | | | | | | | | | | | | | | 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
* | Delete part of SDL code that uses AVAHIHerasym Oleh2016-01-271-10/+0
| | | | | | | | | | Related: APPLINK-14640
* | CMakeFiles update for security_test workingKozoriz2015-12-231-0/+3
| | | | | | | | | | Updated main CMakeFile Updated CMakeFile in security_manager/test/ dir.
* | Add ENABLE_TESTS enviromentvariableAlexander Kutsan2015-11-241-119/+127
| | | | | | | | | | | | Now if ENABLE_TESTS enviroment variable is TESTS_ON SDL will be builded with unit tests. This option is need for build server
* | Remove compiler warningsagaliuzov2015-11-181-1/+1
|/ | | | | The compiler generate warnings becaue of using auto_ptr and comparing ifstream with NULL
* Changed Default Back for HMI Policy Decryption Flag to ON.hotfix/issue#166Jack Byrne2015-08-061-1/+1
|
* Added ifdefs for enabling/disabling PTU decryption by HMIJack Byrne2015-07-281-0/+7
|
* Add one test main.cc file with correct logger deinitializationElisey Zamakhov2015-03-181-1/+1
|
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-120/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* Latest internal release - last bulk merge before pull request and gitflow!?Justin Dickow2015-01-261-237/+103
| | | | | | Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* HmiStatus modifyJustin Dickow2015-01-241-103/+237
| | | | | | | | | | | | | | | | HU DCHECK occurs during multisession registration Remove unused variable SIGSEGV handler added to flush logger queue FixIncomplete device list in UpdateDeviceList request Fix Memory leak on PutFile break Fix Thread and Timer Fix OnHmiStatus Notification Fix Url array sending for endpoints. Fix HashChange Fix SDL parse incoming JSON message with both members error and result as success message Fix Core crashes while connecting mobile app Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* update CMakeLists to include policiesJustin Dickow2014-10-271-15/+28
| | | | Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-201-0/+528
Signed-off-by: Justin Dickow <jjdickow@gmail.com>