summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump version 1.10.90 pre-release of 1.11.01.10.90Wataru Natsume2016-06-291-2/+2
| | | | | | | | | | This fixes following: - Fix license relevant code - Remove update_layer/surface_prop - Refactor send_layer/surface_add_event - Adapt to wayland 1.11 Signed-off-by: Wataru Natsume <wataru_natsume@xddp.denso.co.jp>
* Bump version 1.9.1 bug fix release1.9.1Eugen Friedrich2016-04-071-2/+2
| | | | | | | | | | | | | this fixes following: - double free and memory leaks - handle removing of ilm surfaces and layers properly - destroying of ilm_layers - parallel build issues - build install directories for 64 bit(LIB_SUFFIX variable in the libraries install path) - pid of the creator of ilm object is reported in creator field not pid of the requester - fix compiler warnings Signed-off-by: Eugen Friedrich <efriedrich@de.adit-jv.com>
* Bump version to 1.9.0 for the official release.1.9.0Nobuhiko Tanibata2015-12-251-2/+2
| | | | | | | | | This would be proposed as a version to GENIVI Compliant 10, Leviathan. Additionally, to reduce the confusion which version of Wayland-IVI-Extension shall be dependent on Wayland/Weston, the version is synchroized with Wayland/Weston version from now. Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
* ivi-input-controller: restructure directory to build and a way to specify ↵Nobuhiko Tanibata2015-12-051-1/+1
| | | | | | | | | | | the shared library. ivi-input-controller shall work with ivi-controller.so not solely. So the patch proposes a way to specify it as a ivi-input-module in weston.ini. The shared library, ivi-input-controller.so, is loaded by ivi-controller.so. Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
* Bump version to 1.5.0 for the official release1.5.0Nobuhiko Tanibata2015-10-011-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>
* Bump version to 1.4.931.4.93Nobuhiko Tanibata2015-09-241-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>
* Bump version to 1.4.921.4.92Nobuhiko Tanibata2015-09-101-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>
* Bump version to 1.4.911.4.91Nobuhiko Tanibata2015-08-171-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>
* Bump version to 1.4.01.4.0Nobuhiko Tanibata2015-07-011-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
* Bump version to 1.3.921.3.92Emre Ucan2015-06-161-2/+2
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: add unit and nullpointer testsEmre Ucan2015-05-131-0/+1
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ivi-input-controller: Add ivi-input-controller moduleEmre Ucan2015-05-131-0/+1
| | | | | | | This module grabs all input and will process it accordingly. Currently, it grabs all input and does nothing. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: create new directory, a header file and a source file for new ↵Emre Ucan2015-05-131-0/+4
| | | | | | input handling Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* Bump version to 1.3.911.3.91Jonathan Maw2015-02-231-2/+2
| | | | Signed-off-by: James Thomas <james.thomas@codethink.co.uk>
* Bump ILM_API_VERSION and IVI_EXTENSION_VERSION to 1.3.01.3.0Nobuhiko Tanibata2015-02-121-2/+2
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* Added Unit Test Suite for IVI LayerManagement APITimo Lotterbach2014-03-121-0/+3
| | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* protocol: added PDF specification generationTimo Lotterbach2014-02-101-1/+21
| | | | | | | | | | | | | Use "make doc" to generate specification documents. A separate document is generated for - IVI Application API - IVI Controller API - ILM Client API - ILM Controller API This requires: doxygen, latex, bash Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* added ivi-extension-protocol libraryTimo Lotterbach2014-01-311-6/+6
| | | | | | | | | | | | | | | | this library takes care to generate header and source files from XML files. All generated files are now stored in the build directory. ilmCommon and weston-ivi-shell now just use the new library and don't care about code generation any more. In addition, a lot of duplicated code compilation is removed, resulting in faster builds. This patch also fixes an issue, that file generation was done every time a build was started. This resulted in full rebuilds all the time. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* fixed project name in build systemTimo Lotterbach2014-01-311-1/+1
| | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* removed obsolete code and build scriptsTimo Lotterbach2014-01-311-5/+0
| | | | | | | | | - removed LayerSceneDescriptionExample - removed LayerManagerUtils - removed config project - updated build system Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* added library version to ILM APIsTimo Lotterbach2014-01-311-0/+2
| | | | Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
* Cmake: Modification build files to compile ivi-layermanagement-examplesNobuhiko Tanibata2013-11-271-0/+1
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
* cmake: Root CMakeLists.txt for cmakeNobuhiko Tanibata2013-11-271-0/+35
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>