Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-18 | meson.build: move Log.cxx and LogBackend.cxx into a static library | Max Kellermann | |
Prevents compiling those sources many times, once for each debug program using it. | |||
2019-10-16 | Merge tag 'v0.21.16' | Max Kellermann | |
release v0.21.16 | |||
2019-10-15 | storage/curl: move code to EscapeUriPath() | Max Kellermann | |
2019-08-26 | lib/curl: require CURL 7.33, remove bug workaround | Max Kellermann | |
2018-10-14 | build with Meson instead of autotools | Max Kellermann | |
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords! |