<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules, branch v5.76.0</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>add missing minimum version for RENAME parameter</title>
<updated>2020-10-14T16:49:09+00:00</updated>
<author>
<name>Henri Chain</name>
<email>henri.chain@enioka.com</email>
</author>
<published>2020-10-14T16:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e3dd0a50689620c0ecbfc722cd9e9c9aabe6d63d'/>
<id>e3dd0a50689620c0ecbfc722cd9e9c9aabe6d63d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include FeatureSummary and find modules</title>
<updated>2020-09-26T12:30:44+00:00</updated>
<author>
<name>Andreas Cord-Landwehr</name>
<email>cordlandwehr@kde.org</email>
</author>
<published>2020-09-26T11:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=523e95465a814e7538f78fc1e5a19af8977d9ae1'/>
<id>523e95465a814e7538f78fc1e5a19af8977d9ae1</id>
<content type='text'>
Required for module test to pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required for module test to pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce plausibility check for outbound licenes</title>
<updated>2020-09-26T10:32:56+00:00</updated>
<author>
<name>Andreas Cord-Landwehr</name>
<email>cordlandwehr@kde.org</email>
</author>
<published>2020-09-26T10:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7e73f1a972f13699c3c2cb80ad50c834b8a8464e'/>
<id>7e73f1a972f13699c3c2cb80ad50c834b8a8464e</id>
<content type='text'>
When creating a library or executable, several source files are combined
into a binary artifact that has an outbound license of its own. This test
generator allows to check if the combined source files are compatible
with the desired outbound license.

Requirements for using these tests:
- input source files must contain the SPDX-License-Information tag
- python3 must be available
- the "reuse spdx" tool must be available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating a library or executable, several source files are combined
into a binary artifact that has an outbound license of its own. This test
generator allows to check if the combined source files are compatible
with the desired outbound license.

Requirements for using these tests:
- input source files must contain the SPDX-License-Information tag
- python3 must be available
- the "reuse spdx" tool must be available
</pre>
</div>
</content>
</entry>
<entry>
<title>Release CheckAtomic.cmake with 5.75.0</title>
<updated>2020-09-24T19:02:22+00:00</updated>
<author>
<name>Sandro Knauß</name>
<email>sknauss@kde.org</email>
</author>
<published>2020-09-24T13:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=250932795701e8c6f88bf150dcf4d3668c3173c7'/>
<id>250932795701e8c6f88bf150dcf4d3668c3173c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CheckAtomic.cmake from llvm.</title>
<updated>2020-09-24T19:02:22+00:00</updated>
<author>
<name>Sandro Knauß</name>
<email>sknauss@kde.org</email>
</author>
<published>2020-09-24T01:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d4a4242b0ce9014113de3f57aa6ae78b161bdd5f'/>
<id>d4a4242b0ce9014113de3f57aa6ae78b161bdd5f</id>
<content type='text'>
As CheckAtomic.cmake is a copy and we need to keep sync.

a348de480d34257ffe394ab51b880c9aef243d80
Date: 04/18/2020
repo: https://github.com/llvm/llvm-project
file: /llvm/cmake/modules/CheckAtomic.cmake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As CheckAtomic.cmake is a copy and we need to keep sync.

a348de480d34257ffe394ab51b880c9aef243d80
Date: 04/18/2020
repo: https://github.com/llvm/llvm-project
file: /llvm/cmake/modules/CheckAtomic.cmake
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CheckAtomic.cmake</title>
<updated>2020-09-24T19:02:22+00:00</updated>
<author>
<name>Sandro Knauß</name>
<email>sknauss@kde.org</email>
</author>
<published>2020-05-27T10:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ec06322de7dab19a11fb649d0d1a7dc128b5f962'/>
<id>ec06322de7dab19a11fb649d0d1a7dc128b5f962</id>
<content type='text'>
Application need to test, if they need to build against atomic libray.
In order to not duplicate the code over and over again, let's have one
version in ecm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Application need to test, if they need to build against atomic libray.
In order to not duplicate the code over and over again, let's have one
version in ecm.
</pre>
</div>
</content>
</entry>
<entry>
<title>add RENAME parameter to ecm_generate_dbus_service_file</title>
<updated>2020-09-18T08:18:04+00:00</updated>
<author>
<name>Henri Chain</name>
<email>henri.chain@enioka.com</email>
</author>
<published>2020-09-01T08:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b2e4ee878f55c193f009aac7ebad6013696c6683'/>
<id>b2e4ee878f55c193f009aac7ebad6013696c6683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip leading zeros from numerical version numbers in C++ code</title>
<updated>2020-08-30T10:20:31+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-08-30T10:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5c191fa1d2383c69ddc075395e04f84b7679613a'/>
<id>5c191fa1d2383c69ddc075395e04f84b7679613a</id>
<content type='text'>
Our August releases produce invalid octal numbers ("08") otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our August releases produce invalid octal numbers ("08") otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add timeout for qmlplugindump calls</title>
<updated>2020-08-28T23:11:22+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2020-08-28T23:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3162c246000b1d54c237ad9e604689e3d27b9063'/>
<id>3162c246000b1d54c237ad9e604689e3d27b9063</id>
<content type='text'>
qmlplugindump sometimes hangs forever and thus blocks a build. Setting an (arguably arbitrary) timeout works around that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
qmlplugindump sometimes hangs forever and thus blocks a build. Setting an (arguably arbitrary) timeout works around that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reST list from not being a list</title>
<updated>2020-07-10T18:15:45+00:00</updated>
<author>
<name>ivan tkachenko</name>
<email>me@ratijas.tk</email>
</author>
<published>2020-06-24T07:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=610300c8e6fb44be41ea4103751a71242a788adc'/>
<id>610300c8e6fb44be41ea4103751a71242a788adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
