summaryrefslogtreecommitdiff
path: root/docx
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Include details of early-audio implementationMartin Koch2020-07-013-15/+105
| | | | Signed-off-by: Martin Koch <martin.koch@ese.de>
* build: improve handling of WITH_DOCUMENTATION optionMartin Koch2020-06-221-2/+2
| | | | Signed-off-by: Martin Koch <martin.koch@ese.de>
* CMake: Implement VCS agnostic versioningJens Lorenz2018-02-131-0/+2
| | | | | | | | | | | Versioning should not strictly depend on Version Control System (e.g. git). Best approach is to have a dedicated VERSION file exposing with format <Major>.<Minor>.<Revision>. Target is that maintainer will manually release the version once patches/fixes are merged e.g. to a stabilization branch. In order to have an OEM specific meta information exposed with the version information EXTRAVERSIONINFO can be specified by CMAKE flag. Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com>
* update license graphsChristian Linke2017-02-203-0/+0
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-1578-0/+3820
* check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>