summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2025-02-04meson: Add missing dependencies for libpq testsAndres Freund
2025-02-04meson: Improve dependencies for tmp_install test targetAndres Freund
2025-02-04meson: Narrow dependencies for 'install-quiet' targetAndres Freund
2025-01-24Convert sepgsql tests to TAPPeter Eisentraut
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-07Fix meson detection of a couple of 64 bit builtins.Thomas Munro
2025-01-05Remove useless configure checkPeter Eisentraut
2025-01-05meson: Fix missing name arguments of cc.compiles() callsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-12-04Define __EXTENSIONS__ on Solaris, too.Tom Lane
2024-12-03Define _POSIX_C_SOURCE as 200112L on Solaris.Tom Lane
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
2024-11-25Clean up <stdbool.h> reference in meson.build.Thomas Munro
2024-11-25Update configure probes for CFLAGS needed for ARM CRC instructions.Tom Lane
2024-11-25Assume that <stdbool.h> conforms to the C standard.Thomas Munro
2024-11-22Use auxv to check for CRC32 instructions on ARM.Thomas Munro
2024-11-07Fix __attribute__((target(...))) usage.Nathan Bossart
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-11-04Make PG_TEST_EXTRA env var override the "meson setup" optionHeikki Linnakangas
2024-10-24Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-09-14Improve meson's detection of perl build flagsAndrew Dunstan
2024-09-14Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when requiredAndrew Dunstan
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-08-13All POSIX systems have langinfo.h and CODESET.Thomas Munro
2024-08-05Move astreamer (except astreamer_inject) to fe_utils.Robert Haas
2024-08-03Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut
2024-07-30Remove --disable-atomics, require 32 bit atomics.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-27Support falling back to non-preferred readline implementation with mesonHeikki Linnakangas
2024-07-27Support absolute bindir/libdir in regression tests with mesonHeikki Linnakangas
2024-07-27Fallback to clang in PATH with mesonHeikki Linnakangas
2024-07-27Fallback to uuid for ossp-uuid with mesonHeikki Linnakangas
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-22Add port/ replacement for strsep()Peter Eisentraut
2024-07-20meson: Add dependency lookups via names used by cmakeAndres Freund
2024-07-20meson: Add support for detecting ossp-uuid without pkg-configAndres Freund
2024-07-20meson: Add support for detecting gss without pkg-configAndres Freund
2024-07-20meson: Add missing argument to gssapi.h checkAndres Freund
2024-06-30Stamp HEAD as 18devel.Michael Paquier
2024-06-24Stamp 17beta2.REL_17_BETA2Joe Conway
2024-06-20meson: Fix import library name in WindowsPeter Eisentraut
2024-06-13Add postgres_inc to meson check for Python.hAndrew Dunstan
2024-06-07meson: Restore implicit warning/debug/optimize flags for extensionsPeter Eisentraut
2024-05-26Fix meson uuid header check so it works with MSVCAndrew Dunstan