<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/bench, branch HEAD</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/bench?h=HEAD</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/bench?h=HEAD'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2021-03-04T07:47:43+00:00</updated>
<entry>
<title>[BUILD] Add support in CMake to validate (lint) the source code</title>
<updated>2021-03-04T07:47:43+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-04T07:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=2b5631eaa444023043a18ff3985f5a0e7a11436a'/>
<id>urn:sha1:2b5631eaa444023043a18ff3985f5a0e7a11436a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Include branch and build timestamp in binaries</title>
<updated>2020-12-02T11:54:27+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-12-02T11:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=656e776498fe862b1b388435568c5bb72213cb16'/>
<id>urn:sha1:656e776498fe862b1b388435568c5bb72213cb16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] remove the build requirement for an unused C++ compiler</title>
<updated>2020-10-27T09:10:10+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-27T09:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=192046017af6b707d35c0d4eb99a41237499b073'/>
<id>urn:sha1:192046017af6b707d35c0d4eb99a41237499b073</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[BUILD] add CMake targets to build binary and source packages with CPack</title>
<updated>2020-10-22T10:08:34+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-22T10:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f9872723efc831827d179c3baf5b9f6c428512c4'/>
<id>urn:sha1:f9872723efc831827d179c3baf5b9f6c428512c4</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[BUILD] add option to build the dnbd3-server with afl-fuzz support</title>
<updated>2020-10-20T13:31:52+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-20T13:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e'/>
<id>urn:sha1:85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[BUILD] set build type and stop Release build if repository is dirty</title>
<updated>2020-10-19T14:16:58+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-19T14:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c6a843122ad60fff05e7daa2f7b30abc2ec101e9'/>
<id>urn:sha1:c6a843122ad60fff05e7daa2f7b30abc2ec101e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] fixes issues to build user space programs on FreeBSD 12.1</title>
<updated>2020-10-19T12:44:05+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-19T12:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f617270a773669885f263e394f8a10553e110e28'/>
<id>urn:sha1:f617270a773669885f263e394f8a10553e110e28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] rewrite CMake build system to track changes of source files</title>
<updated>2020-10-16T15:15:49+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=969496f15e1e0359e26c2c6e995ad4ef82720f86'/>
<id>urn:sha1:969496f15e1e0359e26c2c6e995ad4ef82720f86</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[BENCH] fix wrong operator precedence</title>
<updated>2020-03-23T10:33:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-03-23T10:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=94608a6297bd959dd0b2fd03ddaf7484a4bcc5d8'/>
<id>urn:sha1:94608a6297bd959dd0b2fd03ddaf7484a4bcc5d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BENCH] Request random blocks</title>
<updated>2019-08-29T12:48:12+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-08-29T12:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=8d2c5cae4bd68d7015a438ca6f1c23a02f2f8203'/>
<id>urn:sha1:8d2c5cae4bd68d7015a438ca6f1c23a02f2f8203</id>
<content type='text'>
</content>
</entry>
</feed>
