summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update Parsing of warningsJackLivio2018-08-051-3/+1
|
* Fixes for parsing enum history elementsJackLivio2018-08-041-10/+42
|
* Add enum history support to generatorJackLivio2018-08-043-7/+76
|
* Add support for struct param historyJackLivio2018-08-033-32/+159
|
* Add support for mandatory and removed versioningJackLivio2018-08-014-29/+219
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-9/+8
|
* Merge branch 'develop' into feature/remove_auto_ptrfeature/remove_auto_ptrJacob Keeler2018-07-1219-1321/+391
|\
| * Remove DBus from projectJacob Keeler2018-07-1018-1320/+377
| |
| * Apply style-checking modificationsConlain Kelly2018-06-061-1/+14
| |
* | Force intergen to use c++11Conlain Kelly2018-06-251-1/+2
| |
* | replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.hConlain Kelly2018-06-181-2/+2
|/
* Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021-3/+3
|\
| * Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-301-3/+3
| |
* | Fix DBus Buildjacobkeeler2018-01-302-1/+60
|/
* 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
|