<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/FindAutomoc4.cmake, branch v5.94.0-rc1</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>Move the modules, modules-test and systeminfo subdirs into 'attic'</title>
<updated>2011-06-30T21:36:45+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2011-06-30T21:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d2b2c90a06bf1f4a21df196430d1f95856900410'/>
<id>d2b2c90a06bf1f4a21df196430d1f95856900410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-remove wrong status message, this was a left over from r882594 </title>
<updated>2010-06-24T21:26:01+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2010-06-24T21:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=856f2d3758d59e0d022b8e73e84079bfaa79dcc7'/>
<id>856f2d3758d59e0d022b8e73e84079bfaa79dcc7</id>
<content type='text'>
Alex


svn path=/trunk/KDE/kdelibs/; revision=1142413
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex


svn path=/trunk/KDE/kdelibs/; revision=1142413
</pre>
</div>
</content>
</entry>
<entry>
<title>-add missing copyright notices, I hope I got it right</title>
<updated>2009-01-04T15:39:53+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2009-01-04T15:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=87c903a8e853eec433860818a01040da8d1c5f1a'/>
<id>87c903a8e853eec433860818a01040da8d1c5f1a</id>
<content type='text'>
-also a few empty lines here and there to make it look nicer

Alex



svn path=/trunk/KDE/kdelibs/; revision=905547
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-also a few empty lines here and there to make it look nicer

Alex



svn path=/trunk/KDE/kdelibs/; revision=905547
</pre>
</div>
</content>
</entry>
<entry>
<title>-make finding the FooConfig.cmake file quiet, but don't make the outer FindFoo.cmake file quiet</title>
<updated>2008-12-08T22:39:27+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-12-08T22:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f9248c8938c2ee4e31cb2ea8565c6350757dbae2'/>
<id>f9248c8938c2ee4e31cb2ea8565c6350757dbae2</id>
<content type='text'>
Alex



svn path=/trunk/KDE/kdelibs/; revision=894602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex



svn path=/trunk/KDE/kdelibs/; revision=894602
</pre>
</div>
</content>
</entry>
<entry>
<title>-require cmake 2.6.2</title>
<updated>2008-11-10T23:52:13+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-11-10T23:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=57d92979d017bcc1748f29e942b5843428e30051'/>
<id>57d92979d017bcc1748f29e942b5843428e30051</id>
<content type='text'>
-enable the reduced link interface for everybody now in kdelibs
-convert all the set_target_properties(foo LINK_INTERFACE_LIBRARIES...)
 to the new target_link_libraries(foo LINK_INTERFACE_LIBRARIES ...)
-install all shared libs also as "exported targets", so these libraries
 can be included by the other projects again as "imported targets", which 
 should fix some problems with different build configurations, the reduced
 link interface, hopefully also custom install locations (Windows), maybe more
-remove the temporary internal hackish macro _KDE4_EXPORT_LIBRARY_DEPENDENCIES()

Alex, who hopes this doesn't break too much...

So if you get linker errors now, please let me know (or even better kde-buildsystem@kde.org)


svn path=/trunk/KDE/kdelibs/; revision=882594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-enable the reduced link interface for everybody now in kdelibs
-convert all the set_target_properties(foo LINK_INTERFACE_LIBRARIES...)
 to the new target_link_libraries(foo LINK_INTERFACE_LIBRARIES ...)
-install all shared libs also as "exported targets", so these libraries
 can be included by the other projects again as "imported targets", which 
 should fix some problems with different build configurations, the reduced
 link interface, hopefully also custom install locations (Windows), maybe more
-remove the temporary internal hackish macro _KDE4_EXPORT_LIBRARY_DEPENDENCIES()

Alex, who hopes this doesn't break too much...

So if you get linker errors now, please let me know (or even better kde-buildsystem@kde.org)


svn path=/trunk/KDE/kdelibs/; revision=882594
</pre>
</div>
</content>
</entry>
<entry>
<title>Similar patch as in branch: more informative output when automoc4 isn't found.</title>
<updated>2008-08-13T15:44:20+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2008-08-13T15:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c362b85b1b3ae1cf41d8451b6397e81426368a4a'/>
<id>c362b85b1b3ae1cf41d8451b6397e81426368a4a</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=846504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=846504
</pre>
</div>
</content>
</entry>
<entry>
<title>mostly revert patch from yesterday, since it doesn't seem to support 64bit yet</title>
<updated>2008-08-11T23:33:22+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-08-11T23:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=989a8c1696b3f8a245ccafd3f90a805a1f283d37'/>
<id>989a8c1696b3f8a245ccafd3f90a805a1f283d37</id>
<content type='text'>
Alex


svn path=/trunk/KDE/kdelibs/; revision=845536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex


svn path=/trunk/KDE/kdelibs/; revision=845536
</pre>
</div>
</content>
</entry>
<entry>
<title>use the new-style cmake 2.6 find_package() mode which automatically searches for the installed Automoc4Config.cmake in the appropriate directories.</title>
<updated>2008-08-10T09:13:30+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-08-10T09:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6402cc6a7ad14a3c37408dc0624eac8d5095fd52'/>
<id>6402cc6a7ad14a3c37408dc0624eac8d5095fd52</id>
<content type='text'>
Alex


svn path=/trunk/KDE/kdelibs/; revision=844694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex


svn path=/trunk/KDE/kdelibs/; revision=844694
</pre>
</div>
</content>
</entry>
<entry>
<title>-apply patch from guru AT computer-rave DOT com , search CMAKE_INSTALL_PREFIX correctly, i.e. </title>
<updated>2008-07-08T21:54:53+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-07-08T21:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=54f94006b8bb79bccf17b2de46f8b7b0a4c6e090'/>
<id>54f94006b8bb79bccf17b2de46f8b7b0a4c6e090</id>
<content type='text'>
without the "/lib", since this is already part of the PATH_SUFFIX

Alex



svn path=/trunk/KDE/kdelibs/; revision=829705
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
without the "/lib", since this is already part of the PATH_SUFFIX

Alex



svn path=/trunk/KDE/kdelibs/; revision=829705
</pre>
</div>
</content>
</entry>
<entry>
<title>-search in more directories</title>
<updated>2008-06-02T23:03:30+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-06-02T23:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e13e219d9a24e4379bcf80c40e55ab89359fbcc9'/>
<id>e13e219d9a24e4379bcf80c40e55ab89359fbcc9</id>
<content type='text'>
Alex

CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdelibs/; revision=815981
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex

CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdelibs/; revision=815981
</pre>
</div>
</content>
</entry>
</feed>
