<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/tests, branch v0.0.11</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>Improve the ECMGenerateHeaders API with a variable for generated files</title>
<updated>2014-02-16T10:49:12+00:00</updated>
<author>
<name>Alex Merry</name>
<email>kde@randomguy3.me.uk</email>
</author>
<published>2014-02-15T16:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=434c63acd090568147505ff1c31053dcb1b3863f'/>
<id>434c63acd090568147505ff1c31053dcb1b3863f</id>
<content type='text'>
ecm_generate_headers() now allows/forces the caller to collect the paths
of the generated headers, so that they can be passed to the install
command.  This avoids issues of unexpected files being in the CamelCase
includes directory, both from previous builds and because of
case-insensitive file systems.

MODULE_NAME is removed, as it is no longer desirable or necessary.
Instead, the headers are placed directly in the output directory
(usually CMAKE_CURRENT_BUILD_DIR).

Overall, this makes ecm_generate_headers() behave much more like other
file generation macros (like the Qt ones).

The old syntax is still supported for now, to make the porting effort
easier.

REVIEW: 115765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ecm_generate_headers() now allows/forces the caller to collect the paths
of the generated headers, so that they can be passed to the install
command.  This avoids issues of unexpected files being in the CamelCase
includes directory, both from previous builds and because of
case-insensitive file systems.

MODULE_NAME is removed, as it is no longer desirable or necessary.
Instead, the headers are placed directly in the output directory
(usually CMAKE_CURRENT_BUILD_DIR).

Overall, this makes ecm_generate_headers() behave much more like other
file generation macros (like the Qt ones).

The old syntax is still supported for now, to make the porting effort
easier.

REVIEW: 115765
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the tests pass</title>
<updated>2013-12-14T16:03:08+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2013-12-14T16:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b8b3dfa277bf8911a9c5b9b2a4a3bfeebfb0f915'/>
<id>b8b3dfa277bf8911a9c5b9b2a4a3bfeebfb0f915</id>
<content type='text'>
Since some cmake modules include others inside e-c-m we need to set the cmake module path
so that they are found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since some cmake modules include others inside e-c-m we need to set the cmake module path
so that they are found
</pre>
</div>
</content>
</entry>
<entry>
<title>-enable testing</title>
<updated>2011-12-18T20:24:11+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2011-12-18T20:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=fe76108ad56f0481c80afbf42791a106d7b038ca'/>
<id>fe76108ad56f0481c80afbf42791a106d7b038ca</id>
<content type='text'>
-add test ExecuteAllModules, which is the same as FindModulesExecuteAll in CMake: include (and execute) all *cmake files, to make sure they are not completely broken

Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-add test ExecuteAllModules, which is the same as FindModulesExecuteAll in CMake: include (and execute) all *cmake files, to make sure they are not completely broken

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