What's Changed
- Support Ubuntu 24.04 out of the box (fixes #261)… while keeping support for more recent Protobuf intact by @hartwork in #263
- Resolve needless check for CMake <3.10.0 by @hartwork in #265
- Speed up build of bundled Protobuf via
-Dprotobuf_BUILD_LIBUPB=OFF
by @hartwork in #266 - Support
-DLIB_PROTO_MUTATOR_EXAMPLES:BOOL=OFF
to build without examples by @hartwork in #264 - Make
ExternalProject_Add
pass--depth 1
togit clone
to reduce cloning time by @hartwork in #268 - Fix typo "usefull" two times by @hartwork in #271
- Add support for Ubuntu 22.04 LTS by @hartwork in #270
- Enable CI for non-master branches by @hartwork in #272
- Pin external libexpat and libxml2 for CI stability by @hartwork in #273
- Add support for Ubuntu 20.04 LTS (where OSS-Fuzz is at) by @hartwork in #274
- Use
std::move
in two more places? by @hartwork in #275 - Fix minimum CMake version for
-DLIB_PROTO_MUTATOR_TESTING=ON
by @hartwork in #276 - Compile disabled test if we can by @vitalybuka in #277
- Move GOOGLE_PROTOBUF_VERSION in port/ by @vitalybuka in #278
- Improve upon pull request #278 by @hartwork in #280
Full Changelog: v1.4...v1.5