summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2021-07-16increment version number to 0.22.10Max Kellermann
2021-05-25meson.build: disable -Wsuggest-override with GCC 8Max Kellermann
2021-05-25meson.build: add more C++ warning flagsMax Kellermann
2021-05-25meson.build: sort warning optionsMax Kellermann
2021-05-25meson.build: add comment for -Wno-non-virtual-dtorMax Kellermann
2021-05-25meson.build: add comment for clang-only warning optionsMax Kellermann
2021-05-25meson.build: remove warning options implied by -Wall -WextraMax Kellermann
2021-05-25meson.build: use add_project_arguments() instead of add_global_arguments()Max Kellermann
2021-05-25meson.build: remove unused variables common_cflags, common_cxxflagsMax Kellermann
2021-05-25meson.build: require clang 7 (remove bug workaround)Max Kellermann
2021-05-25meson.build: remove "-pedantic", implied by MesonMax Kellermann
2021-05-24meson: set only sanitizers for fuzzer when unspecifiedPhilippe Antoine
2021-05-24increment version number to 0.22.9Max Kellermann
2021-05-22increment version number to 0.22.8Max Kellermann
2021-05-19meson.build: define NOUSER on Windows for lighter windows.hMax Kellermann
2021-05-19meson.build: disable Windows header features not needed by MPDMax Kellermann
2021-05-19meson.build: document Windows definitionsMax Kellermann
2021-03-05win32: build static libraryMax Kellermann
2021-03-04win32: Add ComWorker to run all COM function on same threadShen-Ta Hsieh
2021-03-04meson.build: compile Win32Main.cxx only on WindowsMax Kellermann
2021-02-17increment version number to 0.22.7Max Kellermann
2021-02-16increment version number to 0.22.6Max Kellermann
2021-01-21increment version number to 0.22.5Max Kellermann
2021-01-21protocol: add command "binarylimit"Max Kellermann
2020-11-06increment version number to 0.22.4Max Kellermann
2020-11-04increment version number to 0.22.3Max Kellermann
2020-11-04meson.build: switch to C11Max Kellermann
2020-11-04meson.build: disable ld.so lazy binding and enable relroMax Kellermann
2020-10-28protocol/Ack: remove unused variable `ack_domain`Max Kellermann
2020-10-27increment version number to 0.22.2Max Kellermann
2020-10-05test/fuzzer: a simple fuzzer using libFuzzerMax Kellermann
2020-09-29remove clocale testRosen Penev
2020-09-23increment version number to 0.22.1Max Kellermann
2020-09-23release v0.22v0.22Max Kellermann
2020-09-23meson.build: drop obsolete warning flag -Wno-noexcept-typeMax Kellermann
2020-09-22meson.build: add -Wdouble-promotionMax Kellermann
2020-08-14doc/meson.build: convert option "documentation" to Meson "feature"Max Kellermann
2020-07-02Merge branch 'v0.21.x'Max Kellermann
2020-07-02apple: build static libraryMax Kellermann
2020-07-01meson.build: defaults for "build.c_std" and "build.cpp_std"Max Kellermann
2020-06-11increment version number to 0.21.25Max Kellermann
2020-06-04meson.build: set default option default_library=staticMax Kellermann
2020-05-30Merge branch 'v0.21.x'Max Kellermann
2020-05-28meson.build: remove `-Wall -Wextra`, to be set by MesonMax Kellermann
2020-05-27meson.build: default to warning_level=3Max Kellermann
2020-05-27Merge branch 'v0.21.x'Max Kellermann
2020-05-27meson.build: default to warning_level=2Max Kellermann
2020-05-26meson.build: work around Meson bug detecting strndup() on WindowsMax Kellermann
2020-05-07meson.build: require GCC 8 or clang 5Max Kellermann
2020-05-05io/uring: basic Linux io_uring supportMax Kellermann