<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/kde-modules, branch v5.79.0-rc2</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>Only enable GNU_TAR_FOUND when --sort=name is available</title>
<updated>2021-02-05T15:18:39+00:00</updated>
<author>
<name>Milian Wolff</name>
<email>mail@milianw.de</email>
</author>
<published>2021-02-01T17:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=73c16740d2629cd03f9b9081919a569d2aaa4af4'/>
<id>73c16740d2629cd03f9b9081919a569d2aaa4af4</id>
<content type='text'>
The --sort=name option was only added in version 1.28
which isn't available in Centos 7 yet e.g.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --sort=name option was only added in version 1.28
which isn't available in Centos 7 yet e.g.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEFrameworksCompilerSettings: define -DQT_NO_KEYWORDS by default</title>
<updated>2021-01-31T12:10:29+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-01-31T12:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=24d4578e80e978ee6f1d8deca2cb3a5ae5e9e18f'/>
<id>24d4578e80e978ee6f1d8deca2cb3a5ae5e9e18f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation for KDEClangFormat module</title>
<updated>2021-01-30T18:47:36+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-01-20T14:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=52b653d5b605b2110d03ab9b43681ecfe8ce0c5c'/>
<id>52b653d5b605b2110d03ab9b43681ecfe8ce0c5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[KDEGitCommitHooks] Create copy of scripts in source dir</title>
<updated>2021-01-30T14:46:18+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-01-20T12:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7fe4a9c96cfd7b3df458d08ca1e98cb56767f651'/>
<id>7fe4a9c96cfd7b3df458d08ca1e98cb56767f651</id>
<content type='text'>
It was reported that in case of containerized setups where the
source and build are in different containers the pre-commit
script would reference a file which is another container and
is consequently not found.

To avoid this the script is copied in the source dir and a relative path is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was reported that in case of containerized setups where the
source and build are in different containers the pre-commit
script would reference a file which is another container and
is consequently not found.

To avoid this the script is copied in the source dir and a relative path is defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove optional parameter</title>
<updated>2021-01-30T14:46:18+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-01-27T16:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a50e45b8986f01f6b6c85f68d59a4491610ce29c'/>
<id>a50e45b8986f01f6b6c85f68d59a4491610ce29c</id>
<content type='text'>
This makes it more difficult to implement the relative paths.
It would be nice to have, but if we encounter a scenario
where we explicitly need this we can revisit it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it more difficult to implement the relative paths.
It would be nice to have, but if we encounter a scenario
where we explicitly need this we can revisit it.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEClangFormat: Do not override custom clang-format files</title>
<updated>2021-01-30T14:22:03+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-01-30T12:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0d5ed9bb9117f6526691b3572bf85090efbeed4a'/>
<id>0d5ed9bb9117f6526691b3572bf85090efbeed4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define -DQT_NO_FOREACH by default</title>
<updated>2021-01-29T22:47:07+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-01-19T17:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f8309d8d8d62fd10b809e2eef1076cac043f8f31'/>
<id>f8309d8d8d62fd10b809e2eef1076cac043f8f31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fetch-translations: Resolve the URL before passing it to fetchpo.rb</title>
<updated>2021-01-22T00:57:35+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2021-01-21T14:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e6b3345741e2824ae815ca9ccf17bc22044d55e8'/>
<id>e6b3345741e2824ae815ca9ccf17bc22044d55e8</id>
<content type='text'>
This way we pass the regex on an actual URL that we may understand.

This is especially useful when url.insteadOf entries are specified in
~/.gitconfig.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we pass the regex on an actual URL that we may understand.

This is especially useful when url.insteadOf entries are specified in
~/.gitconfig.
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore source files in CMAKE_BINARY_DIR for clang-format target</title>
<updated>2021-01-21T21:55:10+00:00</updated>
<author>
<name>Christoph Cullmann</name>
<email>cullmann@kde.org</email>
</author>
<published>2021-01-21T21:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=cf4270c052dd5c59c336a78231319d57c7d2b24c'/>
<id>cf4270c052dd5c59c336a78231319d57c7d2b24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add detailed explanation for KDEGitCommitHooks checks</title>
<updated>2021-01-20T12:57:22+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-01-20T12:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e071de97b256a504c7b9d6e9655d1218bbd2c0a8'/>
<id>e071de97b256a504c7b9d6e9655d1218bbd2c0a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
