summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Use Mobile_API files from RPC Spec submodule (#3270)JackLivio2020-03-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | * Remove MOBILE_API xml and xsd Use the files pulled from the rpc spec submodule instead * Add interfaces/MOBILE_API to .gitignore * Remove extra line * Use mobile_api.xml from the rpc_spec directory * Revert "Use mobile_api.xml from the rpc_spec directory" This reverts commit a089e018e968cad2f83660a3a27833f93ad362cf. * Update src/components/interfaces/CMakeLists.txt Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
* #3211 [SDL 0234] Proxy Library RPC Generation (#3213)Vladyslav Mustafin2020-02-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #3211 [SDL 0234] Proxy Library RPC Generation * Split existing `InterfaceGenerator` into `InterfaceParser` and `InterfaceGenerator` * Moved InterfaceParser into `smartdevicelink/rpc_spec` * Rejoined `InterfaceParser` as `tools/rpc_spec` Git submodule from `smartdevicelink/rpc_spec` * Refactored `InterfaceGenerator` to use Parser from `tools/rpc_spec` Git submodule and be compatible with Python 3.5 * Replaced url SSH to HTTPS in submodule * refactoring according to comments in pull/202 * move common parsers to rpc_spec repo * change cmake argument * fix cmake argument list * fix cmake argument list * fix cmake argument list * small refactoring as requested in code review * adding *.xsd * adding *.xsd * xmlschema dependency added for python interface generator * align changes from parser rpc_spec * align changes from parser rpc_spec * align with rpc_spec * moved xmlschema python dependency installation to build script * installing all python requirements * Corrected requirements file * Additional dependencies for requirements * Correcting requirements * adding jsoncpp submodule * fixing unit tests * fixing unit tests * rename CodeFormatAndQuality * updated rpc_spec reference Co-authored-by: Aleksandr Mishchenko <amishchenko@luxoft.com> Co-authored-by: Kostiantyn Sologubov <ksologubov@luxoft.com>
* Deliver Build Config ImplementationJackLivio2018-05-091-0/+1
|
* Add .idea in gitignoreAlexander Kutsan2016-12-051-0/+1
|
* Fix usages of policy in codeAlexander Kutsan2016-12-051-1/+4
|
* Add sdl_preloaded_pt.json to .gitignoreAlexander2016-04-111-0/+1
| | | | | | | This file can be modifided only by Ford Related issue : (APPLINK-23554)[https://adc.luxoft.com/jira/browse/APPLINK-23554]
* Refines logging, style, removes unnecessary variables, updated gitignore.Andrey Oleynik2016-01-291-0/+1
| | | | | Conflicts: src/components/application_manager/src/commands/mobile/register_app_interface_request.cc
* Latest internal release - last bulk merge before pull request and gitflow!?Justin Dickow2015-01-261-0/+1
Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>