<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.28.0-rc2</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 ecm_win_resolve_symlinks module.</title>
<updated>2016-11-07T14:13:47+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>6yearold@gmail.com</email>
</author>
<published>2016-06-06T17:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5f2dd74fe42120eed4f23b0432b43b749b4e45e9'/>
<id>5f2dd74fe42120eed4f23b0432b43b749b4e45e9</id>
<content type='text'>
REVIEW: 128112
(cherry picked from commit 632b8868de38e2f85fb4969bcae3dd89a2a0695c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128112
(cherry picked from commit 632b8868de38e2f85fb4969bcae3dd89a2a0695c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make KDECMakeSettings work with KDE_INSTALL_DIRS_NO_DEPRECATED</title>
<updated>2016-11-05T09:56:07+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2016-11-05T09:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b60f1116b2cf0401f52060d7bdf0c524b918d23a'/>
<id>b60f1116b2cf0401f52060d7bdf0c524b918d23a</id>
<content type='text'>
REVIEW: 128806
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128806
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't require the python bindings dependencies for ECM</title>
<updated>2016-10-31T15:48:19+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2016-10-31T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c983e0618662f7987bf4bd11e7647edd5cdefdbf'/>
<id>c983e0618662f7987bf4bd11e7647edd5cdefdbf</id>
<content type='text'>
It should be optional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should be optional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the PythonModuleGeneration module</title>
<updated>2016-10-31T15:38:08+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2016-04-23T15:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=64eb5f8e1320feb78c56ec0acb7399ee6085770d'/>
<id>64eb5f8e1320feb78c56ec0acb7399ee6085770d</id>
<content type='text'>
This can be used by KF5 libraries to generate python 2 and 3 bindings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be used by KF5 libraries to generate python 2 and 3 bindings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a sip wrapper</title>
<updated>2016-10-31T15:35:56+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2016-04-24T21:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e052fc95db845a5e0f0b450c8fbffb35f0bbc638'/>
<id>e052fc95db845a5e0f0b450c8fbffb35f0bbc638</id>
<content type='text'>
When sip is executed it is passed one .sip file.  However, it uses that
to generate multiple cpp source files, one per class in the sip file.

Buildsystems need to know the outputs of commands, so this does not work
well as the output can't easily be predicted.

So, create a unity build of all files to compile into the python module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When sip is executed it is passed one .sip file.  However, it uses that
to generate multiple cpp source files, one per class in the sip file.

Buildsystems need to know the outputs of commands, so this does not work
well as the output can't easily be predicted.

So, create a unity build of all files to compile into the python module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Qt5 Ruleset.</title>
<updated>2016-10-31T15:35:23+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2016-05-09T22:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9e83e56088057a68589ffa99ce6019058f4e4fd9'/>
<id>9e83e56088057a68589ffa99ce6019058f4e4fd9</id>
<content type='text'>
The ruleset is used to transform or omit artifacts in C++ header files
when determining the SIP content to generate.  Some content common to
all Qt-using libraries can be processed by using the rule set present
here.  For example, most Q_METATYPE internal declarations should be
discarded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ruleset is used to transform or omit artifacts in C++ header files
when determining the SIP content to generate.  Some content common to
all Qt-using libraries can be processed by using the rule set present
here.  For example, most Q_METATYPE internal declarations should be
discarded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the rules_engine and sip_generator</title>
<updated>2016-10-31T15:31:39+00:00</updated>
<author>
<name>Shaheed Haque</name>
<email>srhaque@theiet.org</email>
</author>
<published>2016-05-01T18:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=37f1b5c4f905a37ddb8b43001bf2e4408c2a703b'/>
<id>37f1b5c4f905a37ddb8b43001bf2e4408c2a703b</id>
<content type='text'>
These files process C++ headers with libclang and python-clang bindings,
using the AST to generate SIP files for PyQt binding library generation.

The design allows for further extensions which can process other
artifacts found in headers.  This iteration of the design is a simple
minimum which suffices to generate headers for KItemModels and some
other libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These files process C++ headers with libclang and python-clang bindings,
using the AST to generate SIP files for PyQt binding library generation.

The design allows for further extensions which can process other
artifacts found in headers.  This iteration of the design is a simple
minimum which suffices to generate headers for KItemModels and some
other libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 5.28.0.</title>
<updated>2016-10-09T08:53:39+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-10-09T08:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9b0621fabe6867754dce7884df064ededaa6278a'/>
<id>9b0621fabe6867754dce7884df064ededaa6278a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Teach KDECompilerSettings about clang-cl, a mode of Clang compiler that simulates MSVC."</title>
<updated>2016-10-08T09:00:45+00:00</updated>
<author>
<name>Ben Cooksley</name>
<email>bcooksley@kde.org</email>
</author>
<published>2016-10-08T09:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ded5b3bed1665852ec95930069e87cd8fe643340'/>
<id>ded5b3bed1665852ec95930069e87cd8fe643340</id>
<content type='text'>
This reverts commit 4b8e8dcc8856d8f438860783e7641d02d1c05630.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4b8e8dcc8856d8f438860783e7641d02d1c05630.
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach KDECompilerSettings about clang-cl, a mode of Clang compiler that simulates MSVC.</title>
<updated>2016-09-30T08:02:47+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>6yearold@gmail.com</email>
</author>
<published>2016-08-25T08:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4b8e8dcc8856d8f438860783e7641d02d1c05630'/>
<id>4b8e8dcc8856d8f438860783e7641d02d1c05630</id>
<content type='text'>
REVIEW: 128779
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128779
</pre>
</div>
</content>
</entry>
</feed>
