<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/FindBlitz.cmake, branch v5.87.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>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://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>reduce few columns, so it gives less issues in manpages generation</title>
<updated>2010-03-05T01:33:14+00:00</updated>
<author>
<name>Pino Toscano</name>
<email>pino@kde.org</email>
</author>
<published>2010-03-05T01:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f886f4b1d9075fc5098484e63a332be8d45ccbec'/>
<id>f886f4b1d9075fc5098484e63a332be8d45ccbec</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=1099156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=1099156
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress 'not found' messages from pkgconfig when the module subsequently</title>
<updated>2009-03-11T22:39:22+00:00</updated>
<author>
<name>David Jarvie</name>
<email>djarvie@kde.org</email>
</author>
<published>2009-03-11T22:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ac954219018fac1c1cae99b6e69be9438e452233'/>
<id>ac954219018fac1c1cae99b6e69be9438e452233</id>
<content type='text'>
attempts to locate the package by other means.

svn path=/trunk/KDE/kdelibs/; revision=938476
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attempts to locate the package by other means.

svn path=/trunk/KDE/kdelibs/; revision=938476
</pre>
</div>
</content>
</entry>
<entry>
<title>-rework all uses of find_package(PkgConfig)/pkg_check_modules():</title>
<updated>2008-12-02T21:49:01+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-12-02T21:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c379d4c4e0655fac2dadd4be57e2e5cd23d40572'/>
<id>c379d4c4e0655fac2dadd4be57e2e5cd23d40572</id>
<content type='text'>
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.

*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.

*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.

These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)

I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.

Alex





svn path=/trunk/KDE/kdelibs/; revision=891805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.

*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.

*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.

These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)

I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.

Alex





svn path=/trunk/KDE/kdelibs/; revision=891805
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to use new PkgConfig</title>
<updated>2008-11-24T08:18:08+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2008-11-24T08:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=75930de900d9bd42883dee356b69616e23e033cb'/>
<id>75930de900d9bd42883dee356b69616e23e033cb</id>
<content type='text'>
Why FindBlitz.cmake ? I think that we can remove it

svn path=/trunk/KDE/kdelibs/; revision=888266
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Why FindBlitz.cmake ? I think that we can remove it

svn path=/trunk/KDE/kdelibs/; revision=888266
</pre>
</div>
</content>
</entry>
<entry>
<title>Also use pkgconfig to find QImageBlitz, since it installs a .pc file.</title>
<updated>2008-03-13T11:59:31+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2008-03-13T11:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=33dc0baf857b81826301dff74c458d61e7abc8ed'/>
<id>33dc0baf857b81826301dff74c458d61e7abc8ed</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=785147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=785147
</pre>
</div>
</content>
</entry>
<entry>
<title>some improvements to the docs:</title>
<updated>2008-02-18T19:06:32+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-02-18T19:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=814455b7ad321c88e730662fda58261087b72e72'/>
<id>814455b7ad321c88e730662fda58261087b72e72</id>
<content type='text'>
-some modules were not at all documented, only few are left now
-the copyright message doesn't have to be printed for every module in the docs
-fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND)

Alex

(will commit modified FindKDE4Internal.cmake after Christians commit)


svn path=/trunk/KDE/kdelibs/; revision=776742
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-some modules were not at all documented, only few are left now
-the copyright message doesn't have to be printed for every module in the docs
-fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND)

Alex

(will commit modified FindKDE4Internal.cmake after Christians commit)


svn path=/trunk/KDE/kdelibs/; revision=776742
</pre>
</div>
</content>
</entry>
<entry>
<title>FIND_LIBRARY_EX -&gt; FIND_LIBRARY_WITH_DEBUG</title>
<updated>2007-09-30T16:19:18+00:00</updated>
<author>
<name>Christian Ehrlicher</name>
<email>ch.ehrlicher@gmx.de</email>
</author>
<published>2007-09-30T16:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b94768531ef8881f2b6e7b93c4f0324f02b80487'/>
<id>b94768531ef8881f2b6e7b93c4f0324f02b80487</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=719224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=719224
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to new macro FIND_LIBRARY_EX() to avoid code duplication</title>
<updated>2007-09-24T10:53:59+00:00</updated>
<author>
<name>Christian Ehrlicher</name>
<email>ch.ehrlicher@gmx.de</email>
</author>
<published>2007-09-24T10:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0e93aecc9d6e8736fa9b2bf0b9a8c6adc30e6337'/>
<id>0e93aecc9d6e8736fa9b2bf0b9a8c6adc30e6337</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=716254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=716254
</pre>
</div>
</content>
</entry>
<entry>
<title>adopt them to the new win32 library names</title>
<updated>2007-09-15T17:28:12+00:00</updated>
<author>
<name>Christian Ehrlicher</name>
<email>ch.ehrlicher@gmx.de</email>
</author>
<published>2007-09-15T17:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f6033e468574a60eeeea2658872e8d906be85aa5'/>
<id>f6033e468574a60eeeea2658872e8d906be85aa5</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=712919
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=712919
</pre>
</div>
</content>
</entry>
</feed>
