summaryrefslogtreecommitdiffstats
path: root/src/fuse/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [FUSE] basic cow implementation & rudimentary testsMichael Scherle38 hours1-5/+11
|
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-161-0/+4
|
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-3/+10
|
* [FUSE] Fix build: Add dnbd3-build to dependenciesSimon Rettberg2020-12-081-1/+1
|
* [BUILD] add build options to enable/disable build of dnbd3 componentsManuel Bentele2020-10-301-0/+2
|
* [BUILD] remove the build requirement for an unused C++ compilerManuel Bentele2020-10-271-1/+2
| | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-1/+2
| | | | | | | | | | | 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] fixes issues to build user space programs on FreeBSD 12.1Manuel Bentele2020-10-191-1/+1
|
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-0/+14
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.