Releases: cpp-testing/GUnit
Releases · cpp-testing/GUnit
v1.16.0
What's Changed
- cmake >= 3.12
- Add Cucumber.json Fail message and Path Input by @TheKayneGame in #95
- Silence -Wdeprecated-this-capture warning by @dutkalex in #97
- ✨ enable support for logical expressions in EXPECT and ASSERT by @dustingooding in #98
- 🐛 Fix std includes for
GTest.h
by @elbeno in #99 - CI: Fix Windows and macOS workflows to use correct runners by @divark in #102
New Contributors
- @dutkalex made their first contribution in #97
- @dustingooding made their first contribution in #98
- @elbeno made their first contribution in #99
- @divark made their first contribution in #102
Full Changelog: v1.14.0...v1.16.0
v1.14.0
updated to googletest v1.14.0
v1.13.0
updated to googletest v1.13.0
GUnit-1.11.0
Compatibility
Additions
GUnit-1.0.0
Initial release
- Support for Linux - Clang-3.7+
- Support for Linux - GCC-5+
- Support for Mac OSx - Xcode-7.3+