<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/xloop.git, branch v1.0</title>
<subtitle>eXtended loop device kernel module with file format support (out-of-tree)</subtitle>
<id>https://git.openslx.org/openslx-ng/xloop.git/atom/?h=v1.0</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/xloop.git/atom/?h=v1.0'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/'/>
<updated>2020-10-27T14:04:48+00:00</updated>
<entry>
<title>Do not print verbose CMake messages in unsupported CMake versions</title>
<updated>2020-10-27T14:04:48+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-27T14:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=bf166344f672892d4487e57f286faaa092a54e52'/>
<id>urn:sha1:bf166344f672892d4487e57f286faaa092a54e52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken version header packaging for source packages</title>
<updated>2020-10-27T12:51:35+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-27T12:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=7aeef0fef9d506bec53be5b9e660e41bae9b49c0'/>
<id>urn:sha1:7aeef0fef9d506bec53be5b9e660e41bae9b49c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the build requirement for an unused C++ compiler</title>
<updated>2020-10-27T06:23:38+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-27T06:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=089444e957d66375fbf4678a65d5106c7349223a'/>
<id>urn:sha1:089444e957d66375fbf4678a65d5106c7349223a</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>Add CMake build requirements check to find libraries and Linux kernel headers</title>
<updated>2020-10-26T15:57:06+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-26T15:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=74df0a0ceb5132c7f3fb9035b3b45cb430c40da6'/>
<id>urn:sha1:74df0a0ceb5132c7f3fb9035b3b45cb430c40da6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix URL to the Linux kernel documentation in README</title>
<updated>2020-10-26T11:05:50+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-26T10:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=e65f1a61d90eceaaff0ca52052d312d7dc37a5b0'/>
<id>urn:sha1:e65f1a61d90eceaaff0ca52052d312d7dc37a5b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove static generation of LTP configuration header</title>
<updated>2020-10-26T10:20:41+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-26T10:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=c8dd5f0375992654814451591e97c0bab937f1a9'/>
<id>urn:sha1:c8dd5f0375992654814451591e97c0bab937f1a9</id>
<content type='text'>
This patch removes the static generation of the LTP configuration header done by
CMake. The static generation is replaced with a fixed header (no CMake template
anymore) which includes the dynamic generated xloop version header to define
version number macros for LTP.
</content>
</entry>
<entry>
<title>Add automatic generation of version and build type headers for compilation</title>
<updated>2020-10-23T16:13:15+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-23T16:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=588368dd2a46ddec70741c6cc87a79a0b26ee383'/>
<id>urn:sha1:588368dd2a46ddec70741c6cc87a79a0b26ee383</id>
<content type='text'>
This change replaces the static version and build type header file generation
by CMake with dynamic CMake targets to generate the version file whenever a Make
target is executed. Thus, there is no need anymore to reconfigure and rerun
CMake after the repository version or build configuration has changed.
</content>
</entry>
<entry>
<title>Move the source code of all xloop components to the common 'src' directory</title>
<updated>2020-10-23T13:18:01+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-23T13:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=dbb41ce2b7f309d394054a6bd1e33afd578798a5'/>
<id>urn:sha1:dbb41ce2b7f309d394054a6bd1e33afd578798a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set Linux kernel version to unknown if it is not detectable</title>
<updated>2020-10-14T07:56:44+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-14T07:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=de273f03c090748c5128540b0de742b2b1c5e5f4'/>
<id>urn:sha1:de273f03c090748c5128540b0de742b2b1c5e5f4</id>
<content type='text'>
This change will command CMake to set the Linux kernel version to
unknown if the kernel version can not be detected from the string
defined in KERNEL_BUILD_DIR.
</content>
</entry>
<entry>
<title>Added support to keep track of kernel file changes in CMake</title>
<updated>2020-10-13T14:19:21+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-13T14:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/xloop.git/commit/?id=111a2350ac1967b62ffa3024371819c812c46844'/>
<id>urn:sha1:111a2350ac1967b62ffa3024371819c812c46844</id>
<content type='text'>
With this patch, CMake keeps track of changes to original xloop Linux
kernel source files. CMake will copy each file if a change is detected
without rebuiling the CMake build and cache files.

Futhrmore, changed default paths of udev rules and xloop kernel modules
to be installed.
</content>
</entry>
</feed>
