summaryrefslogtreecommitdiff
path: root/cmake/MacroVersionFromGit.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Implement VCS agnostic versioningJens Lorenz2018-02-131-47/+8
| | | | | | | | | | | 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>
* CMake: protect replacement of COMMIT_LISTJens Lorenz2018-02-051-4/+6
| | | | Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com>
* Update MacroVersionFromGit.cmakeGENIVI Audio Manager Maintainer2017-02-151-1/+1
|
* CMake: Allow to specify manually the version without git repo.Jens Lorenz2017-02-141-19/+17
| | | | Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com>
* make macro work without gitChristian as GENIVI Maintainer2016-11-141-15/+19
| | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
* CMAKE: Added missing quotation marks and enhanced the version extraction.Jens Lorenz2016-11-141-3/+28
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-1/+0
| | | | | | | | | | | | | | * 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>
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-0/+23
* building out of source of plugins without AM workss * build system cmake contructions is different now Signed-off-by: Christian Linke <christian.linke@bmw.de>