<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libical-git.git/cmake, branch vpatch</title>
<subtitle>github.com: libical/libical.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/'/>
<entry>
<title>FindICU.cmake - set ICU_BINARY_DIR, for the runtime binaries</title>
<updated>2017-02-01T18:30:35+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-02-01T18:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=81692272ad9362737c82f57ba926eb125690b75c'/>
<id>81692272ad9362737c82f57ba926eb125690b75c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buildsystem: setup feature_summary for icu, bdb and python3.</title>
<updated>2017-01-06T17:16:12+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-01-06T17:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=8eb5cd0be0084e20c6b22620c98207b38b345b71'/>
<id>8eb5cd0be0084e20c6b22620c98207b38b345b71</id>
<content type='text'>
bdb support is built by default if the Berkeley db is found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bdb support is built by default if the Berkeley db is found
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Pass 'CC' to the introspection scanner</title>
<updated>2016-10-21T10:40:46+00:00</updated>
<author>
<name>Emmanuele Bassi</name>
<email>ebassi@gnome.org</email>
</author>
<published>2016-10-13T10:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=6ace088490523a6657656c4a916cbea689f42c86'/>
<id>6ace088490523a6657656c4a916cbea689f42c86</id>
<content type='text'>
This change avoids g-ir-scanner picking up a different compiler from the
environment than the one specified when building. When CC is absent from
the environment used to launch g-ir-scanner, it'll fall back to the
default behaviour of distutils, which is to use the compiler with with
distutils themselves were built. This causes compilation failure because
of missing system includes if distutils was built on a different machine
or with different arguments.

The behaviour introduced by this commit similar as the one provided by
GObject introspection itself in its autotools integration, except it's
missing CFLAGS, CPPFLAGS, and LDFLAGS, because their presence makes the
command line generated by cmake too long. The only way to match
behaviours would be to create a small wrapper script that set all the
environment variables and then called g-ir-scanner. Currently, this is
not necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change avoids g-ir-scanner picking up a different compiler from the
environment than the one specified when building. When CC is absent from
the environment used to launch g-ir-scanner, it'll fall back to the
default behaviour of distutils, which is to use the compiler with with
distutils themselves were built. This causes compilation failure because
of missing system includes if distutils was built on a different machine
or with different arguments.

The behaviour introduced by this commit similar as the one provided by
GObject introspection itself in its autotools integration, except it's
missing CFLAGS, CPPFLAGS, and LDFLAGS, because their presence makes the
command line generated by cmake too long. The only way to match
behaviours would be to create a small wrapper script that set all the
environment variables and then called g-ir-scanner. Currently, this is
not necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>GObjectIntrospectionMacros.cmake - fix .typelib installation location</title>
<updated>2016-09-24T13:41:35+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-09-24T13:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=7a8dc349dc25063eab7e19d5fcb5eeab06b1acbe'/>
<id>7a8dc349dc25063eab7e19d5fcb5eeab06b1acbe</id>
<content type='text'>
patch from Milan Crha &lt;mcrha@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch from Milan Crha &lt;mcrha@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>    toolchains: use CMAKE_CXX_FLAGS rather than CMAKE_CXX_COMPILER_ARG1</title>
<updated>2016-09-07T21:47:56+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-09-07T21:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=4d5a5b76f13a422f374d675c54e26685bf3d545e'/>
<id>4d5a5b76f13a422f374d675c54e26685bf3d545e</id>
<content type='text'>
    The latter breaks when $CXX="ccache gcc", it replaces "gcc" instead of
    adding -m32.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    The latter breaks when $CXX="ccache gcc", it replaces "gcc" instead of
    adding -m32.
</pre>
</div>
</content>
</entry>
<entry>
<title>collect a bunch of Toolchain files here, for convenience</title>
<updated>2016-08-03T23:11:07+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-08-03T23:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=ac7c1e629fc8831a6344900ed775db67cb0ba60d'/>
<id>ac7c1e629fc8831a6344900ed775db67cb0ba60d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>should have the src-generator linking fixed</title>
<updated>2016-05-04T17:17:07+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-05-04T17:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=0b55bc42a3f58041d478a91771e27d01160e89ab'/>
<id>0b55bc42a3f58041d478a91771e27d01160e89ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try harder to find libintl on osx</title>
<updated>2016-05-04T13:59:52+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-05-04T13:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=694c875fdea1e5153a970d305e5aa0d84fef9d89'/>
<id>694c875fdea1e5153a970d305e5aa0d84fef9d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide libical-glib, a GObject-based interface for libical with introspection</title>
<updated>2016-04-26T19:49:47+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2016-04-26T10:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=abd0019f5a60f4fb787b68daa7fa99c845a4e3de'/>
<id>abd0019f5a60f4fb787b68daa7fa99c845a4e3de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install.txt - talk about libicu dependency</title>
<updated>2015-06-02T22:36:50+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-06-02T22:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=87c71958d01ee080218cc2753c8cde6e64593973'/>
<id>87c71958d01ee080218cc2753c8cde6e64593973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
