summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: Turn modpost errors into warningsSimon Rettberg2024-03-151-0/+1
* cmake: Make missing Module.symvers a warningSimon Rettberg2023-06-091-1/+3
* Cleanup FindKernel cmake macros, add more error checksSimon Rettberg2023-06-072-8/+17
* [CMAKE] Fix finding kernel include dir on DebianSimon Rettberg2022-02-091-0/+1
* [BUILD] Fix versioning format for Docker tagsManuel Bentele2021-11-302-2/+4
* [BUILD] Fix issue in CMake kernel header checkManuel Bentele2021-11-301-3/+4
* [BUILD] CheckPatch: Quote variable to avoid error if emptySimon Rettberg2021-10-191-1/+1
* [BUILD] Change CMake search for the existence of Linux headersv3.10.1Manuel Bentele2021-08-261-1/+2
* [BUILD] Read version from lightweight (non-annotated) tags, tooManuel Bentele2021-08-251-1/+1
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-161-0/+14
* [BUILD] Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-172-15/+57
* [BUILD] Enable lint targets if lint programs are foundManuel Bentele2021-03-113-29/+80
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-042-0/+70
* [BUILD] Fix dnbd3-client build, Fix source-only buildSimon Rettberg2020-12-021-1/+1
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-022-7/+13
* [BUILD] remove automatic search of includes for 'libatomic'Manuel Bentele2020-11-231-10/+2Star
* [BUILD] update search paths for 'libatomic' to support build on FreeBSDManuel Bentele2020-11-231-2/+5
* [BUILD] add CMake find package search to find 'libatomic' automaticallyManuel Bentele2020-11-231-0/+50
* [BUILD] increase minimum CMake version to be compliant with CMake 3.19.xManuel Bentele2020-11-231-1/+1
* cmake: Add default include dir for fuseSimon Rettberg2020-11-131-1/+1
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-132-5/+9
* [BUILD] add CMake toolchain files to cross-compile for ppc and aarch64Manuel Bentele2020-11-112-0/+48
* [BUILD] add CMake support to build docker images based on ArchlinuxManuel Bentele2020-11-021-5/+5
* [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
* [BUILD] add option to build the dnbd3-server with afl-fuzz supportManuel Bentele2020-10-201-0/+24
* [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
* 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