summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Remove gross gettext pot file hack"Matthias Clasen2015-03-031-1/+1
| | | | | | This reverts commit b7dff89390601b8607da192a07dcf16bb517745e. build.gnome.org doesn't yet have a new-enough gettext for this.
* Remove gross gettext pot file hackDavid King2015-03-031-1/+1
| | | | | | | Use the PO_DEPENDS_ON_POT variable to (properly) ignore the timestamp of the pot file, avoiding the need to touch the pot file in autogen.sh. https://bugzilla.gnome.org/show_bug.cgi?id=743574
* build: Drop unused configure checksKalev Lember2014-11-211-15/+0
| | | | | | | A few unneeded configure checks got carried over when gdk-pixbuf was split out from gtk+. Drop them. https://bugzilla.gnome.org/show_bug.cgi?id=739283
* build: Bump versionBastien Nocera2014-11-211-2/+2
|
* io: extend support for relotations to OS X and LinuxAndoni Morales Alastruey2014-10-221-0/+26
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737523
* Bump versionMatthias Clasen2014-09-011-2/+2
|
* Bump versionMatthias Clasen2014-07-181-2/+2
|
* Bump version to 2.31Matthias Clasen2014-07-181-3/+3
| | | | New API requires a version bump.
* Build: Provide Simple Support for MSVC 2012/2013Chun-wei Fan2014-07-011-0/+2
| | | | | | | | | | | | As the Visual Studio 2012/2013 are only slightly different from the Visual Studio 2010 projects, we can provide support for them by using scripts to copy the Visual Studio 2010 projects, and update the specific parts as necessary. Thus, there would be little maintenance overhead for these as only the 2010 projects need to be kept up-to-date as a result. This might change when we do get the stack working with WinRT/Metro, but that's going to be another totally different issue.
* Bump versionMatthias Clasen2014-03-171-2/+2
|
* Bump versionMatthias Clasen2014-03-031-2/+2
|
* Bump versionMatthias Clasen2014-02-171-2/+2
|
* Bump gtk-doc dep to 1.20Matthias Clasen2014-02-171-1/+1
|
* Bump versionMatthias Clasen2014-02-141-2/+2
|
* Bump versionMatthias Clasen2014-01-141-2/+2
|
* Enable coverage testingMatthias Clasen2013-12-201-0/+38
| | | | Use --enable-coverage and make coverage to get it.
* Make configure check for awkMatthias Clasen2013-12-191-0/+1
| | | | awk is needed for the automake tap driver.
* tests: Use TAPMatthias Clasen2013-12-191-1/+1
| | | | | Instead of using gtester, switch to using the TAP support and the automake test harness.
* Bump versionMatthias Clasen2013-12-171-2/+2
|
* Bump versionMatthias Clasen2013-11-111-2/+2
|
* Add more configure checksMatthias Clasen2013-10-231-3/+2
| | | | | | Oh portability / how I hate thee. https://bugzilla.gnome.org/show_bug.cgi?id=710690
* Bump versionMatthias Clasen2013-09-231-2/+2
|
* 2.30.02.30.0Matthias Clasen2013-09-231-2/+2
|
* post-release version bumpMatthias Clasen2013-07-291-1/+1
|
* 2.29.32.29.3Matthias Clasen2013-07-291-1/+1
|
* Use GLib test setup for installed testsMatthias Clasen2013-06-231-7/+1
|
* Bump versionMatthias Clasen2013-06-211-1/+1
|
* Require bleeding-edge glibMatthias Clasen2013-06-071-1/+1
| | | | This is required for new test-related APIs.
* Install some pixbuf testsMatthias Clasen2013-05-221-0/+7
| | | | | | Make it possible to limit the iterations of the pixbuf-threads and pixbuf-randomly-modified tests, and run them installed on some of the test images in tests/test-images.
* Bump versionMatthias Clasen2013-05-011-1/+1
|
* Fix GIcon implementationRyan Lortie2013-04-211-1/+1
| | | | | | | | | | | | | | | The "new rules" for GIcon say that we must support serialisation via g_icon_serialize() and loadability via GLoadableIcon, so implement both of those. Serialise GdkPixbuf by emitting a GVariant that will result in a png-encoded GBytesIcon when deserialized. The GLoadableIcon interface is similar: we return a stream that will read out as a png. Test the serialisation by round-tripping an image through this process and ensuring that it is pixel-perfect. https://bugzilla.gnome.org/show_bug.cgi?id=688820
* build: drop "libpng" from detected listRichard Purdie2013-04-151-1/+1
| | | | | | | | This gives us an arbitrary version depending on the build root, and we may not be upwards compatible with future versions. Or it's possible that the ancient (but LSB mandated) 1.2 claims the "libpng.pc" name. Signed-off-by: Colin Walters <walters@verbum.org>
* build: We also support libpng16Colin Walters2013-04-151-1/+1
| | | | See http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/038321.html
* Bump up to 2.29.0Emmanuele Bassi2013-03-301-3/+3
|
* bump versionMatthias Clasen2013-03-251-2/+2
|
* 2.28.02.28.0Matthias Clasen2013-03-251-2/+2
|
* Post-release bumpMatthias Clasen2013-03-181-1/+1
|
* 2.27.32.27.3Matthias Clasen2013-03-181-1/+1
|
* Bump versionMatthias Clasen2013-02-021-1/+1
|
* post-release version bumpMatthias Clasen2013-01-101-1/+1
|
* 2.27.02.27.0Matthias Clasen2013-01-101-3/+3
|
* Bump versoinMatthias Clasen2012-11-091-2/+2
|
* Don't use AC_PATH_PROGMatthias Clasen2012-11-091-1/+1
| | | | | | AC_PATH_PROG is problematic for cross compliation. Use AC_CHECK_TOOLS instead. https://bugzilla.gnome.org/show_bug.cgi?id=671516
* configure: Require GLib 2.34Colin Walters2012-10-251-1/+1
| | | | | | Needed for the use of g_type_ensure(). https://bugzilla.gnome.org/show_bug.cgi?id=686844
* Bump versionMatthias Clasen2012-09-171-2/+2
|
* Bump versionMatthias Clasen2012-08-201-2/+2
|
* configure: add an option to deactivate gio sniffingLionel Landwerlin2012-08-201-1/+13
| | | | | | | | | | | | At the moment gio sniffing support is detected at configure time by compiling a piece of C code and running it. This obviously can't work when cross compiling. This patch adds an option to force gio sniffing enabling/disabling at configure time but still keeps the previous behavior when no hint is given. https://bugzilla.gnome.org/show_bug.cgi?id=676726
* Post-release bumpMatthias Clasen2012-08-061-2/+2
|
* Bump versionMatthias Clasen2012-04-141-2/+2
|
* Bump versionMatthias Clasen2012-03-201-2/+2
|