<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/tests/KDEFetchTranslations, 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>fix fetch-translations for invent urls</title>
<updated>2020-10-01T12:34:06+00:00</updated>
<author>
<name>Harald Sitter</name>
<email>sitter@kde.org</email>
</author>
<published>2020-10-01T12:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=693781d22e98057d83eac2b2c85d04063202f26f'/>
<id>693781d22e98057d83eac2b2c85d04063202f26f</id>
<content type='text'>
regex gets slightly adjusted to only run on kde.org urls, the actual
repo name may now contain slash as well since
a) basenames aren't necessarily unique anymore
b) by extension we need to give fetchpo an actually unique repo path so
it can resolve the underlying project and its translations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
regex gets slightly adjusted to only run on kde.org urls, the actual
repo name may now contain slash as well since
a) basenames aren't necessarily unique anymore
b) by extension we need to give fetchpo an actually unique repo path so
it can resolve the underlying project and its translations
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise CMake requirements to 3.5</title>
<updated>2019-10-22T16:54:07+00:00</updated>
<author>
<name>Hannah von Reth</name>
<email>vonreth@kde.org</email>
</author>
<published>2019-10-21T21:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5ca01895e3c50322f79feeef5054d7f28b164d68'/>
<id>5ca01895e3c50322f79feeef5054d7f28b164d68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix output directory for KDEFetchTranslations</title>
<updated>2017-06-04T17:05:10+00:00</updated>
<author>
<name>Pino Toscano</name>
<email>pino@kde.org</email>
</author>
<published>2017-06-04T17:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5ec56f07e738ac0fba10c915496fd44bdc4494c4'/>
<id>5ec56f07e738ac0fba10c915496fd44bdc4494c4</id>
<content type='text'>
hopefully the dummy executable will be where expected (on Windows)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hopefully the dummy executable will be where expected (on Windows)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix last change on KDEFetchTranslations</title>
<updated>2017-06-04T16:47:05+00:00</updated>
<author>
<name>Pino Toscano</name>
<email>pino@kde.org</email>
</author>
<published>2017-06-04T16:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=730d4a38c8c95cb3ea61a8f25402b18fa57c0037'/>
<id>730d4a38c8c95cb3ea61a8f25402b18fa57c0037</id>
<content type='text'>
include the ECMMarkNonGuiExecutable module, so the
ecm_mark_nongui_executable can be used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include the ECMMarkNonGuiExecutable module, so the
ecm_mark_nongui_executable can be used
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: hopefully fix KDEFetchTranslations on Windows</title>
<updated>2017-06-04T16:44:37+00:00</updated>
<author>
<name>Pino Toscano</name>
<email>pino@kde.org</email>
</author>
<published>2017-06-04T16:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f27caf014809ca9e885c852483b8041919652f7a'/>
<id>f27caf014809ca9e885c852483b8041919652f7a</id>
<content type='text'>
use ecm_mark_nongui_executable to mark the dummy executable as non-gui,
so its linking works
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use ecm_mark_nongui_executable to mark the dummy executable as non-gui,
so its linking works
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test when compiling from a tarball</title>
<updated>2017-05-07T18:18:13+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-05-07T14:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=94056e2e4629fd4f5ff100d0864355d1a898f455'/>
<id>94056e2e4629fd4f5ff100d0864355d1a898f455</id>
<content type='text'>
Summary: Otherwise it doesn't work when falling back to the project name.

Test Plan: Ran the test locally with and without .git directory

Reviewers: #frameworks, joselema, sitter

Reviewed By: sitter

Subscribers: #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5741
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Otherwise it doesn't work when falling back to the project name.

Test Plan: Ran the test locally with and without .git directory

Reviewers: #frameworks, joselema, sitter

Reviewed By: sitter

Subscribers: #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5741
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for _repository_name() a function added for fetch-translations</title>
<updated>2017-04-10T13:01:16+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-04-08T14:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=16aabe1c24b5471d4dc6eb04ed6d0b654e40996d'/>
<id>16aabe1c24b5471d4dc6eb04ed6d0b654e40996d</id>
<content type='text'>
Summary: It turns out it's more complex than it looks, it's always better to have tests.

Reviewers: sitter, aacid

Reviewed By: sitter

Subscribers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: It turns out it's more complex than it looks, it's always better to have tests.

Reviewers: sitter, aacid

Reviewed By: sitter

Subscribers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5352
</pre>
</div>
</content>
</entry>
</feed>
