summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] add CMake support to build docker images based on Ubuntu 20.04Manuel Bentele2020-10-292-0/+45
|
* [BUILD] do not print verbose CMake messages in unsupported CMake versionsv2.3Manuel Bentele2020-10-271-5/+7
|
* [BUILD] fix broken version header packaging for source packagesManuel Bentele2020-10-272-0/+20
|
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-273-9/+46
|
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-227-66/+137
| | | | | | | | | | | This patch adds the following CMake targets - package - source to build bundeled packages. Those packages contain either all built binary artifacts or all source files for source code distribution. Both CMake targets are available in Release build configuration.
* [BUILD] add option to build the dnbd3-server with afl-fuzz supportManuel Bentele2020-10-201-0/+24
| | | | | The afl-fuzz support for the dnbd3-server requires an AFL C compiler like afl-gcc and can be enabled with the CMake option DNBD3_SERVER_AFL.
* [BUILD] do not stop Release build if repository is dirty but warnManuel Bentele2020-10-201-4/+9
|
* [BUILD] set build type and stop Release build if repository is dirtyManuel Bentele2020-10-192-4/+19
|
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-164-0/+111
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* cmake: Fixed wrong package name in the Fuse find moduleManuel Bentele2020-08-191-2/+2
|
* cmake: Try to get include directories right (per target)Simon Rettberg2019-10-071-22/+159
|
* [SERVER] PoC RPC interfaceschwaers2015-04-301-0/+59
|
* [FUSE] Integrate into cmake build processSimon Rettberg2015-04-241-0/+30