<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/m4, branch gpgme-1.7.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.7.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2016-09-14T11:10:40Z</updated>
<entry>
<title>python: Improve build system integration.</title>
<updated>2016-09-14T11:10:40Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2016-09-14T11:00:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=99db351288d5bb075f124ef10e540e25bc36b70a'/>
<id>urn:sha1:99db351288d5bb075f124ef10e540e25bc36b70a</id>
<content type='text'>
* configure.ac: Try to compile a Python module for each version.
* m4/m4_ax_swig_python.m4: Drop unused file.

Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>m4: Don't set fpic for qt on windows</title>
<updated>2016-07-12T13:26:14Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-12T13:26:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=938f7e9c8b466594d05c0347fe627b225263a6a6'/>
<id>urn:sha1:938f7e9c8b466594d05c0347fe627b225263a6a6</id>
<content type='text'>
* m4/qt.m4 (FIND_QT): Do not set fpic for windows.

--
Otherwise each compile call will result in a warning that
fpic is ignored for windows.
</content>
</entry>
<entry>
<title>m4: Use LIBS instead of LDFLAGS for Qt libs</title>
<updated>2016-07-12T13:10:16Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-12T13:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=744978cce8f9dfb2363b9d274ee99f25cfcf0e40'/>
<id>urn:sha1:744978cce8f9dfb2363b9d274ee99f25cfcf0e40</id>
<content type='text'>
* m4/qt.m4: Modify LIBS instead of LDFLAGS for link test.

--
The test would otherwise fail when building for windows because the
link order was wrong.
</content>
</entry>
<entry>
<title>m4: Add compile / link check for qt</title>
<updated>2016-07-11T16:48:42Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-11T16:47:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ed070313155a1c79a57ba69f4299f2aefc65fad7'/>
<id>urn:sha1:ed070313155a1c79a57ba69f4299f2aefc65fad7</id>
<content type='text'>
* m4/qt.m4 (FIND_QT): Check if a qt application can be compiled and
linked.

--
In case gpgme is cross compiled pkg-config may pick up qt
for the build system and not for the host system. To avoid that
we check that we can compile a qt program for host.
</content>
</entry>
<entry>
<title>python: Make Python detection more robust.</title>
<updated>2016-06-01T13:33:52Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2016-06-01T13:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1607aa7fe5dd686ba3bfb6de4a2b602d6a458c86'/>
<id>urn:sha1:1607aa7fe5dd686ba3bfb6de4a2b602d6a458c86</id>
<content type='text'>
Previously, missing Python development packages made configure fail
instead of merely disabling the bindings.

* configure.ac: Check for 'PYTHON_VERSION'.
* m4/ax_python_devel.m4: Make test non-fatal.

Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>Cpp: Set -std=c++11 also if CXXCPP is already set</title>
<updated>2016-05-24T12:13:52Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-05-24T12:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b107fc8a92bd16bc0d868c771b6334d6594e6395'/>
<id>urn:sha1:b107fc8a92bd16bc0d868c771b6334d6594e6395</id>
<content type='text'>
* m4/ax_cxx_compile_stdxx.m4 (AX_CXX_COMPILE_STDCXX): Set CXXCPP if
neccessary.

--
This fixes the build with scan-build where CXXCPP is already set but
does not include stdc++11. While this deviates from the
autotools-archive version of the script it does not make sense
to me first to check if stdc++11 needs to be set and then not
set it.
</content>
</entry>
<entry>
<title>build: Add python autoconf macro.</title>
<updated>2016-05-17T14:34:39Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@gnupg.org</email>
</author>
<published>2016-05-17T14:34:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4711a1e181153a2395e5f523047595abd47965db'/>
<id>urn:sha1:4711a1e181153a2395e5f523047595abd47965db</id>
<content type='text'>
* m4/ax_python_devel.m4: New file.

Signed-off-by: Justus Winter &lt;justus@gnupg.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'justus/pyme3'</title>
<updated>2016-05-17T13:10:28Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@gnupg.org</email>
</author>
<published>2016-05-17T13:10:28Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=db343325356a73b6899e9580c6f5e32f33544003'/>
<id>urn:sha1:db343325356a73b6899e9580c6f5e32f33544003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Integrate into the build system.</title>
<updated>2016-05-11T11:33:05Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@gnupg.org</email>
</author>
<published>2016-05-11T09:42:00Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a29babd07cf9f9625d2b5aa2eb6b7bc9d1828359'/>
<id>urn:sha1:a29babd07cf9f9625d2b5aa2eb6b7bc9d1828359</id>
<content type='text'>
* configure.ac: Make Python bindings configurable, add new Makefile.
* lang/python/Makefile.am: New file.
* lang/python/setup.py: Integrate into the build system.
* m4/ax_pkg_swig.m4: New file from the autoconf archive.
* m4/m4_ax_swig_python.m4: Likewise.

Signed-off-by: Justus Winter &lt;justus@gnupg.org&gt;
</content>
</entry>
<entry>
<title>Cpp: Require c++ 11 if cpp binding requested</title>
<updated>2016-04-03T12:46:51Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-04-03T12:46:51Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c07aaef6eb8a9b5e623479f27d562fd1570bf4bb'/>
<id>urn:sha1:c07aaef6eb8a9b5e623479f27d562fd1570bf4bb</id>
<content type='text'>
* configure.ac: Call ax_cxx_compile_stdcxx
* m4/ax_cxx_compile_stdcxx.m4

--
Depending on c++11 is intended to make the port away from
Boost easier.

The m4 macro was taken from the website mentioned in the License
header of the file.
</content>
</entry>
</feed>
