summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2021-08-05meson.build: add "fallback" option to fmt dependency (for older Meson versions)Max Kellermann
2021-06-24Partition, ...: use libfmt for loggingMax Kellermann
2021-06-24Log: add libfmt supportMax Kellermann
2021-06-01meson.build: use some warning options for plain C as wellMax Kellermann
2021-06-01meson.build: merge duplicate warning flags to test_common_flagsMax Kellermann
2021-05-26Merge branch 'v0.22.x'Max 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-25Merge branch 'v0.22.x'Max Kellermann
2021-05-25meson.build: libfmt integrationMax 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-19Merge tag 'v0.22.7'Max 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-05Merge branch 'v0.22.x'Max Kellermann
2021-03-05win32: build static libraryMax Kellermann
2021-03-04Merge branch 'v0.22.x'Max 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-03-03output/pipewire: new output pluginMax Kellermann
2021-02-24output/snapcast: Zeroconf supportMax 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-04Merge branch 'v0.22.x' into masterMax 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-28Merge tag 'v0.22.2' into masterMax Kellermann
2020-10-28protocol/Ack: remove unused variable `ack_domain`Max Kellermann
2020-10-27increment version number to 0.22.2Max Kellermann
2020-10-16meson.build: increment protocol version to 0.23Max Kellermann
2020-10-14meson.build: increment version to 0.23~gitMax Kellermann
2020-10-13meson.build: move macros to event/Features.hMax Kellermann
2020-10-13event/PollGroup: check _WIN32 instead of USE_WINSELECTMax Kellermann
2020-10-05test/fuzzer: a simple fuzzer using libFuzzerMax Kellermann
2020-09-29remove clocale testRosen Penev