summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* 3.2.03.2.0Patrick Griffis2022-09-141-1/+1
|
* 3.1.43.1.4Patrick Griffis2022-09-021-1/+1
|
* 3.1.33.1.3Patrick Griffis2022-08-151-1/+1
|
* 3.1.23.1.2Patrick Griffis2022-08-151-1/+1
|
* build: Bump and document soversionPatrick Griffis2022-08-151-15/+17
|
* tests: use SoupServer instead of quart for HTTP/2 testsCarlos Garcia Campos2022-08-121-20/+1
|
* 3.1.1 (dev)3.1.1Patrick Griffis2022-06-301-1/+1
|
* tests: add support for apache http/2 moduleCarlos Garcia Campos2022-04-221-0/+3
| | | | | | Use mpm_event instead of mpm_prefork because http/2 module doesn't support prefork. For now the server prefers http1 because that's what all the tests using apache expect.
* tests: remove support for apache php moduleCarlos Garcia Campos2022-04-221-4/+2
| | | | This was only needed for xmlrpc tests
* build: Handle docs being built without introspectionPatrick Griffis2022-04-141-2/+2
|
* build: Add option to validate docsPatrick Griffis2022-04-141-0/+1
|
* build: Change docs to a feature set to autoPatrick Griffis2022-04-141-5/+3
|
* 3.1 (dev)Patrick Griffis2022-04-121-1/+1
|
* 3.0.63.0.6Patrick Griffis2022-03-311-1/+1
|
* meson: Override dep for use by the provide wrap sectionNirbheek Chauhan2022-03-251-1/+1
| | | | | | See: https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section Function was added in Meson 0.54, so up the meson dependency
* meson: Add missing native: kwarg to add_languages()Nirbheek Chauhan2022-03-251-1/+1
| | | | | Fixes a warning: meson.build:377: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.
* meson: Add explicit check argument to run_command()Nirbheek Chauhan2022-03-251-7/+7
| | | | Not specifying this is deprecated, since it is prone to errors.
* 3.0.53.0.5Patrick Griffis2022-03-181-2/+2
|
* Clarify license listed in meson Patrick Griffis2022-01-161-1/+1
| | | Closes #161
* 3.0.43.0.4Patrick Griffis2022-01-051-2/+2
|
* 3.0.33.0.3Patrick Griffis2021-11-241-2/+2
|
* Detect if libsoup2 is loaded in the same process at initPatrick Griffis2021-11-161-1/+3
| | | | Closes #211
* 3.0.23.0.2Patrick Griffis2021-10-241-2/+2
|
* build: Downgrade incompatible-pointer-types from an errorPatrick Griffis2021-10-151-1/+1
| | | | | This prevents building in some places due to the files generated by glib-mkenums which shouldn't be a blocker.
* meson: Use gssapi as a proper dependencyNirbheek Chauhan2021-10-091-5/+7
| | | | | There is no need to add it to the project arguments; we should treat it as any other dependency. There's nothing special about it.
* meson.build: Define ssize_t for MSVC-style buildsmaster.msvcChun-wei Fan2021-09-281-0/+6
| | | | | This is necessary as we are using nghttp2 which uses ssize_t, which is not defined by Microsoft's standard headers, and it is actually a part of POSIX.
* 3.0.13.0.1Patrick Griffis2021-09-261-2/+2
|
* 3.0.03.0.0Patrick Griffis2021-09-181-1/+1
|
* build: Remove libxml dependencyPatrick Griffis2021-09-011-16/+0
| | | | It is no longer used with the removal of XML-RPC support.
* Bump glib requirement to 2.69.1Patrick Griffis2021-08-231-1/+1
|
* build: Require gnutls 3.6.0 for mock-pkcs11Patrick Griffis2021-07-211-1/+1
| | | | Closes #231
* 2.99.92.99.9Patrick Griffis2021-07-081-1/+1
|
* build: Depend on glib 2.69.0Patrick Griffis2021-07-081-1/+1
|
* meson.build: set c_std to gnu99Fabrice Fontaine2021-07-011-1/+1
| | | | | | | | | | | | | | | | Set c_std to gnu99 to avoid the following build failure with gcc 4.8: In file included from /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/resolv.h:65:0, from /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/glib-2.0/gio/gnetworking.h:40, from ../libsoup/soup-address.c:14: /tmp/instance-0/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/arpa/nameser.h:115:2: error: unknown type name 'u_char' const u_char *_msg, *_eom; ^ Fixes: - http://autobuild.buildroot.org/results/56b9cb987e25b99d6fed16c537552f47c3376f21 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* Meson: Fix fallback to sqlite3 subprojectXavier Claessens2021-06-161-1/+2
| | | | Meson's wrapdb had both sqlite and sqlite3 but the former is outdated.
* 2.99.82.99.8Patrick Griffis2021-06-041-1/+1
|
* build: Add pkcs11_tests option to explicitly enable/disable themPatrick Griffis2021-06-041-2/+2
|
* build: Add http2_tests build option to explicitly enable themPatrick Griffis2021-06-041-7/+12
|
* ssl-test: Add tests for PKCS#11 pin protected certPatrick Griffis2021-06-021-1/+4
|
* 2.99.72.99.7Patrick Griffis2021-05-281-1/+1
|
* 2.99.62.99.6Patrick Griffis2021-05-221-1/+1
|
* Add initial HTTP2 backendPatrick Griffis2021-05-161-1/+17
|
* 2.99.52.99.5Patrick Griffis2021-05-061-1/+1
|
* build: When tests disabled treat autobahn as disabledPatrick Griffis2021-04-221-1/+6
| | | | You may still explicitly enable autobahn even with tests disabled
* 2.99.42.99.4Patrick Griffis2021-04-201-1/+1
|
* meson.build: Fix Windows config for ntlm-authChun-wei Fan2021-04-191-0/+2
| | | | | There is no ntlm-auth program for Windows, so just use a dummy dependency for it on Windows builds.
* build: Add more common-sense error cflagsPatrick Griffis2021-04-171-0/+2
|
* autobahn: Various improvements:Patrick Griffis2021-04-131-5/+3
| | | | | | | | | | | | | - build: change autobahn into a auto-detected feature - build: Remove duplication from existing test build file - Avoid using __FILE__ and use GLibs test file utils - Change indentation to be consistent with project - Remove duplicate args to list number of tests or run specific tests glib provides this already - In each test case run mainloop to completion to properly track case status - Generate a report every run - Output reports into the meson-logs directory, not the CWD of source - Actually run the server until it is listening rather than sleep()
* tests: include tests/autobahnDiego Pino Garcia2021-04-131-0/+4
|
* 2.99.32.99.3Patrick Griffis2021-04-081-1/+1
|