File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11# ARCH_INDEPENDENT option at write_basic_package_version_file requires 3.14 version of CMake.
22cmake_minimum_required (VERSION 3.14)
33
4- project (FakeIt VERSION 2.4.0 LANGUAGES CXX)
4+ project (FakeIt VERSION 2.4.1 LANGUAGES CXX)
55
66option (ENABLE_TESTING "Enable build of tests." OFF )
77option (OVERRIDE_CXX_STANDARD_FOR_TESTS "Override the C++ standard used for building tests." "" )
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:49.928208
5+ * Generated: 2024-10-06 20:50:22.200164
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:50.210014
5+ * Generated: 2024-10-06 20:50:22.219617
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
@@ -1207,7 +1207,7 @@ namespace fakeit {
12071207 INTERNAL_CATCH_TRY { \
12081208 CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \
12091209 CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \
1210- catchAssertionHandler.handleMessage (resultWas, std::move (fomattedMessage); \
1210+ catchAssertionHandler.handleMessage (resultWas, std::move (fomattedMessage)) ; \
12111211 CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \
12121212 } INTERNAL_CATCH_CATCH (catchAssertionHandler) { \
12131213 catchAssertionHandler.complete (); \
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:50.478194
5+ * Generated: 2024-10-06 20:50:22.238909
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:50.758101
5+ * Generated: 2024-10-06 20:50:22.257964
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:51.025153
5+ * Generated: 2024-10-06 20:50:22.277044
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:51.293789
5+ * Generated: 2024-10-06 20:50:22.296193
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:51.558480
5+ * Generated: 2024-10-06 20:50:22.315649
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:51.825688
5+ * Generated: 2024-10-06 20:50:22.334994
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
Original file line number Diff line number Diff line change 22/*
33 * FakeIt - A Simplified C++ Mocking Framework
44 * Copyright (c) Eran Pe'er 2013
5- * Generated: 2023-04-17 21:28:52.091640
5+ * Generated: 2024-10-06 20:50:22.353913
66 * Distributed under the MIT License. Please refer to the LICENSE file at:
77 * https://github.com/eranpeer/FakeIt
88 */
You can’t perform that action at this time.
0 commit comments