summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2023-01-05Use unnamed POSIX semaphores on Cygwin.Thomas Munro
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Disable clang 16's -Wcast-function-type-strict.Thomas Munro
2022-12-09meson: Improve PG_VERSION_STR generationAndres Freund
2022-12-08Add option to specify segment size in blocksAndres Freund
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-07meson: Add basic PGXS compatibilityAndres Freund
2022-12-06meson: Basic cygwin supportAndres Freund
2022-11-28meson: Fix binary mismatch for MSVC plperl vs gcc built perl libsAndres Freund
2022-11-11meson: Define HAVE_LOCALE_T for msvcPeter Eisentraut
2022-11-05meson: Mark PROVE as not requiredAndres Freund
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-16meson: macos: Use -Wl,-undefined,error for modulesAndres Freund
2022-10-15meson: catch up to a few configure changesAndres Freund
2022-10-07Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: libpq: Revise static / shared library setupAndres Freund
2022-10-03meson: respect -Dldap=disabledAndres Freund
2022-10-01meson: Add prefix=/usr/local/pgsql to default_optionsAndres Freund
2022-10-01meson: windows: Determine path to tmp_install + prefix using mesonAndres Freund
2022-10-01meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readlineAndres Freund
2022-09-29meson: Implement getopt logic from autoconfAndres Freund
2022-09-29meson: mingw: Allow multiple definitionsAndres Freund
2022-09-29meson: windows: Normalize slashes in prefixAndres Freund
2022-09-27meson: Set up absolute rpaths to libdirAndres Freund
2022-09-27meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund