aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Depend on recent libsoup that supports g_proxy_resolver_get_default()Guido Günther2015-10-16
|
* gtk-doc: use no-tmplGuido Günther2015-01-03
| | | | to not use deprecated templates
* Add tests for LpfManagerGuido Günther2014-10-10
| | | | now that we have the test driver
* Switch to glib's testing frameworkGuido Günther2014-04-14
|
* Explicitly link against gmoduleGuido Günther2014-04-12
| | | | | This fixes running on Ubuntu 12.04. Thanks a lot to Henning Sprang for testing this.
* Cope with older libsoupGuido Günther2014-03-18
| | | | | | as found in Debian Wheezy We can't use SOUP_CHECK_VERSION since this isn't available in 2.38.
* Make the code match the docsGuido Günther2014-03-10
| | | | | | | | We should be able to include libplanfahr via #incluce <libplanfahr/libplanfahr.h> only
* Don't open code GObject IntrospetionGuido Günther2014-03-05
|
* Export types via our only public headerGuido Günther2014-03-05
|
* Bump dependency on gobject-introspectionGuido Günther2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | older versions create <class name="Trip" [..snip..] <property name="parts" writable="1" construct="1" transfer-ownership="none"> <doc xml:space="preserve">The parts of a trip as #LpfTripPart.</doc> <type name="gpointer" c:type="gpointer"/> ^^^^^^^^ </property> [..snip..] </class> instead of <class name="Trip" [..snip..] <property name="parts" writable="1" construct="1" transfer-ownership="none"> <doc xml:space="preserve">The parts of a trip as #LpfTripPart.</doc> <type name="GLib.SList" c:type="gpointer"> ^^^^^^^^^^ <type name="TripPart"/> </type> </property> [..snip..] </class>
* Initial commitGuido Günther2014-02-24