Skip to content

Commit

Permalink
Bumped version to 2.4.1 + generated single header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Oct 6, 2024
1 parent ca0629e commit 1d172eb
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARCH_INDEPENDENT option at write_basic_package_version_file requires 3.14 version of CMake.
cmake_minimum_required(VERSION 3.14)

project(FakeIt VERSION 2.4.0 LANGUAGES CXX)
project(FakeIt VERSION 2.4.1 LANGUAGES CXX)

option(ENABLE_TESTING "Enable build of tests." OFF)
option(OVERRIDE_CXX_STANDARD_FOR_TESTS "Override the C++ standard used for building tests." "")
Expand Down
2 changes: 1 addition & 1 deletion single_header/boost/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:49.928208
* Generated: 2024-10-06 20:50:22.200164
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
4 changes: 2 additions & 2 deletions single_header/catch/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:50.210014
* Generated: 2024-10-06 20:50:22.219617
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -1207,7 +1207,7 @@ namespace fakeit {
INTERNAL_CATCH_TRY { \
CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \
CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \
catchAssertionHandler.handleMessage(resultWas, std::move(fomattedMessage); \
catchAssertionHandler.handleMessage(resultWas, std::move(fomattedMessage)); \
CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \
} INTERNAL_CATCH_CATCH(catchAssertionHandler) { \
catchAssertionHandler.complete(); \
Expand Down
2 changes: 1 addition & 1 deletion single_header/cute/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:50.478194
* Generated: 2024-10-06 20:50:22.238909
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/doctest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:50.758101
* Generated: 2024-10-06 20:50:22.257964
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/gtest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:51.025153
* Generated: 2024-10-06 20:50:22.277044
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/mettle/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:51.293789
* Generated: 2024-10-06 20:50:22.296193
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/mstest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:51.558480
* Generated: 2024-10-06 20:50:22.315649
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/nunit/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:51.825688
* Generated: 2024-10-06 20:50:22.334994
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/qtest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:52.091640
* Generated: 2024-10-06 20:50:22.353913
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/standalone/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:52.363853
* Generated: 2024-10-06 20:50:22.372950
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down
2 changes: 1 addition & 1 deletion single_header/tpunit/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2023-04-17 21:28:52.630973
* Generated: 2024-10-06 20:50:22.391928
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down

0 comments on commit 1d172eb

Please sign in to comment.