<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/tests, branch v5.92.0</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Don't run KDEInstallDirsTest.vars_in_sync_oldstyle_arg for KF6</title>
<updated>2022-02-05T15:33:17+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-01-26T19:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8091fa010fe2e7404e70c5107c395c23a69218a1'/>
<id>8091fa010fe2e7404e70c5107c395c23a69218a1</id>
<content type='text'>
Since KDEInstallDirs6 explicitly sets KDE_INSTALL_DIRS_NO_DEPRECATED to
false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since KDEInstallDirs6 explicitly sets KDE_INSTALL_DIRS_NO_DEPRECATED to
false.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt KDEInstallDirs unit test to consider the new version-less variables</title>
<updated>2022-01-25T09:05:16+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-01-23T16:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b25b7df554da25889f7839ac09d8051e018d1e59'/>
<id>b25b7df554da25889f7839ac09d8051e018d1e59</id>
<content type='text'>
Fixes unit tests with Qt6 and identified the missing definition of the
full path variables for aliases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes unit tests with Qt6 and identified the missing definition of the
full path variables for aliases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ECMPoQmTools when using Qt6</title>
<updated>2022-01-24T16:20:58+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-01-24T16:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=76d3aeba00054b8fdef5d51a41585802522e7af6'/>
<id>76d3aeba00054b8fdef5d51a41585802522e7af6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forward the Qt6 build option to the CMake test runs</title>
<updated>2022-01-23T13:04:59+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-01-23T12:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=33e3c5eb41ee9c5c3ea326e0b788f9efbfcf2e30'/>
<id>33e3c5eb41ee9c5c3ea326e0b788f9efbfcf2e30</id>
<content type='text'>
Fixes a number of unit tests that rely on Qt in some form when using Qt6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a number of unit tests that rely on Qt in some form when using Qt6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust test build system to also support Qt6</title>
<updated>2022-01-23T11:01:48+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-01-22T20:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=104e5fabae121155511309380bafe1c49db9089a'/>
<id>104e5fabae121155511309380bafe1c49db9089a</id>
<content type='text'>
With this we are no longer skipping a bunch of tests when using Qt6.

This likely still misses forwarding the Qt option to the CMake calls of
the actual tests, but that's for a subsequent change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this we are no longer skipping a bunch of tests when using Qt6.

This likely still misses forwarding the Qt option to the CMake calls of
the actual tests, but that's for a subsequent change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ExecuteCoreModules test</title>
<updated>2022-01-22T19:56:36+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-01-22T19:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=675ca285769d6a5729c13c0eaad524355188027d'/>
<id>675ca285769d6a5729c13c0eaad524355188027d</id>
<content type='text'>
There's a few modules relying on ECM_GLOBAL_FIND_VERSION being defined, so
set that. The exact value is less relevant here, it's mainly used for
deprecation warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's a few modules relying on ECM_GLOBAL_FIND_VERSION being defined, so
set that. The exact value is less relevant here, it's mainly used for
deprecation warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ECMQMLModules.cmake to ECMFindQmlModule.cmake</title>
<updated>2022-01-18T12:09:57+00:00</updated>
<author>
<name>Arjen Hiemstra</name>
<email>ahiemstra@heimr.nl</email>
</author>
<published>2021-08-02T12:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6fefacf8c4efe8b35aa543514892cbf38cf7b4d9'/>
<id>6fefacf8c4efe8b35aa543514892cbf38cf7b4d9</id>
<content type='text'>
To avoid ambiguity with ECMQmlModule.cmake.

To preserve backward compatibility, we keep a version around of
ECMQMLModules.cmake that warns a user of it being moved and includes the
new file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid ambiguity with ECMQmlModule.cmake.

To preserve backward compatibility, we keep a version around of
ECMQMLModules.cmake that warns a user of it being moved and includes the
new file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ECMQmlModule.cmake</title>
<updated>2022-01-18T12:09:57+00:00</updated>
<author>
<name>Arjen Hiemstra</name>
<email>ahiemstra@heimr.nl</email>
</author>
<published>2021-08-02T13:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3813fd1bc97fa6bb2189cc9586f77be4c30478d6'/>
<id>3813fd1bc97fa6bb2189cc9586f77be4c30478d6</id>
<content type='text'>
This contains some helper functions to make it easier to create QML
modules through CMake. It takes care of several things that currently
need to be done manually.

It adds four tests for the four primary ways that it can be used,
either as shared/static library and with or without C++ plugin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This contains some helper functions to make it easier to create QML
modules through CMake. It takes care of several things that currently
need to be done manually.

It adds four tests for the four primary ways that it can be used,
either as shared/static library and with or without C++ plugin.
</pre>
</div>
</content>
</entry>
<entry>
<title>ECMGeneratePkgConfigFile: Add an URL parameter</title>
<updated>2021-11-30T21:35:20+00:00</updated>
<author>
<name>Heiko Becker</name>
<email>heirecka@exherbo.org</email>
</author>
<published>2021-11-29T23:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=53a640542786bd80a54c29062a0047c82d2f1dc3'/>
<id>53a640542786bd80a54c29062a0047c82d2f1dc3</id>
<content type='text'>
While porting a manual configure_file invocation for kactivities'
.pc file to ecm_generate_pkgconfig_file I noticed that the URL keyword
was missing afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While porting a manual configure_file invocation for kactivities'
.pc file to ecm_generate_pkgconfig_file I noticed that the URL keyword
was missing afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for specifying private dependencies for pkg-config files</title>
<updated>2021-11-08T12:57:34+00:00</updated>
<author>
<name>Ingo Klöcker</name>
<email>kloecker@kde.org</email>
</author>
<published>2021-11-08T12:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=32fdb17a92d922302806b9f465737df36fd3f5bf'/>
<id>32fdb17a92d922302806b9f465737df36fd3f5bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
