summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: add code coverageMarc-André Lureau2015-02-181-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=744744
* Revert "Adding Vala bindings build upstream"Zeeshan Ali (Khattak)2015-02-121-6/+0
| | | | | | | | | | This reverts commit c3eb2f884d9cd141b9df0c41e8c362fce68e5664. The generated VAPI is different from the one provided by Vala package so that i breaks gnome-boxes build by declaring Buffer.data as 'void*' instead of 'uint8[]'. Besides this commit was pushed without permission from maintainer.
* Adding Vala bindings build upstreamDaniel Espinosa2015-02-041-0/+6
|
* 2.49.12.49.1Dan Winship2014-11-241-2/+2
|
* libsoup: only do the libsoup-2.4.sym check on linuxDan Winship2014-10-061-0/+7
|
* 2.48.02.48.0Dan Winship2014-09-221-2/+2
|
* 2.47.922.47.92Dan Winship2014-09-151-1/+1
|
* 2.47.42.47.4Dan Winship2014-07-221-1/+1
|
* 2.47.32.47.3Dan Winship2014-06-231-1/+1
|
* Bump version to 2.47, add 2.48 version macrosDan Winship2014-05-011-1/+1
|
* 2.46.02.46.0Dan Winship2014-03-241-2/+2
|
* 2.45.922.45.92Dan Winship2014-03-171-1/+1
|
* configure.ac: belatedly bump glib requirement to 2.38Dan Winship2014-03-091-2/+2
| | | | | The tests use the TAP driver now, which only exists in glib 2.38 and later.
* 2.45.902.45.90Dan Winship2014-02-171-1/+1
|
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-29/+0
| | | | | | | | | | | Use g_skip_test() to skip individual tests rather than just returning status 77 from the test program as a whole. In several cases, we still end up skipping more than necessary, due to test cases that need to be split up more. Remove the "MISSING_REGRESSION_TESTS_PACKAGES" functionality, since the skipped tests are now pointed out explicitly.
* tests: use TAP, and install the testsDan Winship2014-02-081-0/+2
| | | | | | | | | Import glib-tap.mk to run the tests in TAP mode, and to provide rules to install the tests. This required some restructuring of httpd.conf-related stuff in order to come up with a configuration that would work for all three cases (srcdir==buildir, srcdir!=builddir, and installed).
* 2.45.32.45.3Dan Winship2013-12-161-1/+1
|
* soup-logger: fix -Wformat-nonliteral warnings in clangDan Winship2013-10-171-0/+1
|
* Post-branch release bump to 2.45.0Dan Winship2013-10-151-2/+2
|
* 2.44.12.44.1Dan Winship2013-10-151-1/+1
|
* 2.44.02.44.0Dan Winship2013-09-231-4/+4
|
* 2.43.92LIBSOUP_2_43_922.43.92Dan Winship2013-09-161-1/+1
|
* 2.43.90LIBSOUP_2_43_902.43.90Dan Winship2013-08-191-1/+1
|
* 2.43.5LIBSOUP_2_43_52.43.5Dan Winship2013-07-291-1/+1
|
* build: use AC_CONFIG_AUX_DIR and update .gitignoreDan Winship2013-07-131-0/+1
| | | | | (Primarily to move automake 1.13's test-driver out of the top level so that the tests/ subdir autocompletes correctly again.)
* 2.43.4LIBSOUP_2_43_42.43.4Dan Winship2013-07-091-1/+1
|
* 2.43.2LIBSOUP_2_43_22.43.2Dan Winship2013-05-281-1/+1
|
* 2.43.1LIBSOUP_2_43_12.43.1Dan Winship2013-04-301-1/+1
|
* bump version to 2.43.0Dan Winship2013-04-161-2/+2
|
* 2.42.1LIBSOUP_2_42_12.42.1Dan Winship2013-04-161-1/+1
|
* tests: fix ntlm-test when built without ntlm_auth supportDan Winship2013-04-101-0/+2
| | | | | | Don't try to use external NTLM auth if built without support for that. https://bugzilla.gnome.org/show_bug.cgi?id=697510
* configure: require glib 2.36 (not just 2.35.x)Dan Winship2013-04-081-1/+1
|
* 2.42.0LIBSOUP_2_42_02.42.0Dan Winship2013-03-251-4/+4
|
* 2.41.92LIBSOUP_2_41_922.41.92Dan Winship2013-03-181-1/+1
|
* 2.41.91LIBSOUP_2_41_912.41.91Dan Winship2013-03-051-1/+1
|
* build: Remove gio resource compiler definition from configure.acCarlos Garcia Campos2013-03-051-6/+0
| | | | | | | The variable GLIB_COMPILE_RESOURCES is already set by AM_PATH_GLIB_2_0 macro. Spotted by Csaba Osztrogonác. https://bugzilla.gnome.org/show_bug.cgi?id=694942
* examples: move examples from tests/ to examples/Dan Winship2013-02-231-0/+1
| | | | | | | | get, simple-httpd, and simple-proxy are more example code than test programs, so move them into a separate directory. Also, remove "dns", which was once a sort-of test of SoupAddress, but is now just a redundant sort-of test of GResolver.
* build: remove some cruftDan Winship2013-02-231-11/+7
| | | | | | | Remove accumulated cruft, mostly from things we used to depend on but don't any more. Also a few minor drive-by configure cleanups
* tests: do skipped tests properlyDan Winship2013-02-191-8/+6
| | | | | | | automake interprets exit code 77 as meaning "skipped", so have the various apache-dependent, php-dependent, and curl-dependent tests do that, and compile them unconditionally. (Although, to avoid "unused" warnings, we end up #ifdeffing out the whole file.)
* tests: [CENSORED] [CENSORED] automake [CENSORED]Dan Winship2013-02-191-1/+1
| | | | | | | Specifying serial-tests in AM_INIT_AUTOMAKE breaks the build with automake 1.11, so the only way to support both 1.11 and 1.13 is to make the tests work under the parallel harness. Fortunately this wasn't that hard.
* tests: fix under automake 1.13Dan Winship2013-02-191-1/+1
| | | | | | | | | | | The parallel test harness (which is the default as of automake 1.13) doesn't let you use make functions in the definition of TESTS. (It generates an invalid Makefile in this case.) Since the tests as currently written won't work with the parallel harness anyway (since each apache-based test stops apache when it's done), just force the serial harness for now. https://bugzilla.gnome.org/show_bug.cgi?id=694135
* 2.41.90LIBSOUP_2_41_902.41.90Dan Winship2013-02-181-1/+1
|
* tests: fix non-php apache tests to still work without phpDan Winship2013-02-071-1/+1
| | | | | | | | Setting "IF_HAVE_PHP" to "#" actually sets it to "", because the "#" is treated as the start of a comment. We have to set it to "\#" if we want to cause the "#" to actually get substituted into httpd.conf https://bugzilla.gnome.org/show_bug.cgi?id=693311
* 2.41.5LIBSOUP_2_41_52.41.5Dan Winship2013-02-051-1/+1
|
* 2.41.4LIBSOUP_2_41_42.41.4Dan Winship2013-01-141-1/+1
|
* build: Do not use AM_GLIB_GNU_GETTEXTJavier2013-01-081-1/+0
| | | | The po/Makefile.in.inis generated by intltoolize
* 2.41.3LIBSOUP_2_41_32.41.3Dan Winship2012-12-171-1/+1
|
* Add SoupCookieJarDB to replace SoupCookieJarSqliteDan Winship2012-12-111-10/+4
| | | | | | | Move SoupCookieJarSqlite (and its sqlite3 dependency) into libsoup from libsoup-gnome, but rename it to SoupCookieJarDB so libsoup-gnome can keep using the old name. SoupCookieJarSqlite is now just a wrapper around SoupCookieJarDB.
* SoupPasswordManager: killDan Winship2012-12-111-10/+0
| | | | | | | | | | | | | | Deprecate and remove support for SoupPasswordManager; SoupPasswordManagerGNOME is now a dummy class, and the related SoupAuth methods are all no-ops. SoupSession also no longer has any special support for SoupPasswordManager. To avoid breaking old builds, the functions/types are still around, but are now marked as having always been deprecated (which, really, they were). https://bugzilla.gnome.org/show_bug.cgi?id=594377 https://bugzilla.gnome.org/show_bug.cgi?id=679866
* tests/simple-httpd: use GMappedFile rather than mmapDan Winship2012-12-041-1/+0
| | | | (fixing a fd leak in the process)