<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.14.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>add COMMON_HEADER option and multiple header functionality</title>
<updated>2015-08-25T09:38:37+00:00</updated>
<author>
<name>Patrick Spendrin</name>
<email>ps_ml@gmx.de</email>
</author>
<published>2015-08-20T19:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8ef3f474e3a6def47dce36b54fbdce2d98c79342'/>
<id>8ef3f474e3a6def47dce36b54fbdce2d98c79342</id>
<content type='text'>
This adds a new keyword COMMON_HEADER which generates a new header
containing all other headers. Also it is possible now to have multiple
dummy headers per header file. It is assumed that the first header is the
existing one.

REVIEW: 124847
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new keyword COMMON_HEADER which generates a new header
containing all other headers. Also it is possible now to have multiple
dummy headers per header file. It is assumed that the first header is the
existing one.

REVIEW: 124847
</pre>
</div>
</content>
</entry>
<entry>
<title>correct the test name, so that we don't have a duplicate ECMGenerateHeaders test</title>
<updated>2015-08-20T19:44:42+00:00</updated>
<author>
<name>Patrick Spendrin</name>
<email>ps_ml@gmx.de</email>
</author>
<published>2015-08-20T19:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a1e60b8e6386f3b674d31b6a5e76214cf98a2bd8'/>
<id>a1e60b8e6386f3b674d31b6a5e76214cf98a2bd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a license to one of the C++ test files.</title>
<updated>2015-08-19T21:05:22+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-08-19T21:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8e20caf11dbabdf191415589e99ea1b773caedd0'/>
<id>8e20caf11dbabdf191415589e99ea1b773caedd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add macro to generate logging category declarations for Qt5.</title>
<updated>2015-08-18T22:02:11+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-07-29T20:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9bffa7a202cad3a29103f3e9a8b50b9a61277310'/>
<id>9bffa7a202cad3a29103f3e9a8b50b9a61277310</id>
<content type='text'>
This makes life a bit easier for developers who use the categorised
logging in Qt5 in the common case - rather than creating two new files,
and remembering to put in the #ifdef for the default verbosity settings
in Qt 5.4, they can just add a couple of lines to their CMakeLists.txt.

REVIEW: 124595
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes life a bit easier for developers who use the categorised
logging in Qt5 in the common case - rather than creating two new files,
and remembering to put in the #ifdef for the default verbosity settings
in Qt 5.4, they can just add a couple of lines to their CMakeLists.txt.

REVIEW: 124595
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -pedantic for KF5 code (when using gcc or clang)</title>
<updated>2015-08-18T21:58:08+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-08-15T23:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7af8bdcc7610df1de24c36ceeedd8c9f82529634'/>
<id>7af8bdcc7610df1de24c36ceeedd8c9f82529634</id>
<content type='text'>
REVIEW: 124763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 124763
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEFrameworkCompilerSettings: only enable strict iterators in debug mode</title>
<updated>2015-08-18T21:58:08+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-08-15T23:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=00b1f67ef595c6fd2b326738ea7ac03c0e23303b'/>
<id>00b1f67ef595c6fd2b326738ea7ac03c0e23303b</id>
<content type='text'>
(they are slower). And enable them on MSVC now that we rely on Qt 5.3, as the comment said.

REVIEW: 124762
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(they are slower). And enable them on MSVC now that we rely on Qt 5.3, as the comment said.

REVIEW: 124762
</pre>
</div>
</content>
</entry>
<entry>
<title>Also set the default visibility for C code to hidden.</title>
<updated>2015-08-16T07:43:29+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2015-08-16T07:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=2b0951d3b6b3740b12a2cc3eedf8b3d1f6eba943'/>
<id>2b0951d3b6b3740b12a2cc3eedf8b3d1f6eba943</id>
<content type='text'>
This prevents accidental "leaking" of symbols from internal code, such
as flex/bison generated parsers.

REVIEW: 124740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents accidental "leaking" of symbols from internal code, such
as flex/bison generated parsers.

REVIEW: 124740
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 5.14.0.</title>
<updated>2015-08-12T12:29:34+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-08-12T12:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e475b3a68751fae3dc93ec9e7abb9db420eb0fa2'/>
<id>e475b3a68751fae3dc93ec9e7abb9db420eb0fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 5.13.0.</title>
<updated>2015-07-10T10:07:44+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-07-10T10:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=097c1cf0c2f7c3200abec6bf3fa895073bd25bf0'/>
<id>097c1cf0c2f7c3200abec6bf3fa895073bd25bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error reporting of query_qmake macro</title>
<updated>2015-06-23T20:54:11+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-06-23T20:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=51fb1c07bd9e6fcbb4204feb817fe94451593133'/>
<id>51fb1c07bd9e6fcbb4204feb817fe94451593133</id>
<content type='text'>
In case it fails, offer an error message and the attempted call, to make
sure we can react accordingly.
Note that the proper error argument is FATAL_ERROR, not FATAL.

REVIEW: 124106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case it fails, offer an error message and the attempted call, to make
sure we can react accordingly.
Note that the proper error argument is FATAL_ERROR, not FATAL.

REVIEW: 124106
</pre>
</div>
</content>
</entry>
</feed>
