summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* 2.65.902.65.90Claudio Saavedra2019-02-051-1/+1
* 2.65.22.65.2Claudio Saavedra2019-01-211-1/+1
* Meson: Fix typo when using libxml2 library without a pkg-configXavier Claessens2018-12-171-1/+1
* Meson: Add fallback for libpslXavier Claessens2018-12-171-1/+2
* meson: Be able to build the static libraryTomas Popela2018-12-171-2/+6
* Meson: Fix libxml2 fallback, find_library() adds 'lib' prefixXavier Claessens2018-12-061-1/+1
* Meson: Always fallback to find_library() for sqlite/libxml2Xavier Claessens2018-12-061-6/+4
* Meson: Fallback to glib subprojectXavier Claessens2018-12-061-3/+6
* 2.65.12.65.1Claudio Saavedra2018-10-081-1/+1
* meson: Define the _DEFAULT_SOURCE macroTomas Popela2018-09-131-2/+9
* meson : Add missing check for gmtime_r()Tomas Popela2018-09-041-0/+4
* 2.64.02.64.0Claudio Saavedra2018-09-031-1/+1
* meson: Don't export the private symbolsTomas Popela2018-09-031-4/+13
* meson: Use the correct soversionTomas Popela2018-09-031-1/+1
* meson: Check for all Apache modules required for running testsTomas Popela2018-08-311-0/+5
* meson: Use apachectl for obtaining the Apache configurationTomas Popela2018-08-311-6/+21
* meson: Rename variables and the Apache script for clarificationTomas Popela2018-08-311-8/+8
* meson: Don't check for mod_unixd presence in Meson fileTomas Popela2018-08-311-2/+1
* meson: Fix the php detectionTomas Popela2018-08-311-2/+2
* meson: Adapt to the PHP changes in the httpd.conf.inTomas Popela2018-08-311-2/+2
* meson: Raise the required meson version to 0.47Tomas Popela2018-08-301-1/+1
* 2.63.922.63.92Claudio Saavedra2018-08-281-1/+1
* meson: partially fix the apache detection codeClaudio Saavedra2018-08-161-1/+5
* 2.63.912.63.91Claudio Saavedra2018-08-141-1/+1
* 2.63.902.63.90Claudio Saavedra2018-08-091-1/+1
* 2.63.22.63.2Claudio Saavedra2018-05-211-1/+1
* meson: Better use the output of get_apache_module_dirs.pyTomas Popela2018-04-181-10/+9
* meson: Move one of the have_apache check to get_apache_module_dirs scriptTomas Popela2018-04-181-2/+2
* meson: Fix typo in assertTomas Popela2018-04-171-1/+1
* tests: Configure PHP to load the XMLRPC extension if presentJan Alexander Steffens (heftig)2018-04-171-1/+4
* build: Check php-xmlrpc in a more robust wayJan Alexander Steffens (heftig)2018-04-171-1/+1
* meson: Move HAVE_CONFIG_H define to global argsJan Alexander Steffens (heftig)2018-04-171-2/+6
* meson: Move unixd check code to Apache blockTomas Popela2018-04-161-2/+2
* meson: Rename variable for better clarityTomas Popela2018-04-161-6/+6
* 2.63.12.63.1Claudio Saavedra2018-04-161-1/+1
* meson: Avoid getting krb5_config option value earlyIñigo Martínez2018-04-131-1/+2
* meson: Take advantage of short-circuit evaluationIñigo Martínez2018-04-131-8/+2
* meson: Avoid a conditional expression when checking ApacheIñigo Martínez2018-04-131-4/+2
* meson: Avoid a conditional expression when checking cURLIñigo Martínez2018-04-131-3/+1
* meson: Define check_gio_tls_src conditionallyIñigo Martínez2018-04-131-6/+6
* meson: Bump meson versionIñigo Martínez2018-04-131-1/+1
* meson: Fix introspection variableIñigo Martínez2018-04-131-1/+1
* Add support for libpslwip/mesonTomas Popela2018-04-111-0/+3
* Check for presence of g-ir-scanner and vala if they're enabledTomas Popela2018-04-111-0/+17
* Address review comments from Iñigo MartínezTomas Popela2018-04-111-80/+39
* Don't enable the extra warnings for msvcTomas Popela2018-04-111-19/+19
* Enable extra warnings if compiler supports themTomas Popela2018-04-111-1/+19
* Fix release versionTomas Popela2018-04-111-1/+1
* Add APACHE_HTTPD as s project argument in main Meson build fileTomas Popela2018-04-111-0/+1
* meson: Improve check for MIT Kerberos on Visual StudioChun-wei Fan2018-04-111-17/+34