AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 20190610 * Renames SANITIZER_INTERFACE_WEAK_DEF to LIB_PROTO_MUTATOR_WEAK_DEF * Introduced SANITIZER_INTERFACE_WEAK_DEF * Builds tests with MSVC * Updates CMakeLists.txt to build for MSVC * Add a line break. * Add proto dependencies to prerequisites. * Fix compile error/warning in src/field_instance.h (was comparison with unsigned < 0, which is always false) * Remove workaround for stack overflow * Update protocolbuffers * Add check to avoid stack overflow parsing nested messages * replace std::mt19937 with a much faster std::minstd_rand * Speedup unit tests * Fix index check * Switch from TEST_CASE_P to TEST_SUITE_P * Fix clang build (#110) * Never copy unknown enum values * Check that all tests strings parsed * Add FieldInstance::DebugString * Move EnforceUtf8 check into CanCopyAndDifferentField * ename IsEqualValueField to CanCopyAndDifferentField * Add links to known bug reports and fuzzers which use this library * added missing newlines to two CMakeLists.txt files
- Update to version 20181127: * Surrounded modifications to the "check" target with tests for LIB_PROTO_MUTATOR_TESTING * cmake: Add PKG_CONFIG_PATH option * cmake: Set SOVERSION property for shared libraries * cmake: Define LIBRARY DESTINATION for install targets - Remove cmake-install-library-installation.patch - patch released upstream - Remove cmake-pkg-config-path.patch - patch released upstream - Remove cmake-soversion.patch - patch released upstream
- Initial release - 20181101 - Add cmake-install-library-installation.patch - fixes make install - Add cmake-pkg-config-path.patch - allows to specify path where pkgconfig file is installed - Add cmake-soversion.patch - required to build libraries with soversion