summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update MOBILE_API.xml to match `rpc_spec` repofix/update_mobile_api_4.4.0jacobkeeler2017-09-221-1/+5
| | | Includes fixes to build issues resulting from this update.
* Merge pull request #1644 from AByzhynar/fix/Add_SDL_support_for_PEM_certsJackLivio2017-08-171-12/+19
|\ | | | | Update SDL to support PEM serts and generate_test_certificates.py script
| * Update generate_test_certificates.py scriptSergey Levchenko (GitHub)2017-06-231-12/+19
| | | | | | | | | | | | | | | | Previously SDL was implemented in the way to support certificate in PKCS12 Now it has been changed to simple PEM format according to the new requirements. - generate_test_certificates.py updated - unit tests updated
* | Merge branch 'develop' into SDL-0076_Support_For_Additional_LanguagesJackLivio2017-08-151-2/+6
|\ \
| * | Added mandatory flag to all parameters in Mobile and HMI APIsfeature/mandatory_flagjacobkeeler2017-06-151-2/+6
| |/
* | Adding additional languages and unit tests:Scott Adam Betts (TNA)2017-07-241-0/+45
|/ | | | | EN-IN, TH-TH, EN-SA, HE-IL, HU-HU, RO-RO, UK-UA, ID-ID, VI-VN, MS-MY and HI-IN
* Improve a bit code of test scripts buildAlex Kutsan2017-05-161-1/+2
| | | | | moved redundant namespace in local scope Added test main to list of sources
* Fixed typo x86 -> x64Alex Kutsan2017-05-161-1/+1
|
* Set ARCH to x64 against x86_64Alex Kutsan2017-05-161-1/+1
|
* Fix detecting arhitecture on raspberry piAlexander Kutsan2017-05-161-11/+7
| | | | | | Detect arhotecture depending on size of void Related to #1329
* Add patch version to Mobile and HMI APIsfeature/API_patch_versionJacob Keeler2017-04-271-7/+9
|
* Merge release to developAlex Kutsan2017-01-272-9/+17
|\
| * Change policies path and fix params method usageAlex Kutsan2017-01-182-9/+17
| |\
| | * Adds combobox for CMake UI, fixes typoAndrey Oleynik2016-12-051-1/+1
| | |
| | * Renames policy_premium folder to policy_externalAndrey Oleynik2016-12-051-1/+1
| | |
| | * Changes EXTENDED_POLICY to EXTERNAL_POLICYAndrey Oleynik2016-12-051-1/+1
| | | | | | | | | | | | | | | | | | Also renames folder from 'policy_premium' to 'policy_external' Closes-bug: APPLINK-30334
| | * Fix usages of policy in codeAlexander Kutsan2016-12-052-9/+17
| | |
* | | Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-0/+1
|/ / | | | | | | | | | | | | Fix dependencies for parallel build Enable parallel build on Travis Related tasks APPLINK-30588 APPLINK-30973
* | Refactor CMake filesIvo Stoilov (GitHub)2017-01-1217-2/+4695
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0517-4695/+2
| |
* | Apply code review commentsIvo Stoilov (GitHub)2017-01-031-15/+0
| | | | | | | | | | | | | | | | Remove FindSDLSqlite3 module, replace with FindSqlite3 Remove commented code Fix redundant libraries in resumption test Related tasks APPLINK-30588 APPLINK-30972
* | Refactor CMake filesIvo Stoilov (GitHub)2016-12-3018-2/+4710
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Move some useful scriptsIvo Stoilov (GitHub)2016-12-093-2/+513
|/ | | | | | | | Move changes from check_style.sh Move show_disabled.sh script Move api_compare.py script Related taks APPLINK-30589
* Revert "Inclusion of PLAY_PAUSE as a subscribable button"revert-766-feature/PLAY_PAUSE_implementationJacob Keeler2016-11-011-1/+0
|
* Inclusion of PLAY_PAUSE as a subscribable buttonJacob Keeler2016-10-311-0/+1
|
* Improove check_style.sh script to support fix styleAlexander Kutsan2016-07-071-4/+17
|
* Correct project structure in Policy componentKozoriz2016-05-172-6/+5
| | | | | | FIles moved to correct directory CMakeLists files corrected Headers corrected
* Use clang-format 3.6 in git hookAlexander2016-04-291-3/+3
|
* unify infrustructure scripts in infrastructure folderAlexander2016-04-293-34/+0
|
* Format not formated filesAlexander2016-04-291-0/+34
|
* Add style check on travisAlexander2016-04-291-0/+34
|
* Merge pull request #512 from Kozoriz/feature/Format_all_code_in_projectArtem Nosach2016-04-264-0/+222
|\ | | | | Format all code with clang-format
| * Add infrastructure scriptsKozoriz2016-04-264-0/+222
| | | | | | | | | | | | | | | | + install precommit-hook + format code to style + utils script + file of precommit-hook
* | Add quiet flag to coverage collectingAlexander2016-04-261-3/+3
|/
* Add quotes to collect_coverage.shAlexander Kutsan2016-04-211-1/+1
|
* Create script for code coverage automatisationAlexander2016-04-211-0/+27
|
* Use compiler from environment variablesAlexander2016-04-211-1/+1
|
* SDL must retrieve the current version from MOBILE_APIdtrunov2016-04-082-1/+93
| | | | | | | Changed cod generator in order to generate file with actual mobile api version Relates to APPLINK-18839
* Add double datatype in APIAlexander2016-03-291-1/+2
| | | | Add supporing of generation API with Double Data types
* Merge pull request #321 from LuxoftSDL/feature/Refactor_hmi_message_adapterAGaliuzov2016-01-141-2/+2
|\ | | | | Refactor hmi message adapter
| * Correct all dependent from .hpp include directivesKozoriz2016-01-111-2/+2
| | | | | | | | | | Corrected all include directives in files where was included .hpp files
* | Merge branch 'master' into developagaliuzov2016-04-233-0/+115
|\ \ | |/ |/|
| * Add tests in tools & 3rd-party-static.Herasym Oleh2015-12-258-0/+5080
| | | | | | | | | | | | | | | | | | Add tests in 3rd-party-static/test/. Add tests in tools/intergern/test/. Add tests in tools/policy_table_validator/. Related: APPLINK-20109
* | Fix all tests in crypto_manger testsKozoriz2015-12-231-0/+279
| | | | | | | | | | | | Added certificate generating pyton script. Updated all tests in crypto_manager_impl_test.cc (from pasa) Updated CMakeFile
* | Unit tests for 3rd-partyVeronica Veremjova2015-11-195-0/+4965
|/
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-202-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* SDL 3.8!Justin Dickow2014-10-20217-0/+43981
Signed-off-by: Justin Dickow <jjdickow@gmail.com>