<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules, branch v5.85.0-rc1</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>[ecmcheckoutboundlicense] Ensure that last source file is always processed</title>
<updated>2021-08-05T23:39:58+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-08-02T22:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=602e48163b01db0bfcc909295e9a213d9b1b76da'/>
<id>602e48163b01db0bfcc909295e9a213d9b1b76da</id>
<content type='text'>
Sometimes reuse spdx does not produce an empty line after the last FileName line and thus the file is never added to the dictionary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes reuse spdx does not produce an empty line after the last FileName line and thus the file is never added to the dictionary
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the PROJECT_VERSION regex</title>
<updated>2021-08-05T11:28:48+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2021-08-05T11:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ed3a19e64b8225f0edb1dacf764eb03ae88fb6d5'/>
<id>ed3a19e64b8225f0edb1dacf764eb03ae88fb6d5</id>
<content type='text'>
CMake rejects the project version if it contains anything but dots and numbers, there's
no need to try to catch anything else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake rejects the project version if it contains anything but dots and numbers, there's
no need to try to catch anything else.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle case where zero must be kept</title>
<updated>2021-08-05T11:09:12+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2021-08-05T11:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f0790f9103e9df3b5d16f9866b4252ad023ed84d'/>
<id>f0790f9103e9df3b5d16f9866b4252ad023ed84d</id>
<content type='text'>
This is required for the frameworks versions
Amends: a0f8e54
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required for the frameworks versions
Amends: a0f8e54
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_setup_version: deal with 0-prefixed version values in PROJECT mode</title>
<updated>2021-08-05T04:08:12+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-08-05T04:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a0f8e5469f388840d99aa8e8ff6f404cc16a66ad'/>
<id>a0f8e5469f388840d99aa8e8ff6f404cc16a66ad</id>
<content type='text'>
5c191fa1d2383c69ddc075395e04f84b7679613a already added the same sanity
check for the non-PROJECT mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5c191fa1d2383c69ddc075395e04f84b7679613a already added the same sanity
check for the non-PROJECT mode
</pre>
</div>
</content>
</entry>
<entry>
<title>modules/ECMGenerateHeaders.cmake - avoid uninitialized warning</title>
<updated>2021-08-04T12:57:09+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2021-08-04T12:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3d946c0ef81874e26743967ec2322e75944d784a'/>
<id>3d946c0ef81874e26743967ec2322e75944d784a</id>
<content type='text'>
Check for EGH_REQUIRED_HEADERS definition before using.
Avoids a CMake warning for unitialized values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for EGH_REQUIRED_HEADERS definition before using.
Avoids a CMake warning for unitialized values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos found by codespell</title>
<updated>2021-07-13T20:35:29+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2021-07-13T20:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8ac2f4f798012203d770049eb4a4374a3c5390ed'/>
<id>8ac2f4f798012203d770049eb4a4374a3c5390ed</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't install logging categories files on Android</title>
<updated>2021-07-12T14:49:59+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-07-10T09:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c30d943a034224f79b3d5bae239bd396ea24db9e'/>
<id>c30d943a034224f79b3d5bae239bd396ea24db9e</id>
<content type='text'>
There is no KDebugSettings there, and thus those files just bloat the APK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no KDebugSettings there, and thus those files just bloat the APK.
</pre>
</div>
</content>
</entry>
<entry>
<title>modules/ECMGenerateHeaders.cmake - init originalprefix</title>
<updated>2021-06-07T20:38:50+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2021-06-07T19:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4e816954848fac47edd8797e99ee3b5051ea0163'/>
<id>4e816954848fac47edd8797e99ee3b5051ea0163</id>
<content type='text'>
to make cmake --warn-uninitialized happy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to make cmake --warn-uninitialized happy
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LicenseRef-KDE-Accepted-GPL to license compatibility Matrix</title>
<updated>2021-06-01T13:02:21+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-06-01T13:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=de019f486be80a05b9654fc5540b66635e2b729a'/>
<id>de019f486be80a05b9654fc5540b66635e2b729a</id>
<content type='text'>
LicenseRef-KDE-Accepted-GPL is GPL3 + later version accepted by KDE, so a file licensed only under this license is compatible with an outbound license of GPL-3.0-Only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LicenseRef-KDE-Accepted-GPL is GPL3 + later version accepted by KDE, so a file licensed only under this license is compatible with an outbound license of GPL-3.0-Only
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_qt_declare_logging_category: catch alias targets before failing internally</title>
<updated>2021-05-28T23:45:39+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-28T23:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5ac85e69e34e44a3d487b9dd8418ecce3794ca2b'/>
<id>5ac85e69e34e44a3d487b9dd8418ecce3794ca2b</id>
<content type='text'>
target_sources() as used internally does not take alias targets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
target_sources() as used internally does not take alias targets.
</pre>
</div>
</content>
</entry>
</feed>
