summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2026-08-10Stamp 16.15.REL_16_15Tom Lane
2026-07-17meson: Fix ccache issues when using precompiled headers with gccAndres Freund
2026-05-11Stamp 16.14.REL_16_14Tom Lane
2026-05-11Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas
2026-02-25Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.Tom Lane
2026-02-23Stamp 16.13.REL_16_13Tom Lane
2026-02-09Stamp 16.12.REL_16_12Tom Lane
2026-02-08meson: host_system value for Solaris is 'sunos' not 'solaris'.Tom Lane
2025-11-12Add check for large files in meson.buildMichael Paquier
2025-11-10Stamp 16.11.REL_16_11Tom Lane
2025-09-21Fix meson build with -Duuid=ossp when using version older than 0.60Michael Paquier
2025-08-11Stamp 16.10.REL_16_10Tom Lane
2025-06-22meson: Fix meson warningPeter Eisentraut
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane
2025-05-05Stamp 16.9.REL_16_9Tom Lane
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-02-21Make test portlock logic work with mesonAndres Freund
2025-02-17Stamp 16.8.REL_16_8Tom Lane
2025-02-12meson: Fix failure to detect bsd_auth.h presenceAndres Freund
2025-02-10Stamp 16.7.REL_16_7Tom Lane
2025-02-07meson: Fix linking using old OpenSSL lib namesDaniel Gustafsson
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
2024-11-26Fix meson uuid header check so it works with MSVCAndrew Dunstan
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-18Stamp 16.6.REL_16_6Tom Lane
2024-11-11Stamp 16.5.REL_16_5Tom Lane
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-08-05Stamp 16.4.REL_16_4Tom Lane
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-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-13Add postgres_inc to meson check for Python.hAndrew Dunstan
2024-05-06Stamp 16.3.REL_16_3Tom Lane
2024-04-11meson: Remove obsolete function testPeter Eisentraut
2024-03-13meson: macos: Avoid warnings on SonomaAndres Freund
2024-02-05Stamp 16.2.REL_16_2Tom Lane
2024-01-23meson: portname was set too earlyPeter Eisentraut
2023-12-14Fix typoPeter Eisentraut
2023-12-01meson: Stop using deprecated way getting path of filesAndres Freund