<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.85.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>[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>suppress tar errors</title>
<updated>2021-07-20T09:13:13+00:00</updated>
<author>
<name>Adriaan de Groot</name>
<email>groot@kde.org</email>
</author>
<published>2021-03-20T15:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=72e9fb9ef08ae6464e469c97250230e9367e672e'/>
<id>72e9fb9ef08ae6464e469c97250230e9367e672e</id>
<content type='text'>
With non-GNU tar, passing the --sort option may print out an
error message saying the option isn't supported; that's
confusing and not useful to the consumer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With non-GNU tar, passing the --sort option may print out an
error message saying the option isn't supported; that's
confusing and not useful to the consumer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ENABLE_BSYMBOLICFUNCTIONS documentation in its own module</title>
<updated>2021-07-19T09:33:15+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2021-07-13T17:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=027797a036922a20b39532c219de0f49be86022b'/>
<id>027797a036922a20b39532c219de0f49be86022b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FindGperf: support version check</title>
<updated>2021-07-18T09:27:08+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-07-18T09:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a143cf02e40a46d08b6960e9296ea44d40d41b3f'/>
<id>a143cf02e40a46d08b6960e9296ea44d40d41b3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define NOMINMAX on Windows</title>
<updated>2021-07-17T12:27:16+00:00</updated>
<author>
<name>Hannah von Reth</name>
<email>vonreth@kde.org</email>
</author>
<published>2021-07-17T12:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=95d1808924d9ecdf3037939ba78950fe20ee1396'/>
<id>95d1808924d9ecdf3037939ba78950fe20ee1396</id>
<content type='text'>
This will prevent the macro definition of min and max which breaks
the use of std::min and std::max
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will prevent the macro definition of min and max which breaks
the use of std::min and std::max
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEFrameworksCompilerSettings: move backward-compat code into separate file</title>
<updated>2021-07-16T01:54:01+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-07-02T16:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e7d3069cd2db2029f1acefba0f368fdfafa5a0e7'/>
<id>e7d3069cd2db2029f1acefba0f368fdfafa5a0e7</id>
<content type='text'>
Also add trigger to switch to KDE_COMPILERSETTINGS_LEVEL of latest
KDECompilerSettings on ECM dependency in KF modules to 5.85

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add trigger to switch to KDE_COMPILERSETTINGS_LEVEL of latest
KDECompilerSettings on ECM dependency in KF modules to 5.85

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
</feed>
