<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/ECMQtFramework.cmake, branch v5.44.0-rc1</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>Remove obsolete files.</title>
<updated>2013-10-11T09:45:31+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2013-10-11T09:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f669c753cb79af234393a3772919aa60773c65c1'/>
<id>f669c753cb79af234393a3772919aa60773c65c1</id>
<content type='text'>
These are not used anywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not used anywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>-increase version number to 0.0.5 (to make it possible to require 0.0.5 in kdelibs for the new file ECMWriteVersionHeader.cmake)</title>
<updated>2012-08-14T19:44:26+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-08-14T19:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=439faef0fb0f78a147efaa0528785225168b4085'/>
<id>439faef0fb0f78a147efaa0528785225168b4085</id>
<content type='text'>
Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>use ${INSTALL_TARGETS_DEFAULT_ARGS} from KDEInstallDirs.cmake</title>
<updated>2012-05-23T19:59:50+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-05-23T19:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=17c7e36310f323884011a9d4d1fe0f4dda52ae0c'/>
<id>17c7e36310f323884011a9d4d1fe0f4dda52ae0c</id>
<content type='text'>
Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>remove LIBRARY_TYPE cmake variable</title>
<updated>2012-05-12T20:19:05+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-05-12T20:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8a6b267febc287b17a498289ee0079de233186ef'/>
<id>8a6b267febc287b17a498289ee0079de233186ef</id>
<content type='text'>
As discussed, remove the LIBRARY_TYPE cmake variable and
put BUILD_SHARED_LIBS instead into the cache, set to TRUE.
So if somebody wants to build a static library, and the project
allows it (by not explicitely using "STATIC" in add_library()), he
can switch this variable to FALSE in the cache.

Also, put the ARCHIVE library component into the Devel install component,
static libs and Windows lib files belong to the development package.

Use newer write_basic_package_version_file() instead of older write_basic_config_version_file(),
which are identical beside the name

Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed, remove the LIBRARY_TYPE cmake variable and
put BUILD_SHARED_LIBS instead into the cache, set to TRUE.
So if somebody wants to build a static library, and the project
allows it (by not explicitely using "STATIC" in add_library()), he
can switch this variable to FALSE in the cache.

Also, put the ARCHIVE library component into the Devel install component,
static libs and Windows lib files belong to the development package.

Use newer write_basic_package_version_file() instead of older write_basic_config_version_file(),
which are identical beside the name

Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>rework of extra-cmake-modules</title>
<updated>2012-05-12T19:28:58+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-05-12T19:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=653895414dca71dde86dd78f493b5b646bb36ab7'/>
<id>653895414dca71dde86dd78f493b5b646bb36ab7</id>
<content type='text'>
-rename the cmake package from extra-cmake-modules to ECM
-change variable names and docs accordingly
-move setting of Qt-related defines from ECMQtFrameworks.cmake to KDECompilerSettings.cmake
-remove ECMSetVersionVariables.cmake, we'll do it some other way
-rename ECMConfig.cmake.in to ECMQtFrameworkConfig.cmake.in, since this is where it is used, and it would have the same name as ECMConfig.cmake.in which is for extra-cmake-modules itself

Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-rename the cmake package from extra-cmake-modules to ECM
-change variable names and docs accordingly
-move setting of Qt-related defines from ECMQtFrameworks.cmake to KDECompilerSettings.cmake
-remove ECMSetVersionVariables.cmake, we'll do it some other way
-rename ECMConfig.cmake.in to ECMQtFrameworkConfig.cmake.in, since this is where it is used, and it would have the same name as ECMConfig.cmake.in which is for extra-cmake-modules itself

Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>don't generate and install a Use-file anymore</title>
<updated>2012-05-07T20:33:30+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-05-07T20:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ae1191b1a85a73151fffe084e853581683698489'/>
<id>ae1191b1a85a73151fffe084e853581683698489</id>
<content type='text'>
As discussed with Stephen on kde-frameworks-devel

Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed with Stephen on kde-frameworks-devel

Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate the version file in the project binary dir.</title>
<updated>2012-03-04T21:57:17+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2012-03-04T21:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=297ddcbf0b9d670b96524df8802ecae95704040e'/>
<id>297ddcbf0b9d670b96524df8802ecae95704040e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-adding double quotes to make sure the commands don't fail</title>
<updated>2012-02-22T17:38:55+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-02-22T17:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1990614dac474471c46389f24d5f172b9139f979'/>
<id>1990614dac474471c46389f24d5f172b9139f979</id>
<content type='text'>
Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>-make use of the new KDE cmake modules in ECMQtFramework</title>
<updated>2012-02-18T18:16:00+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2012-02-18T18:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=21a9b7542a3d8dfe9608e813014c82d1645972f2'/>
<id>21a9b7542a3d8dfe9608e813014c82d1645972f2</id>
<content type='text'>
ECMQtFramework.cmake now uses
- KDEInstallDirs.cmake, so it doesn't have to define th install locations itself anymore
- KDECompilerSettings.cmake, so it gets the full set we had in kdelibs4
- KDECMakeSettings, so it gets the full set of cmake features as before, and some more, RPATH, etc.

Alex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ECMQtFramework.cmake now uses
- KDEInstallDirs.cmake, so it doesn't have to define th install locations itself anymore
- KDECompilerSettings.cmake, so it gets the full set we had in kdelibs4
- KDECMakeSettings, so it gets the full set of cmake features as before, and some more, RPATH, etc.

Alex
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the DATA_INSTALL_DIR.</title>
<updated>2012-02-12T14:23:40+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2012-02-12T14:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587'/>
<id>8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
