File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)
88
99write_basic_package_version_file(
1010 "${CMAKE_CURRENT_BINARY_DIR} /trompeloeil/trompeloeil-config-version.cmake"
11- VERSION 36
11+ VERSION 37
1212 COMPATIBILITY AnyNewerVersion)
1313
1414add_library (trompeloeil INTERFACE )
Original file line number Diff line number Diff line change 1+ v37 2020-02-09
2+
13 * Added adapter for the Criterion unit testing framework. Thanks you
24
35 Etienne Barbier <
[email protected] >
1315 * Fix issue 173 for GCC 4.x by performing testing to confirm
1416 correctness of existing code.
1517
16- v36 2019-04-01
18+ v36 2019-12-29
1719
1820 * Status reporting of passed expectation calls as sucessful assertions in
1921 DOCTEST and Catch2. Thanks to:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ CI: [ 
99[ ![ Coverage Status] ( https://coveralls.io/repos/rollbear/trompeloeil/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/rollbear/trompeloeil?branch=master )
1010
11- [ conan.io] ( https://conan.io ) [ ![ Download] ( https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v36 %3Astable ) ] ( https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v36 %3Astable/link )
11+ [ conan.io] ( https://conan.io ) [ ![ Download] ( https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v37 %3Astable ) ] ( https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v37 %3Astable/link )
1212
1313[ ![ HitCount] ( http://hits.dwyl.io/rollbear/trompeloeil.svg )] ( http://hits.dwyl.io/rollbear/trompeloeil )
1414
Original file line number Diff line number Diff line change 1616
1717class TrompeloelConan (ConanFile ):
1818 name = "trompeloeil"
19- version = "v36 "
19+ version = "v37 "
2020 license = "Boost Software License - Version 1.0 - August 17th, 2003"
2121 url = "https://github.com/rollbear/trompeloeil.git"
2222 description = "Header only C++14 mocking framework"
You can’t perform that action at this time.
0 commit comments