<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/SIPMacros.cmake, branch v5.71.0-rc3</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>Use PYTHON_SITE_PACKAGES_INSTALL_DIR for installing python modules. See</title>
<updated>2010-07-23T16:15:53+00:00</updated>
<author>
<name>Michael Jansen</name>
<email>kde@michael-jansen.biz</email>
</author>
<published>2010-07-23T16:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=91d46ffaa552f2f25ce0976511779f5a72383ade'/>
<id>91d46ffaa552f2f25ce0976511779f5a72383ade</id>
<content type='text'>
FindPythonLibrary.cmake for an explanation of the variable.

CCMAIL: kde-bindings@kde.org

svn path=/trunk/KDE/kdelibs/; revision=1153602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FindPythonLibrary.cmake for an explanation of the variable.

CCMAIL: kde-bindings@kde.org

svn path=/trunk/KDE/kdelibs/; revision=1153602
</pre>
</div>
</content>
</entry>
<entry>
<title>Make</title>
<updated>2010-07-23T16:15:52+00:00</updated>
<author>
<name>Michael Jansen</name>
<email>kde@michael-jansen.biz</email>
</author>
<published>2010-07-23T16:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=74be49bb8ab1e89f6179dfdd65598e1cccc89e20'/>
<id>74be49bb8ab1e89f6179dfdd65598e1cccc89e20</id>
<content type='text'>
ADD_SIP_PYTHON_MODULE(
    test
    example.sip
    ...)

work. Notice that there is no directory part before example.sip. This
should have no impact on existing code.

CCMAIL: kde-bindings@kde-org

svn path=/trunk/KDE/kdelibs/; revision=1153601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ADD_SIP_PYTHON_MODULE(
    test
    example.sip
    ...)

work. Notice that there is no directory part before example.sip. This
should have no impact on existing code.

CCMAIL: kde-bindings@kde-org

svn path=/trunk/KDE/kdelibs/; revision=1153601
</pre>
</div>
</content>
</entry>
<entry>
<title>Python modules should be MODULE, not SHARED, so they are installed correctly and not create import libs on Win32/Cygwin - by cygwin ports maintainer</title>
<updated>2009-07-02T06:03:54+00:00</updated>
<author>
<name>Ralf Habacker</name>
<email>ralf.habacker@freenet.de</email>
</author>
<published>2009-07-02T06:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c1cfe015fbc7f6244fe1fce8920de6088add61ee'/>
<id>c1cfe015fbc7f6244fe1fce8920de6088add61ee</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=990262
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=990262
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed this gcc visibility hack. It is no longer needed.</title>
<updated>2008-12-31T13:23:56+00:00</updated>
<author>
<name>Simon Edwards</name>
<email>simon@simonzone.com</email>
</author>
<published>2008-12-31T13:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9f8f5c5a93d60e23e52ea4dd82cc8638aecb8445'/>
<id>9f8f5c5a93d60e23e52ea4dd82cc8638aecb8445</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=903773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=903773
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to specify depend files.</title>
<updated>2008-10-26T13:11:41+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2008-10-26T13:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1d8590c90685bb2778c4af587601632b5ee3c2b4'/>
<id>1d8590c90685bb2778c4af587601632b5ee3c2b4</id>
<content type='text'>
By default we depended just on sip module file and not against all sip files.

svn path=/trunk/KDE/kdelibs/; revision=876086
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default we depended just on sip module file and not against all sip files.

svn path=/trunk/KDE/kdelibs/; revision=876086
</pre>
</div>
</content>
</entry>
<entry>
<title>Bye bye print_status.cmake</title>
<updated>2008-10-21T06:46:12+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2008-10-21T06:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3ccbe08963ff10657585b2a7ba79825b245c424a'/>
<id>3ccbe08963ff10657585b2a7ba79825b245c424a</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=874282
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=874282
</pre>
</div>
</content>
</entry>
<entry>
<title>Move here (used by kdeedu/kdebase)</title>
<updated>2008-10-20T07:15:30+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2008-10-20T07:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=12593fe0ab3dc6587ea965a8c287735200f9b084'/>
<id>12593fe0ab3dc6587ea965a8c287735200f9b084</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=873785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=873785
</pre>
</div>
</content>
</entry>
</feed>
