summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-09-09Release version 3.13.91Stef Walter1-1/+1
2014-09-09Bump version numberStef Walter1-2/+2
2014-09-09egg: Accomodate thread-safe libgcrypt 1.6+Stef Walter1-1/+2
libcrypt no longer supports setting our own threading callbacks, and is thread-safe if we call gcry_check_version() before creating threads. Unfortunately we can't guarantee that we call gcry_check_version() early enough, we try our best. Most of the callers of Gcr either don't use libgcrypt, or also initialize it appropriately themselves. Bump libgcrypt dependency to 1.4.5+, and have earlier versions use the native pthread implementation of locking.
2014-09-09configure: Use subdir-objects to shut up automake 1.14Stef Walter1-1/+1
2014-09-03configure: Dump required GLib version to 2.38Stef Walter1-3/+3
We want to use 2.38.x and 2.36.x APIs in the GcrSshAskpass code and the 2.38.x has been available in most distributions for a while.
2014-04-19No gir strict when gobject-introspection less than 1.39Stef Walter1-1/+10
Don't --enable-strict for girscanner when gobject-introspection is less than 1.39, as it barfs on our headers.
2014-03-23Release version 3.12.0Stef Walter1-2/+2
2014-03-03configure.ac: Bump version numberStef Walter1-1/+1
2014-03-03Makefile.am: Single Makefile mode and parallel-testsStef Walter1-14/+1
gtk-doc doesn't work as an included Makefile so continue to use SUBDIRS with docs/reference/* Run the tests using TAP. Unfortunately the GTest --tap output mode doesn't behave well in the face of failures, and doesn't output a test plan. Use our own tap-driver and tap-compiler for these reasons. This also fixes several builddir != srcdir issues and testing hacks that were sneaking around in the code base. Move the tests into the same directories as the code that it is testing.
2014-03-03Gcr-3.gir: Unbreak virtual-method output for GcrCertificate.get_der_dataStef Walter1-1/+7
See https://bugzilla.gnome.org/show_bug.cgi?id=725501 for more details.
2014-01-06Add version checking macrosStef Walter1-4/+12
So you can do things like GCR_CHECK_VERSION(x,y,z)
2014-01-06Bump version numberStef Walter1-1/+1
2014-01-05configure: Fix minimum glib requirementStef Walter1-1/+1
2013-12-19configure: Remove --enable-valgrind=run optionStef Walter1-24/+1
We don't use it.
2013-12-16Search for valgrind headers in build/ directoryLaurent Bigonville1-0/+3
This is fixing the build failure introduced by the previous patch if the valgrind headers are not installed in the system path. https://bugzilla.gnome.org/show_bug.cgi?id=702648
2013-12-16Allow valgrind support to be completely disabledLaurent Bigonville1-2/+2
Valgrind macros will still be enabled by default https://bugzilla.gnome.org/show_bug.cgi?id=702648
2013-12-02Add proper bounds on our glib dependencyStef Walter1-1/+10
2013-09-23Release version 3.10.0Stef Walter1-1/+1
2013-09-03Release version 3.9.91Stef Walter1-1/+1
2013-08-26Release version 3.9.90Stef Walter1-1/+1
2013-05-27Bump version numberStef Walter1-1/+1
2013-05-27Port to new p11-kit managed style functionsStef Walter1-1/+1
This bumps the dependency of p11-kit to 0.19.1
2013-04-30Release version 3.9.1Stef Walter1-1/+1
2013-04-21Add vala vapi files for Gck and Gcr librariesStef Walter1-0/+13
https://bugzilla.gnome.org/show_bug.cgi?id=689685
2013-04-19Add missing --enable-coverage configure argumentStef Walter1-0/+6
2013-04-19egg-asn1x: Update for recent changes in libtasn1Stef Walter1-9/+0
2013-04-19Don't use the GNOME coverage macrosStef Walter1-4/+22
We don't use lcov anyway, and it's acting up with newer versions.
2013-04-16Release version 3.8.1Stef Walter1-1/+1
2013-03-25Release version 3.8.0Stef Walter1-1/+1
2013-03-18Release version 3.7.92Stef Walter1-1/+1
2013-03-04Release version 3.7.91Stef Walter1-1/+1
2013-02-04Release version 3.7.5Stef Walter1-1/+1
2013-01-25Fix the build with automake 1.13Nuno Araujo1-1/+1
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS. https://bugzilla.gnome.org/show_bug.cgi?id=692095
2012-12-22Separate the base and ui parts of the Gcr library more thoroughly.Stef Walter1-12/+32
* This is due to gobject introspection not being able to have separate GIRs provide the same namespace, and the desire to conditionally build the GTK+ dependent stuff. * Partially based on a patch by Mathias Hasselmann * Separate GIRs: Gcr and GcrUi * Separate libraries: libgcr-base-3.so and libgcr-ui-3.so. The latter links to the former. * Symlink libgcr-3.so to libgcr-ui-3.so * Expose internal symbols in libgcr-base-3.so so they can be easily shared by libgcr-ui-3.so * Add --without-gtk argument https://bugzilla.gnome.org/show_bug.cgi?id=688678
2012-12-22Split up the Gcr GIR files into base/uiStef Walter1-1/+3
* Reorganize our libraries too, in a backwards compatible manner, in order to better match this split. * This reorganization was predicated on the fact that we can't have two GIRs with the same namespace. So the two namespaces are: - Gcr - GcrUi * The pkg-config files are: - gcr-base - gcr-ui - gcr (which depends on both of the above) https://bugzilla.gnome.org/show_bug.cgi?id=689685
2012-12-05build: Print out code coverage state properlyStef Walter1-1/+1
2012-11-21Release version 3.7.2Stef Walter1-1/+1
2012-10-22Release version 3.7.1Stef Walter1-1/+1
2012-10-22Merge branch 'gnome-3-6'Stef Walter1-1/+1
2012-10-15Release version 3.6.1Stef Walter1-1/+1
2012-10-03build: Use gnome-common code coverage macrosPhilip Withnall1-37/+3
Replace the existing home-grown gcov support with the new code coverage macro from gnome-common 3.6.0. https://bugzilla.gnome.org/show_bug.cgi?id=683211
2012-09-25Release version 3.6.0Stef Walter1-1/+1
2012-09-18Release version 3.5.92Stef Walter1-1/+1
2012-08-20Release version 3.5.90Stef Walter1-1/+1
2012-08-06Release version 3.5.5Stef Walter1-1/+1
2012-07-16Release version 3.5.4Stef Walter1-1/+1
2012-06-25Release version 3.5.3Stef Walter1-1/+1
2012-06-20Use GBytes instead of our own EggBytesStef Walter1-1/+1
* Bump glib minimum version to 2.32
2012-04-16Release 3.4.1Stef Walter1-1/+1
2012-04-02Revert accidentally committed changeStef Walter1-1/+1