summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [BUILD] Fix versioning format for Docker tagsManuel Bentele2021-11-301-2/+2
* [BUILD] Fix CMake output if kernel module is turned off on Linux systemManuel Bentele2021-08-251-6/+9
* [BUILD] Add CMake option to enable build of dnbd3-benchManuel Bentele2021-06-241-0/+1
* [BUILD] Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-171-1/+1
* [BUILD] Enable lint targets if lint programs are foundManuel Bentele2021-03-111-13/+1Star
* [BUILD] Make lint/format optionalSimon Rettberg2021-03-051-1/+13
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-1/+22
* [BUILD] Add build support for Github actionsManuel Bentele2021-03-021-1/+1
* [BUILD] add support for atomic operations not supported by hardwareManuel Bentele2020-11-201-2/+2
* cmake: No sign conversion warningsSimon Rettberg2020-11-131-1/+1
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-131-2/+2
* [BUILD] build docker containers only if build of dnbd3-server is enabledManuel Bentele2020-11-101-2/+2
* [BUILD] add CMake support to build docker images based on ArchlinuxManuel Bentele2020-11-021-4/+13
* [BUILD] do not ignore C flags that are passed to CMakeManuel Bentele2020-10-301-1/+1
* [BUILD] add build options to enable/disable build of dnbd3 componentsManuel Bentele2020-10-301-4/+5
* [BUILD] add CMake support to build docker images based on Ubuntu 20.04Manuel Bentele2020-10-291-1/+12
* [BUILD] do not print verbose CMake messages in unsupported CMake versionsv2.3Manuel Bentele2020-10-271-11/+0Star
* [BUILD] fix broken version header packaging for source packagesManuel Bentele2020-10-271-11/+24
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-271-15/+10Star
* [BUILD] fix comments and remove useless code fragments in CMake filesManuel Bentele2020-10-231-2/+2
* [BUILD] add systemd service file for dnbd3-server to installation targetsManuel Bentele2020-10-221-3/+7
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-16/+106
* [BUILD] add option to build the dnbd3-server with afl-fuzz supportManuel Bentele2020-10-201-5/+12
* [BUILD] build Linux kernel module only on Linux systemsManuel Bentele2020-10-191-18/+20
* [BUILD] fixes issues to build user space programs on FreeBSD 12.1Manuel Bentele2020-10-191-13/+10Star
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-277/+101Star
* [FUSE] turn on compiler optimization to fix warningManuel Bentele2020-10-131-3/+3
* [KERNEL] convert debug messages and clean up codeManuel Bentele2020-08-281-2/+2
* [KERNEL] convert to blk-mq and ktimeManuel Bentele2020-08-271-0/+6
* cmake: Fixed missing include paths to build the Linux kernel moduleManuel Bentele2020-08-191-1/+1
* [SERVER] Add FUSE modeSimon Rettberg2020-07-281-1/+14
* [SERVER] Make lock/thread debugging dedicated cmake optionSimon Rettberg2020-03-231-9/+17
* cmake: Fix version string dependency hell stuff once againSimon Rettberg2020-03-191-2/+3
* cmake: Fix version.c building on fresh checkoutsSimon Rettberg2020-03-181-4/+4
* [SERVER] Include build type and version in RPCSimon Rettberg2020-03-171-4/+3Star
* Merge branch 'master' into atomicSimon Rettberg2019-10-281-12/+4Star
|\
| * cmake: Try to get include directories right (per target)Simon Rettberg2019-10-071-13/+5Star
* | cmake: Add macro to add compiler flag only if supportedSimon Rettberg2019-09-111-6/+24
* | Fix compilation on older gccSimon Rettberg2019-09-091-1/+1
* | cmake: Add some flags that enable exploit mitigation techniquesSimon Rettberg2019-09-071-6/+8
|/
* CMake: Hide kernel option on BSD, make kernel dir configurableSimon Rettberg2018-07-061-6/+7
* [SERVER] cmake: Add config option for extra compiler opptionsSimon Rettberg2018-07-041-5/+6
* [SERVER] Add AFL supportSimon Rettberg2017-10-301-0/+6
* [SERVER] Use picohttpparser from h2oSimon Rettberg2017-10-261-1/+1
* [SERVER] Get rid of zlib dependencySimon Rettberg2017-10-241-9/+3Star
* cmake: Move sample config to /etc/dnbd3-server aswellSimon Rettberg2017-10-201-2/+2
* [SERVER] Install example config to /etc/dnbd3/sampleSimon Rettberg2017-10-191-1/+1
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-171-4/+4
* [cmake] Rewrote handling of individual modules; they now have options to turn...Simon Rettberg2016-07-221-30/+70
* Don't enable address sanitizer by default in debug mode with clangSimon Rettberg2016-07-221-1/+1