mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-21 20:15:39 +02:00
Compare commits
87 Commits
v3.4.0
...
remove_red
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a5245ac76b | ||
![]() |
b7b71ffd3a | ||
![]() |
048d7f7796 | ||
![]() |
a9a94bec13 | ||
![]() |
c8262e1f40 | ||
![]() |
08bdd43fcd | ||
![]() |
1512dac7e4 | ||
![]() |
b52d97855d | ||
![]() |
eaafd07674 | ||
![]() |
5d637d4c6b | ||
![]() |
cd3c7ebe87 | ||
![]() |
5d5f42f99b | ||
![]() |
c57e349d1d | ||
![]() |
822c44a203 | ||
![]() |
2295d2c8cc | ||
![]() |
2b69a3e216 | ||
![]() |
c809cb4d1c | ||
![]() |
9aadc3a53d | ||
![]() |
64ade68ca2 | ||
![]() |
680064d391 | ||
![]() |
3acb8b30f1 | ||
![]() |
3f23192e55 | ||
![]() |
d40a3289e5 | ||
![]() |
53d0d913a4 | ||
![]() |
1648c30ec3 | ||
![]() |
d4e9fb8aa5 | ||
![]() |
b606bc2802 | ||
![]() |
4ab0af8baf | ||
![]() |
b7d70ddcd6 | ||
![]() |
a6f22c5169 | ||
![]() |
1887d42e3d | ||
![]() |
1774dbfd53 | ||
![]() |
cb07ff9a7e | ||
![]() |
ae4fe16b81 | ||
![]() |
28c66fdc5a | ||
![]() |
ed9d672b5c | ||
![]() |
04a829b0e1 | ||
![]() |
ab1b079e4d | ||
![]() |
d139b4ff7c | ||
![]() |
bfd9f0f5a6 | ||
![]() |
9a1e73568c | ||
![]() |
21d2da23bc | ||
![]() |
d1d7414eb9 | ||
![]() |
dacbf4fd6c | ||
![]() |
0520ff4436 | ||
![]() |
4a7be16c8c | ||
![]() |
32d9ae24bc | ||
![]() |
de7ba4e889 | ||
![]() |
733b901dd2 | ||
![]() |
7bf136b501 | ||
![]() |
2c68a0d05f | ||
![]() |
01cac90c62 | ||
![]() |
b735dfce2d | ||
![]() |
caffe79a31 | ||
![]() |
a8cf3e6710 | ||
![]() |
79d39a1954 | ||
![]() |
6ebc013b8c | ||
![]() |
966d361551 | ||
![]() |
766541d12d | ||
![]() |
7b793314e5 | ||
![]() |
0fb817e41f | ||
![]() |
f161110be4 | ||
![]() |
db495acdbb | ||
![]() |
9c541ca72e | ||
![]() |
92672591c1 | ||
![]() |
56fcd584c1 | ||
![]() |
aafe09bc1c | ||
![]() |
47a2c96938 | ||
![]() |
fb96279aed | ||
![]() |
e14a08d734 | ||
![]() |
9bba07cb87 | ||
![]() |
b4ffba5087 | ||
![]() |
3a5cde55b7 | ||
![]() |
2a19ae16b8 | ||
![]() |
f24d39e42b | ||
![]() |
85eb4652b4 | ||
![]() |
5bba3e4038 | ||
![]() |
e09de7222c | ||
![]() |
a64ff326bf | ||
![]() |
ad56463477 | ||
![]() |
9538d16005 | ||
![]() |
a94bee771e | ||
![]() |
d7304f0c41 | ||
![]() |
cd60a0301c | ||
![]() |
b593be2116 | ||
![]() |
ed4acded38 | ||
![]() |
4acc51828f |
1
.bazelrc
1
.bazelrc
@@ -8,3 +8,4 @@ build:vs2022 --cxxopt=/std:c++17
|
|||||||
|
|
||||||
build:windows --config=vs2022
|
build:windows --config=vs2022
|
||||||
build:linux --config=gcc11
|
build:linux --config=gcc11
|
||||||
|
build:macos --cxxopt=-std=c++2b
|
||||||
|
2
.github/workflows/linux-bazel-builds.yml
vendored
2
.github/workflows/linux-bazel-builds.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
compilation_mode: [fastbuild, dbg, opt]
|
compilation_mode: [fastbuild, dbg, opt]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Mount bazel cache
|
- name: Mount bazel cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
6
.github/workflows/linux-meson-builds.yml
vendored
6
.github/workflows/linux-meson-builds.yml
vendored
@@ -18,10 +18,12 @@ jobs:
|
|||||||
other_pkgs: clang-11
|
other_pkgs: clang-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
run: sudo apt-get install -y meson ninja-build ${{matrix.other_pkgs}}
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y meson ninja-build ${{matrix.other_pkgs}}
|
||||||
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
env:
|
env:
|
||||||
|
6
.github/workflows/linux-other-builds.yml
vendored
6
.github/workflows/linux-other-builds.yml
vendored
@@ -70,10 +70,12 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}}
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y ninja-build ${{matrix.other_pkgs}}
|
||||||
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
6
.github/workflows/linux-simple-builds.yml
vendored
6
.github/workflows/linux-simple-builds.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
other_pkgs: g++-10
|
other_pkgs: g++-10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Add repositories for older GCC
|
- name: Add repositories for older GCC
|
||||||
run: |
|
run: |
|
||||||
@@ -92,7 +92,9 @@ jobs:
|
|||||||
if: ${{ matrix.cxx == 'g++-5' || matrix.cxx == 'g++-6' }}
|
if: ${{ matrix.cxx == 'g++-5' || matrix.cxx == 'g++-6' }}
|
||||||
|
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}}
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y ninja-build ${{matrix.other_pkgs}}
|
||||||
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
7
.github/workflows/mac-builds.yml
vendored
7
.github/workflows/mac-builds.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
extra_tests: ON
|
extra_tests: ON
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
@@ -42,11 +42,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build tests + lib
|
- name: Build tests + lib
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
run: make -j 2
|
run: make -j `sysctl -n hw.ncpu`
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
# Hardcode 2 cores we know are there
|
run: ctest -C ${{matrix.build_type}} -j `sysctl -n hw.ncpu`
|
||||||
run: ctest -C ${{matrix.build_type}} -j 2
|
|
||||||
|
2
.github/workflows/validate-header-guards.yml
vendored
2
.github/workflows/validate-header-guards.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Dependencies
|
- name: Setup Dependencies
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
2
.github/workflows/windows-simple-builds.yml
vendored
2
.github/workflows/windows-simple-builds.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [14, 17]
|
std: [14, 17]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
@@ -49,6 +49,7 @@ expand_template(
|
|||||||
"#cmakedefine CATCH_CONFIG_NOSTDOUT": "",
|
"#cmakedefine CATCH_CONFIG_NOSTDOUT": "",
|
||||||
"#cmakedefine CATCH_CONFIG_POSIX_SIGNALS": "",
|
"#cmakedefine CATCH_CONFIG_POSIX_SIGNALS": "",
|
||||||
"#cmakedefine CATCH_CONFIG_PREFIX_ALL": "",
|
"#cmakedefine CATCH_CONFIG_PREFIX_ALL": "",
|
||||||
|
"#cmakedefine CATCH_CONFIG_PREFIX_MESSAGES": "",
|
||||||
"#cmakedefine CATCH_CONFIG_SHARED_LIBRARY": "",
|
"#cmakedefine CATCH_CONFIG_SHARED_LIBRARY": "",
|
||||||
"#cmakedefine CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT": "",
|
"#cmakedefine CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT": "",
|
||||||
"#cmakedefine CATCH_CONFIG_USE_ASYNC": "",
|
"#cmakedefine CATCH_CONFIG_USE_ASYNC": "",
|
||||||
|
@@ -18,10 +18,12 @@
|
|||||||
macro(AddOverridableConfigOption OptionBaseName)
|
macro(AddOverridableConfigOption OptionBaseName)
|
||||||
option(CATCH_CONFIG_${OptionBaseName} "Read docs/configuration.md for details" OFF)
|
option(CATCH_CONFIG_${OptionBaseName} "Read docs/configuration.md for details" OFF)
|
||||||
option(CATCH_CONFIG_NO_${OptionBaseName} "Read docs/configuration.md for details" OFF)
|
option(CATCH_CONFIG_NO_${OptionBaseName} "Read docs/configuration.md for details" OFF)
|
||||||
|
mark_as_advanced(CATCH_CONFIG_${OptionBaseName} CATCH_CONFIG_NO_${OptionBaseName})
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
macro(AddConfigOption OptionBaseName)
|
macro(AddConfigOption OptionBaseName)
|
||||||
option(CATCH_CONFIG_${OptionBaseName} "Read docs/configuration.md for details" OFF)
|
option(CATCH_CONFIG_${OptionBaseName} "Read docs/configuration.md for details" OFF)
|
||||||
|
mark_as_advanced(CATCH_CONFIG_${OptionBaseName})
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
set(_OverridableOptions
|
set(_OverridableOptions
|
||||||
@@ -62,6 +64,7 @@ set(_OtherConfigOptions
|
|||||||
"FAST_COMPILE"
|
"FAST_COMPILE"
|
||||||
"NOSTDOUT"
|
"NOSTDOUT"
|
||||||
"PREFIX_ALL"
|
"PREFIX_ALL"
|
||||||
|
"PREFIX_MESSAGES"
|
||||||
"WINDOWS_CRTDBG"
|
"WINDOWS_CRTDBG"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -78,6 +81,8 @@ endif()
|
|||||||
set(CATCH_CONFIG_DEFAULT_REPORTER "console" CACHE STRING "Read docs/configuration.md for details. The name of the reporter should be without quotes.")
|
set(CATCH_CONFIG_DEFAULT_REPORTER "console" CACHE STRING "Read docs/configuration.md for details. The name of the reporter should be without quotes.")
|
||||||
set(CATCH_CONFIG_CONSOLE_WIDTH "80" CACHE STRING "Read docs/configuration.md for details. Must form a valid integer literal.")
|
set(CATCH_CONFIG_CONSOLE_WIDTH "80" CACHE STRING "Read docs/configuration.md for details. Must form a valid integer literal.")
|
||||||
|
|
||||||
|
mark_as_advanced(CATCH_CONFIG_SHARED_LIBRARY CATCH_CONFIG_DEFAULT_REPORTER CATCH_CONFIG_CONSOLE_WIDTH)
|
||||||
|
|
||||||
# There is no good way to both turn this into a CMake cache variable,
|
# There is no good way to both turn this into a CMake cache variable,
|
||||||
# and keep reasonable default semantics inside the project. Thus we do
|
# and keep reasonable default semantics inside the project. Thus we do
|
||||||
# not define it and users have to provide it as an outside variable.
|
# not define it and users have to provide it as an outside variable.
|
||||||
|
@@ -46,7 +46,6 @@ function(add_warnings_to_targets targets)
|
|||||||
set(CHECKED_WARNING_FLAGS
|
set(CHECKED_WARNING_FLAGS
|
||||||
"-Wabsolute-value"
|
"-Wabsolute-value"
|
||||||
"-Wall"
|
"-Wall"
|
||||||
"-Wc++20-compat"
|
|
||||||
"-Wcall-to-pure-virtual-from-ctor-dtor"
|
"-Wcall-to-pure-virtual-from-ctor-dtor"
|
||||||
"-Wcast-align"
|
"-Wcast-align"
|
||||||
"-Wcatch-value"
|
"-Wcatch-value"
|
||||||
|
@@ -11,6 +11,7 @@ endif()
|
|||||||
option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON)
|
option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON)
|
||||||
option(CATCH_INSTALL_EXTRAS "Install extras (CMake scripts, debugger helpers) alongside library" ON)
|
option(CATCH_INSTALL_EXTRAS "Install extras (CMake scripts, debugger helpers) alongside library" ON)
|
||||||
option(CATCH_DEVELOPMENT_BUILD "Build tests, enable warnings, enable Werror, etc" OFF)
|
option(CATCH_DEVELOPMENT_BUILD "Build tests, enable warnings, enable Werror, etc" OFF)
|
||||||
|
option(CATCH_ENABLE_REPRODUCIBLE_BUILD "Add compiler flags for improving build reproducibility" ON)
|
||||||
|
|
||||||
include(CMakeDependentOption)
|
include(CMakeDependentOption)
|
||||||
cmake_dependent_option(CATCH_BUILD_TESTING "Build the SelfTest project" ON "CATCH_DEVELOPMENT_BUILD" OFF)
|
cmake_dependent_option(CATCH_BUILD_TESTING "Build the SelfTest project" ON "CATCH_DEVELOPMENT_BUILD" OFF)
|
||||||
@@ -32,7 +33,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(Catch2
|
project(Catch2
|
||||||
VERSION 3.4.0 # CML version placeholder, don't delete
|
VERSION 3.5.0 # CML version placeholder, don't delete
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
# HOMEPAGE_URL is not supported until CMake version 3.12, which
|
# HOMEPAGE_URL is not supported until CMake version 3.12, which
|
||||||
# we do not target yet.
|
# we do not target yet.
|
||||||
|
306
Doxyfile
306
Doxyfile
@@ -1,4 +1,4 @@
|
|||||||
# Doxyfile 1.8.16
|
# Doxyfile 1.9.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||||||
# title of most generated pages and in a few other places.
|
# title of most generated pages and in a few other places.
|
||||||
# The default value is: My Project.
|
# The default value is: My Project.
|
||||||
|
|
||||||
PROJECT_NAME = "Catch2"
|
PROJECT_NAME = Catch2
|
||||||
|
|
||||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
@@ -51,6 +51,7 @@ PROJECT_BRIEF = "Popular C++ unit testing framework"
|
|||||||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||||
# the logo to the output directory.
|
# the logo to the output directory.
|
||||||
|
|
||||||
|
PROJECT_LOGO =
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
||||||
# into which the generated documentation will be written. If a relative path is
|
# into which the generated documentation will be written. If a relative path is
|
||||||
@@ -216,6 +217,14 @@ QT_AUTOBRIEF = YES
|
|||||||
|
|
||||||
MULTILINE_CPP_IS_BRIEF = NO
|
MULTILINE_CPP_IS_BRIEF = NO
|
||||||
|
|
||||||
|
# By default Python docstrings are displayed as preformatted text and doxygen's
|
||||||
|
# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
|
||||||
|
# doxygen's special commands can be used and the contents of the docstring
|
||||||
|
# documentation blocks is shown as doxygen documentation.
|
||||||
|
# The default value is: YES.
|
||||||
|
|
||||||
|
PYTHON_DOCSTRING = YES
|
||||||
|
|
||||||
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
|
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
|
||||||
# documentation from any documented member that it re-implements.
|
# documentation from any documented member that it re-implements.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
@@ -251,13 +260,7 @@ TAB_SIZE = 4
|
|||||||
# a double escape (\\{ and \\})
|
# a double escape (\\{ and \\})
|
||||||
|
|
||||||
ALIASES = "complexity=@par Complexity:" \
|
ALIASES = "complexity=@par Complexity:" \
|
||||||
"noexcept=**Noexcept**"
|
noexcept=**Noexcept**
|
||||||
|
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
|
||||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
|
||||||
# will allow you to use the command class in the itcl::class meaning.
|
|
||||||
|
|
||||||
TCL_SUBST =
|
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||||
# only. Doxygen will then generate output that is more tailored for C. For
|
# only. Doxygen will then generate output that is more tailored for C. For
|
||||||
@@ -299,19 +302,22 @@ OPTIMIZE_OUTPUT_SLICE = NO
|
|||||||
# parses. With this tag you can assign which parser to use for a given
|
# parses. With this tag you can assign which parser to use for a given
|
||||||
# extension. Doxygen has a built-in mapping, but you can override or extend it
|
# extension. Doxygen has a built-in mapping, but you can override or extend it
|
||||||
# using this tag. The format is ext=language, where ext is a file extension, and
|
# using this tag. The format is ext=language, where ext is a file extension, and
|
||||||
# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
|
# language is one of the parsers supported by doxygen: IDL, Java, JavaScript,
|
||||||
# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice,
|
# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, VHDL,
|
||||||
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
|
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
|
||||||
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
|
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
|
||||||
# tries to guess whether the code is fixed or free formatted code, this is the
|
# tries to guess whether the code is fixed or free formatted code, this is the
|
||||||
# default for Fortran type files), VHDL, tcl. For instance to make doxygen treat
|
# default for Fortran type files). For instance to make doxygen treat .inc files
|
||||||
# .inc files as Fortran files (default is PHP), and .f files as C (default is
|
# as Fortran files (default is PHP), and .f files as C (default is Fortran),
|
||||||
# Fortran), use: inc=Fortran f=C.
|
# use: inc=Fortran f=C.
|
||||||
#
|
#
|
||||||
# Note: For files without extension you can use no_extension as a placeholder.
|
# Note: For files without extension you can use no_extension as a placeholder.
|
||||||
#
|
#
|
||||||
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
||||||
# the files are not read by doxygen.
|
# the files are not read by doxygen. When specifying no_extension you should add
|
||||||
|
# * to the FILE_PATTERNS.
|
||||||
|
#
|
||||||
|
# Note see also the list of default file extension mappings.
|
||||||
|
|
||||||
EXTENSION_MAPPING =
|
EXTENSION_MAPPING =
|
||||||
|
|
||||||
@@ -445,6 +451,19 @@ TYPEDEF_HIDES_STRUCT = NO
|
|||||||
|
|
||||||
LOOKUP_CACHE_SIZE = 0
|
LOOKUP_CACHE_SIZE = 0
|
||||||
|
|
||||||
|
# The NUM_PROC_THREADS specifies the number threads doxygen is allowed to use
|
||||||
|
# during processing. When set to 0 doxygen will based this on the number of
|
||||||
|
# cores available in the system. You can set it explicitly to a value larger
|
||||||
|
# than 0 to get more control over the balance between CPU load and processing
|
||||||
|
# speed. At this moment only the input processing can be done using multiple
|
||||||
|
# threads. Since this is still an experimental feature the default is set to 1,
|
||||||
|
# which efficively disables parallel processing. Please report any issues you
|
||||||
|
# encounter. Generating dot graphs in parallel is controlled by the
|
||||||
|
# DOT_NUM_THREADS setting.
|
||||||
|
# Minimum value: 0, maximum value: 32, default value: 1.
|
||||||
|
|
||||||
|
NUM_PROC_THREADS = 1
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Build related configuration options
|
# Build related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
@@ -508,6 +527,13 @@ EXTRACT_LOCAL_METHODS = NO
|
|||||||
|
|
||||||
EXTRACT_ANON_NSPACES = NO
|
EXTRACT_ANON_NSPACES = NO
|
||||||
|
|
||||||
|
# If this flag is set to YES, the name of an unnamed parameter in a declaration
|
||||||
|
# will be determined by the corresponding definition. By default unnamed
|
||||||
|
# parameters remain unnamed in the output.
|
||||||
|
# The default value is: YES.
|
||||||
|
|
||||||
|
RESOLVE_UNNAMED_PARAMS = YES
|
||||||
|
|
||||||
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
|
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
|
||||||
# undocumented members inside documented classes or files. If set to NO these
|
# undocumented members inside documented classes or files. If set to NO these
|
||||||
# members will be included in the various overviews, but no documentation
|
# members will be included in the various overviews, but no documentation
|
||||||
@@ -525,8 +551,8 @@ HIDE_UNDOC_MEMBERS = NO
|
|||||||
HIDE_UNDOC_CLASSES = NO
|
HIDE_UNDOC_CLASSES = NO
|
||||||
|
|
||||||
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
||||||
# (class|struct|union) declarations. If set to NO, these declarations will be
|
# declarations. If set to NO, these declarations will be included in the
|
||||||
# included in the documentation.
|
# documentation.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
HIDE_FRIEND_COMPOUNDS = NO
|
HIDE_FRIEND_COMPOUNDS = NO
|
||||||
@@ -545,11 +571,18 @@ HIDE_IN_BODY_DOCS = NO
|
|||||||
|
|
||||||
INTERNAL_DOCS = NO
|
INTERNAL_DOCS = NO
|
||||||
|
|
||||||
# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
|
# With the correct setting of option CASE_SENSE_NAMES doxygen will better be
|
||||||
# names in lower-case letters. If set to YES, upper-case letters are also
|
# able to match the capabilities of the underlying filesystem. In case the
|
||||||
# allowed. This is useful if you have classes or files whose names only differ
|
# filesystem is case sensitive (i.e. it supports files in the same directory
|
||||||
# in case and if your file system supports case sensitive file names. Windows
|
# whose names only differ in casing), the option must be set to YES to properly
|
||||||
# (including Cygwin) ands Mac users are advised to set this option to NO.
|
# deal with such files in case they appear in the input. For filesystems that
|
||||||
|
# are not case sensitive the option should be be set to NO to properly deal with
|
||||||
|
# output files written for symbols that only differ in casing, such as for two
|
||||||
|
# classes, one named CLASS and the other named Class, and to also support
|
||||||
|
# references to files without having to specify the exact matching casing. On
|
||||||
|
# Windows (including Cygwin) and MacOS, users should typically set this option
|
||||||
|
# to NO, whereas on Linux or other Unix flavors it should typically be set to
|
||||||
|
# YES.
|
||||||
# The default value is: system dependent.
|
# The default value is: system dependent.
|
||||||
|
|
||||||
CASE_SENSE_NAMES = NO
|
CASE_SENSE_NAMES = NO
|
||||||
@@ -788,7 +821,10 @@ WARN_IF_DOC_ERROR = YES
|
|||||||
WARN_NO_PARAMDOC = YES
|
WARN_NO_PARAMDOC = YES
|
||||||
|
|
||||||
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
||||||
# a warning is encountered.
|
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
|
||||||
|
# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
|
||||||
|
# at the end of the doxygen process doxygen will return with a non-zero status.
|
||||||
|
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
WARN_AS_ERROR = NO
|
WARN_AS_ERROR = NO
|
||||||
@@ -819,13 +855,13 @@ WARN_LOGFILE = doxygen.errors
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = "src/catch2"
|
INPUT = src/catch2
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
|
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
|
||||||
# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
|
# documentation (see:
|
||||||
# possible encodings.
|
# https://www.gnu.org/software/libiconv/) for the list of possible encodings.
|
||||||
# The default value is: UTF-8.
|
# The default value is: UTF-8.
|
||||||
|
|
||||||
INPUT_ENCODING = UTF-8
|
INPUT_ENCODING = UTF-8
|
||||||
@@ -838,13 +874,61 @@ INPUT_ENCODING = UTF-8
|
|||||||
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
||||||
# read by doxygen.
|
# read by doxygen.
|
||||||
#
|
#
|
||||||
|
# Note the list of default checked file patterns might differ from the list of
|
||||||
|
# default file extension mappings.
|
||||||
|
#
|
||||||
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
||||||
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
||||||
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
||||||
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
|
# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
|
||||||
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
|
# *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl,
|
||||||
|
# *.ucf, *.qsf and *.ice.
|
||||||
|
|
||||||
# FILE_PATTERNS =
|
FILE_PATTERNS = *.c \
|
||||||
|
*.cc \
|
||||||
|
*.cxx \
|
||||||
|
*.cpp \
|
||||||
|
*.c++ \
|
||||||
|
*.java \
|
||||||
|
*.ii \
|
||||||
|
*.ixx \
|
||||||
|
*.ipp \
|
||||||
|
*.i++ \
|
||||||
|
*.inl \
|
||||||
|
*.idl \
|
||||||
|
*.ddl \
|
||||||
|
*.odl \
|
||||||
|
*.h \
|
||||||
|
*.hh \
|
||||||
|
*.hxx \
|
||||||
|
*.hpp \
|
||||||
|
*.h++ \
|
||||||
|
*.cs \
|
||||||
|
*.d \
|
||||||
|
*.php \
|
||||||
|
*.php4 \
|
||||||
|
*.php5 \
|
||||||
|
*.phtml \
|
||||||
|
*.inc \
|
||||||
|
*.m \
|
||||||
|
*.markdown \
|
||||||
|
*.md \
|
||||||
|
*.mm \
|
||||||
|
*.dox \
|
||||||
|
*.py \
|
||||||
|
*.pyw \
|
||||||
|
*.f90 \
|
||||||
|
*.f95 \
|
||||||
|
*.f03 \
|
||||||
|
*.f08 \
|
||||||
|
*.f18 \
|
||||||
|
*.f \
|
||||||
|
*.for \
|
||||||
|
*.vhd \
|
||||||
|
*.vhdl \
|
||||||
|
*.ucf \
|
||||||
|
*.qsf \
|
||||||
|
*.ice
|
||||||
|
|
||||||
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
||||||
# be searched for input files as well.
|
# be searched for input files as well.
|
||||||
@@ -968,6 +1052,7 @@ FILTER_SOURCE_PATTERNS =
|
|||||||
# (index.html). This can be useful if you have a project on for instance GitHub
|
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||||
# and want to reuse the introduction page also for the doxygen output.
|
# and want to reuse the introduction page also for the doxygen output.
|
||||||
|
|
||||||
|
USE_MDFILE_AS_MAINPAGE =
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to source browsing
|
# Configuration options related to source browsing
|
||||||
@@ -1055,6 +1140,44 @@ USE_HTAGS = NO
|
|||||||
|
|
||||||
VERBATIM_HEADERS = YES
|
VERBATIM_HEADERS = YES
|
||||||
|
|
||||||
|
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
|
||||||
|
# clang parser (see:
|
||||||
|
# http://clang.llvm.org/) for more accurate parsing at the cost of reduced
|
||||||
|
# performance. This can be particularly helpful with template rich C++ code for
|
||||||
|
# which doxygen's built-in parser lacks the necessary type information.
|
||||||
|
# Note: The availability of this option depends on whether or not doxygen was
|
||||||
|
# generated with the -Duse_libclang=ON option for CMake.
|
||||||
|
# The default value is: NO.
|
||||||
|
|
||||||
|
CLANG_ASSISTED_PARSING = NO
|
||||||
|
|
||||||
|
# If clang assisted parsing is enabled and the CLANG_ADD_INC_PATHS tag is set to
|
||||||
|
# YES then doxygen will add the directory of each input to the include path.
|
||||||
|
# The default value is: YES.
|
||||||
|
|
||||||
|
CLANG_ADD_INC_PATHS = YES
|
||||||
|
|
||||||
|
# If clang assisted parsing is enabled you can provide the compiler with command
|
||||||
|
# line options that you would normally use when invoking the compiler. Note that
|
||||||
|
# the include paths will already be set by doxygen for the files and directories
|
||||||
|
# specified with INPUT and INCLUDE_PATH.
|
||||||
|
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
||||||
|
|
||||||
|
CLANG_OPTIONS =
|
||||||
|
|
||||||
|
# If clang assisted parsing is enabled you can provide the clang parser with the
|
||||||
|
# path to the directory containing a file called compile_commands.json. This
|
||||||
|
# file is the compilation database (see:
|
||||||
|
# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
|
||||||
|
# options used when the source files were built. This is equivalent to
|
||||||
|
# specifying the -p option to a clang tool, such as clang-check. These options
|
||||||
|
# will then be passed to the parser. Any options specified with CLANG_OPTIONS
|
||||||
|
# will be added as well.
|
||||||
|
# Note: The availability of this option depends on whether or not doxygen was
|
||||||
|
# generated with the -Duse_libclang=ON option for CMake.
|
||||||
|
|
||||||
|
CLANG_DATABASE_PATH =
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the alphabetical class index
|
# Configuration options related to the alphabetical class index
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
@@ -1066,13 +1189,6 @@ VERBATIM_HEADERS = YES
|
|||||||
|
|
||||||
ALPHABETICAL_INDEX = YES
|
ALPHABETICAL_INDEX = YES
|
||||||
|
|
||||||
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
|
|
||||||
# which the alphabetical index list will be split.
|
|
||||||
# Minimum value: 1, maximum value: 20, default value: 5.
|
|
||||||
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
|
||||||
|
|
||||||
COLS_IN_ALPHA_INDEX = 5
|
|
||||||
|
|
||||||
# In case all classes in a project start with a common prefix, all classes will
|
# In case all classes in a project start with a common prefix, all classes will
|
||||||
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
||||||
# can be used to specify a prefix (or a list of prefixes) that should be ignored
|
# can be used to specify a prefix (or a list of prefixes) that should be ignored
|
||||||
@@ -1211,9 +1327,9 @@ HTML_TIMESTAMP = NO
|
|||||||
|
|
||||||
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
||||||
# documentation will contain a main index with vertical navigation menus that
|
# documentation will contain a main index with vertical navigation menus that
|
||||||
# are dynamically created via Javascript. If disabled, the navigation index will
|
# are dynamically created via JavaScript. If disabled, the navigation index will
|
||||||
# consists of multiple levels of tabs that are statically embedded in every HTML
|
# consists of multiple levels of tabs that are statically embedded in every HTML
|
||||||
# page. Disable this option to support browsers that do not have Javascript,
|
# page. Disable this option to support browsers that do not have JavaScript,
|
||||||
# like the Qt help browser.
|
# like the Qt help browser.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
@@ -1243,10 +1359,11 @@ HTML_INDEX_NUM_ENTRIES = 100
|
|||||||
|
|
||||||
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
|
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
|
||||||
# generated that can be used as input for Apple's Xcode 3 integrated development
|
# generated that can be used as input for Apple's Xcode 3 integrated development
|
||||||
# environment (see: https://developer.apple.com/xcode/), introduced with OSX
|
# environment (see:
|
||||||
# 10.5 (Leopard). To create a documentation set, doxygen will generate a
|
# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To
|
||||||
# Makefile in the HTML output directory. Running make will produce the docset in
|
# create a documentation set, doxygen will generate a Makefile in the HTML
|
||||||
# that directory and running make install will install the docset in
|
# output directory. Running make will produce the docset in that directory and
|
||||||
|
# running make install will install the docset in
|
||||||
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
|
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
|
||||||
# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy
|
# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy
|
||||||
# genXcode/_index.html for more information.
|
# genXcode/_index.html for more information.
|
||||||
@@ -1288,8 +1405,8 @@ DOCSET_PUBLISHER_NAME = Publisher
|
|||||||
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
|
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
|
||||||
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
|
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
|
||||||
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
|
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
|
||||||
# (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on
|
# (see:
|
||||||
# Windows.
|
# https://www.microsoft.com/en-us/download/details.aspx?id=21138) on Windows.
|
||||||
#
|
#
|
||||||
# The HTML Help Workshop contains a compiler that can convert all HTML output
|
# The HTML Help Workshop contains a compiler that can convert all HTML output
|
||||||
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
|
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
|
||||||
@@ -1364,7 +1481,8 @@ QCH_FILE =
|
|||||||
|
|
||||||
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
|
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
|
||||||
# Project output. For more information please see Qt Help Project / Namespace
|
# Project output. For more information please see Qt Help Project / Namespace
|
||||||
# (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
|
# (see:
|
||||||
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
|
||||||
# The default value is: org.doxygen.Project.
|
# The default value is: org.doxygen.Project.
|
||||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||||
|
|
||||||
@@ -1372,8 +1490,8 @@ QHP_NAMESPACE = org.doxygen.Project
|
|||||||
|
|
||||||
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
|
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
|
||||||
# Help Project output. For more information please see Qt Help Project / Virtual
|
# Help Project output. For more information please see Qt Help Project / Virtual
|
||||||
# Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-
|
# Folders (see:
|
||||||
# folders).
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
|
||||||
# The default value is: doc.
|
# The default value is: doc.
|
||||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||||
|
|
||||||
@@ -1381,16 +1499,16 @@ QHP_VIRTUAL_FOLDER = doc
|
|||||||
|
|
||||||
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
|
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
|
||||||
# filter to add. For more information please see Qt Help Project / Custom
|
# filter to add. For more information please see Qt Help Project / Custom
|
||||||
# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
|
# Filters (see:
|
||||||
# filters).
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
|
||||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||||
|
|
||||||
QHP_CUST_FILTER_NAME =
|
QHP_CUST_FILTER_NAME =
|
||||||
|
|
||||||
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
|
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
|
||||||
# custom filter to add. For more information please see Qt Help Project / Custom
|
# custom filter to add. For more information please see Qt Help Project / Custom
|
||||||
# Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
|
# Filters (see:
|
||||||
# filters).
|
# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
|
||||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||||
|
|
||||||
QHP_CUST_FILTER_ATTRS =
|
QHP_CUST_FILTER_ATTRS =
|
||||||
@@ -1402,9 +1520,9 @@ QHP_CUST_FILTER_ATTRS =
|
|||||||
|
|
||||||
QHP_SECT_FILTER_ATTRS =
|
QHP_SECT_FILTER_ATTRS =
|
||||||
|
|
||||||
# The QHG_LOCATION tag can be used to specify the location of Qt's
|
# The QHG_LOCATION tag can be used to specify the location (absolute path
|
||||||
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
|
# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
|
||||||
# generated .qhp file.
|
# run qhelpgenerator on the generated .qhp file.
|
||||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||||
|
|
||||||
QHG_LOCATION =
|
QHG_LOCATION =
|
||||||
@@ -1481,6 +1599,17 @@ TREEVIEW_WIDTH = 250
|
|||||||
|
|
||||||
EXT_LINKS_IN_WINDOW = NO
|
EXT_LINKS_IN_WINDOW = NO
|
||||||
|
|
||||||
|
# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
|
||||||
|
# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
|
||||||
|
# https://inkscape.org) to generate formulas as SVG images instead of PNGs for
|
||||||
|
# the HTML output. These images will generally look nicer at scaled resolutions.
|
||||||
|
# Possible values are: png (the default) and svg (looks nicer but requires the
|
||||||
|
# pdf2svg or inkscape tool).
|
||||||
|
# The default value is: png.
|
||||||
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
|
HTML_FORMULA_FORMAT = png
|
||||||
|
|
||||||
# Use this tag to change the font size of LaTeX formulas included as images in
|
# Use this tag to change the font size of LaTeX formulas included as images in
|
||||||
# the HTML documentation. When you change the font size after a successful
|
# the HTML documentation. When you change the font size after a successful
|
||||||
# doxygen run you need to manually remove any form_*.png images from the HTML
|
# doxygen run you need to manually remove any form_*.png images from the HTML
|
||||||
@@ -1501,8 +1630,14 @@ FORMULA_FONTSIZE = 10
|
|||||||
|
|
||||||
FORMULA_TRANSPARENT = YES
|
FORMULA_TRANSPARENT = YES
|
||||||
|
|
||||||
|
# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
|
||||||
|
# to create new LaTeX commands to be used in formulas as building blocks. See
|
||||||
|
# the section "Including formulas" for details.
|
||||||
|
|
||||||
|
FORMULA_MACROFILE =
|
||||||
|
|
||||||
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
||||||
# https://www.mathjax.org) which uses client side Javascript for the rendering
|
# https://www.mathjax.org) which uses client side JavaScript for the rendering
|
||||||
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
|
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
|
||||||
# installed or if you want to formulas look prettier in the HTML output. When
|
# installed or if you want to formulas look prettier in the HTML output. When
|
||||||
# enabled you may also need to install MathJax separately and configure the path
|
# enabled you may also need to install MathJax separately and configure the path
|
||||||
@@ -1514,7 +1649,7 @@ USE_MATHJAX = YES
|
|||||||
|
|
||||||
# When MathJax is enabled you can set the default output format to be used for
|
# When MathJax is enabled you can set the default output format to be used for
|
||||||
# the MathJax output. See the MathJax site (see:
|
# the MathJax output. See the MathJax site (see:
|
||||||
# http://docs.mathjax.org/en/latest/output.html) for more details.
|
# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details.
|
||||||
# Possible values are: HTML-CSS (which is slower, but has the best
|
# Possible values are: HTML-CSS (which is slower, but has the best
|
||||||
# compatibility), NativeMML (i.e. MathML) and SVG.
|
# compatibility), NativeMML (i.e. MathML) and SVG.
|
||||||
# The default value is: HTML-CSS.
|
# The default value is: HTML-CSS.
|
||||||
@@ -1530,7 +1665,7 @@ MATHJAX_FORMAT = HTML-CSS
|
|||||||
# Content Delivery Network so you can quickly see the result without installing
|
# Content Delivery Network so you can quickly see the result without installing
|
||||||
# MathJax. However, it is strongly recommended to install a local copy of
|
# MathJax. However, it is strongly recommended to install a local copy of
|
||||||
# MathJax from https://www.mathjax.org before deployment.
|
# MathJax from https://www.mathjax.org before deployment.
|
||||||
# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/.
|
# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2.
|
||||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||||
|
|
||||||
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
||||||
@@ -1545,7 +1680,8 @@ MATHJAX_EXTENSIONS = TeX/AMSmath \
|
|||||||
|
|
||||||
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
||||||
# of code that will be used on startup of the MathJax code. See the MathJax site
|
# of code that will be used on startup of the MathJax code. See the MathJax site
|
||||||
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
|
# (see:
|
||||||
|
# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
|
||||||
# example see the documentation.
|
# example see the documentation.
|
||||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||||
|
|
||||||
@@ -1573,7 +1709,7 @@ MATHJAX_CODEFILE =
|
|||||||
SEARCHENGINE = YES
|
SEARCHENGINE = YES
|
||||||
|
|
||||||
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
||||||
# implemented using a web server instead of a web client using Javascript. There
|
# implemented using a web server instead of a web client using JavaScript. There
|
||||||
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
|
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
|
||||||
# setting. When disabled, doxygen will generate a PHP script for searching and
|
# setting. When disabled, doxygen will generate a PHP script for searching and
|
||||||
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
|
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
|
||||||
@@ -1592,7 +1728,8 @@ SERVER_BASED_SEARCH = NO
|
|||||||
#
|
#
|
||||||
# Doxygen ships with an example indexer (doxyindexer) and search engine
|
# Doxygen ships with an example indexer (doxyindexer) and search engine
|
||||||
# (doxysearch.cgi) which are based on the open source search engine library
|
# (doxysearch.cgi) which are based on the open source search engine library
|
||||||
# Xapian (see: https://xapian.org/).
|
# Xapian (see:
|
||||||
|
# https://xapian.org/).
|
||||||
#
|
#
|
||||||
# See the section "External Indexing and Searching" for details.
|
# See the section "External Indexing and Searching" for details.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
@@ -1605,8 +1742,9 @@ EXTERNAL_SEARCH = NO
|
|||||||
#
|
#
|
||||||
# Doxygen ships with an example indexer (doxyindexer) and search engine
|
# Doxygen ships with an example indexer (doxyindexer) and search engine
|
||||||
# (doxysearch.cgi) which are based on the open source search engine library
|
# (doxysearch.cgi) which are based on the open source search engine library
|
||||||
# Xapian (see: https://xapian.org/). See the section "External Indexing and
|
# Xapian (see:
|
||||||
# Searching" for details.
|
# https://xapian.org/). See the section "External Indexing and Searching" for
|
||||||
|
# details.
|
||||||
# This tag requires that the tag SEARCHENGINE is set to YES.
|
# This tag requires that the tag SEARCHENGINE is set to YES.
|
||||||
|
|
||||||
SEARCHENGINE_URL =
|
SEARCHENGINE_URL =
|
||||||
@@ -1770,9 +1908,11 @@ LATEX_EXTRA_FILES =
|
|||||||
|
|
||||||
PDF_HYPERLINKS = YES
|
PDF_HYPERLINKS = YES
|
||||||
|
|
||||||
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
|
# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
|
||||||
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
|
# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX
|
||||||
# higher quality PDF documentation.
|
# files. Set this option to YES, to get a higher quality PDF documentation.
|
||||||
|
#
|
||||||
|
# See also section LATEX_CMD_NAME for selecting the engine.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||||
|
|
||||||
@@ -2204,7 +2344,7 @@ HIDE_UNDOC_RELATIONS = YES
|
|||||||
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
|
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
|
||||||
# Bell Labs. The other options in this section have no effect if this option is
|
# Bell Labs. The other options in this section have no effect if this option is
|
||||||
# set to NO
|
# set to NO
|
||||||
# The default value is: NO.
|
# The default value is: YES.
|
||||||
|
|
||||||
HAVE_DOT = YES
|
HAVE_DOT = YES
|
||||||
|
|
||||||
@@ -2283,10 +2423,32 @@ UML_LOOK = NO
|
|||||||
# but if the number exceeds 15, the total amount of fields shown is limited to
|
# but if the number exceeds 15, the total amount of fields shown is limited to
|
||||||
# 10.
|
# 10.
|
||||||
# Minimum value: 0, maximum value: 100, default value: 10.
|
# Minimum value: 0, maximum value: 100, default value: 10.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag UML_LOOK is set to YES.
|
||||||
|
|
||||||
UML_LIMIT_NUM_FIELDS = 10
|
UML_LIMIT_NUM_FIELDS = 10
|
||||||
|
|
||||||
|
# If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
|
||||||
|
# methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS
|
||||||
|
# tag is set to YES, doxygen will add type and arguments for attributes and
|
||||||
|
# methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
|
||||||
|
# will not generate fields with class member information in the UML graphs. The
|
||||||
|
# class diagrams will look similar to the default class diagrams but using UML
|
||||||
|
# notation for the relationships.
|
||||||
|
# Possible values are: NO, YES and NONE.
|
||||||
|
# The default value is: NO.
|
||||||
|
# This tag requires that the tag UML_LOOK is set to YES.
|
||||||
|
|
||||||
|
DOT_UML_DETAILS = NO
|
||||||
|
|
||||||
|
# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
|
||||||
|
# to display on a single line. If the actual line length exceeds this threshold
|
||||||
|
# significantly it will wrapped across multiple lines. Some heuristics are apply
|
||||||
|
# to avoid ugly line breaks.
|
||||||
|
# Minimum value: 0, maximum value: 1000, default value: 17.
|
||||||
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
|
DOT_WRAP_THRESHOLD = 17
|
||||||
|
|
||||||
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
||||||
# collaboration graphs will show the relations between templates and their
|
# collaboration graphs will show the relations between templates and their
|
||||||
# instances.
|
# instances.
|
||||||
@@ -2360,7 +2522,9 @@ DIRECTORY_GRAPH = NO
|
|||||||
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
||||||
# to make the SVG files visible in IE 9+ (other browsers do not have this
|
# to make the SVG files visible in IE 9+ (other browsers do not have this
|
||||||
# requirement).
|
# requirement).
|
||||||
# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|
# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
|
||||||
|
# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
|
||||||
|
# gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
|
||||||
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
|
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
|
||||||
# png:gdiplus:gdiplus.
|
# png:gdiplus:gdiplus.
|
||||||
# The default value is: png.
|
# The default value is: png.
|
||||||
@@ -2476,9 +2640,11 @@ DOT_MULTI_TARGETS = YES
|
|||||||
|
|
||||||
GENERATE_LEGEND = YES
|
GENERATE_LEGEND = YES
|
||||||
|
|
||||||
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
|
||||||
# files that are used to generate the various graphs.
|
# files that are used to generate the various graphs.
|
||||||
|
#
|
||||||
|
# Note: This setting is not only used for dot files but also for msc and
|
||||||
|
# plantuml temporary files.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_CLEANUP = YES
|
DOT_CLEANUP = YES
|
||||||
|
3
MODULE.bazel
Normal file
3
MODULE.bazel
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module(name = "catch2")
|
||||||
|
|
||||||
|
bazel_dep(name = "bazel_skylib", version = "1.5.0")
|
@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "bazel_skylib",
|
name = "bazel_skylib",
|
||||||
sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa",
|
sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94",
|
||||||
urls = [
|
urls = [
|
||||||
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
|
||||||
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
|
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
11
appveyor.yml
11
appveyor.yml
@@ -70,14 +70,3 @@ environment:
|
|||||||
additional_flags: "/permissive- /std:c++latest"
|
additional_flags: "/permissive- /std:c++latest"
|
||||||
platform: x64
|
platform: x64
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
|
|
||||||
- FLAVOR: VS 2017 x64 Debug
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
||||||
platform: x64
|
|
||||||
configuration: Debug
|
|
||||||
|
|
||||||
- FLAVOR: VS 2017 x64 Release Coverage
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
||||||
coverage: 1
|
|
||||||
platform: x64
|
|
||||||
configuration: Debug
|
|
@@ -93,7 +93,7 @@ Fibonacci
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
C:\path\to\Catch2\Benchmark.tests.cpp(10)
|
C:\path\to\Catch2\Benchmark.tests.cpp(10)
|
||||||
...............................................................................
|
...............................................................................
|
||||||
benchmark name samples iterations estimated
|
benchmark name samples iterations est run time
|
||||||
mean low mean high mean
|
mean low mean high mean
|
||||||
std dev low std dev high std dev
|
std dev low std dev high std dev
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
@@ -82,7 +82,7 @@ variable set to "1".
|
|||||||
|
|
||||||
### CodeCoverage module (GCOV, LCOV...)
|
### CodeCoverage module (GCOV, LCOV...)
|
||||||
|
|
||||||
If you are using GCOV tool to get testing coverage of your code, and are not sure how to integrate it with CMake and Catch, there should be an external example over at https://github.com/fkromer/catch_cmake_coverage
|
If you are using GCOV tool to get testing coverage of your code, and are not sure how to integrate it with CMake and Catch, there should be an external example over at https://github.com/claremacrae/catch_cmake_coverage
|
||||||
|
|
||||||
|
|
||||||
### pkg-config
|
### pkg-config
|
||||||
|
@@ -51,7 +51,7 @@ Include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Catch2
|
Catch2
|
||||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||||
GIT_TAG v3.0.1 # or a later release
|
GIT_TAG v3.4.0 # or a later release
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
@@ -203,7 +203,7 @@ the output file name e.g. ".xml".
|
|||||||
|
|
||||||
If specified allows control over when test discovery is performed.
|
If specified allows control over when test discovery is performed.
|
||||||
For a value of `POST_BUILD` (default) test discovery is performed at build time.
|
For a value of `POST_BUILD` (default) test discovery is performed at build time.
|
||||||
For a a value of `PRE_TEST` test discovery is delayed until just prior to test
|
For a value of `PRE_TEST` test discovery is delayed until just prior to test
|
||||||
execution (useful e.g. in cross-compilation environments).
|
execution (useful e.g. in cross-compilation environments).
|
||||||
``DISCOVERY_MODE`` defaults to the value of the
|
``DISCOVERY_MODE`` defaults to the value of the
|
||||||
``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when
|
``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when
|
||||||
|
@@ -85,43 +85,102 @@ Click one of the following links to take you straight to that option - or scroll
|
|||||||
|
|
||||||
<pre><test-spec> ...</pre>
|
<pre><test-spec> ...</pre>
|
||||||
|
|
||||||
Test cases, wildcarded test cases, tags and tag expressions are all passed directly as arguments. Tags are distinguished by being enclosed in square brackets.
|
By providing a test spec, you filter which tests will be run. If you call
|
||||||
|
Catch2 without any test spec, then it will run all non-hidden test
|
||||||
|
cases. A test case is hidden if it has the `[!benchmark]` tag, any tag
|
||||||
|
with a dot at the start, e.g. `[.]` or `[.foo]`.
|
||||||
|
|
||||||
If no test specs are supplied then all test cases, except "hidden" tests, are run.
|
There are three basic test specs that can then be combined into more
|
||||||
A test is hidden by giving it any tag starting with (or just) a period (```.```) - or, in the deprecated case, tagged ```[hide]``` or given name starting with `'./'`. To specify hidden tests from the command line ```[.]``` or ```[hide]``` can be used *regardless of how they were declared*.
|
complex specs:
|
||||||
|
|
||||||
Specs must be enclosed in quotes if they contain spaces. If they do not contain spaces the quotes are optional.
|
* Full test name, e.g. `"Test 1"`.
|
||||||
|
|
||||||
Wildcards consist of the `*` character at the beginning and/or end of test case names and can substitute for any number of any characters (including none).
|
This allows only test cases whose name is "Test 1".
|
||||||
|
|
||||||
Test specs are case insensitive.
|
* Wildcarded test name, e.g. `"*Test"`, or `"Test*"`, or `"*Test*"`.
|
||||||
|
|
||||||
If a spec is prefixed with `exclude:` or the `~` character then the pattern matches an exclusion. This means that tests matching the pattern are excluded from the set - even if a prior inclusion spec included them. Subsequent inclusion specs will take precedence, however.
|
This allows any test case whose name ends with, starts with, or contains
|
||||||
Inclusions and exclusions are evaluated in left-to-right order.
|
in the middle the string "Test". Note that the wildcard can only be at
|
||||||
|
the start or end.
|
||||||
|
|
||||||
Test case examples:
|
* Tag name, e.g. `[some-tag]`.
|
||||||
|
|
||||||
|
This allows any test case tagged with "[some-tag]". Remember that some
|
||||||
|
tags are special, e.g. those that start with "." or with "!".
|
||||||
|
|
||||||
|
|
||||||
|
You can also combine the basic test specs to create more complex test
|
||||||
|
specs. You can:
|
||||||
|
|
||||||
|
* Concatenate specs to apply all of them, e.g. `[some-tag][other-tag]`.
|
||||||
|
|
||||||
|
This allows test cases that are tagged with **both** "[some-tag]" **and**
|
||||||
|
"[other-tag]". A test case with just "[some-tag]" will not pass the filter,
|
||||||
|
nor will test case with just "[other-tag]".
|
||||||
|
|
||||||
|
* Comma-join specs to apply any of them, e.g. `[some-tag],[other-tag]`.
|
||||||
|
|
||||||
|
This allows test cases that are tagged with **either** "[some-tag]" **or**
|
||||||
|
"[other-tag]". A test case with both will obviously also pass the filter.
|
||||||
|
|
||||||
|
Note that commas take precendence over simple concatenation. This means
|
||||||
|
that `[a][b],[c]` accepts tests that are tagged with either both "[a]" and
|
||||||
|
"[b]", or tests that are tagged with just "[c]".
|
||||||
|
|
||||||
|
* Negate the spec by prepending it with `~`, e.g. `~[some-tag]`.
|
||||||
|
|
||||||
|
This rejects any test case that is tagged with "[some-tag]". Note that
|
||||||
|
rejection takes precedence over other filters.
|
||||||
|
|
||||||
|
Note that negations always binds to the following _basic_ test spec.
|
||||||
|
This means that `~[foo][bar]` negates only the "[foo]" tag and not the
|
||||||
|
"[bar]" tag.
|
||||||
|
|
||||||
|
Note that when Catch2 is deciding whether to include a test, first it
|
||||||
|
checks whether the test matches any negative filters. If it does,
|
||||||
|
the test is rejected. After that, the behaviour depends on whether there
|
||||||
|
are positive filters as well. If there are no positive filters, all
|
||||||
|
remaining non-hidden tests are included. If there are positive filters,
|
||||||
|
only tests that match the positive filters are included.
|
||||||
|
|
||||||
|
You can also match test names with special characters by escaping them
|
||||||
|
with a backslash (`"\"`), e.g. a test named `"Do A, then B"` is matched
|
||||||
|
by "Do A\, then B" test spec. Backslash also escapes itself.
|
||||||
|
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
Given these TEST_CASEs,
|
||||||
```
|
```
|
||||||
thisTestOnly Matches the test case called, 'thisTestOnly'
|
TEST_CASE("Test 1") {}
|
||||||
"this test only" Matches the test case called, 'this test only'
|
|
||||||
these* Matches all cases starting with 'these'
|
TEST_CASE("Test 2", "[.foo]") {}
|
||||||
exclude:notThis Matches all tests except, 'notThis'
|
|
||||||
~notThis Matches all tests except, 'notThis'
|
TEST_CASE("Test 3", "[.bar]") {}
|
||||||
~*private* Matches all tests except those that contain 'private'
|
|
||||||
a* ~ab* abc Matches all tests that start with 'a', except those that
|
TEST_CASE("Test 4", "[.][foo][bar]") {}
|
||||||
start with 'ab', except 'abc', which is included
|
|
||||||
~[tag1] Matches all tests except those tagged with '[tag1]'
|
|
||||||
-# [#somefile] Matches all tests from the file 'somefile.cpp'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Names within square brackets are interpreted as tags.
|
this is the result of these filters
|
||||||
A series of tags form an AND expression whereas a comma-separated sequence forms an OR expression. e.g.:
|
```
|
||||||
|
./tests # Selects only the first test, others are hidden
|
||||||
|
./tests "Test 1" # Selects only the first test, other do not match
|
||||||
|
./tests ~"Test 1" # Selects no tests. Test 1 is rejected, other tests are hidden
|
||||||
|
./tests "Test *" # Selects all tests.
|
||||||
|
./tests [bar] # Selects tests 3 and 4. Other tests are not tagged [bar]
|
||||||
|
./tests ~[foo] # Selects test 1, because it is the only non-hidden test without [foo] tag
|
||||||
|
./tests [foo][bar] # Selects test 4.
|
||||||
|
./tests [foo],[bar] # Selects tests 2, 3, 4.
|
||||||
|
./tests ~[foo][bar] # Selects test 3. 2 and 4 are rejected due to having [foo] tag
|
||||||
|
./tests ~"Test 2"[foo] # Selects test 4, because test 2 is explicitly rejected
|
||||||
|
./tests [foo][bar],"Test 1" # Selects tests 1 and 4.
|
||||||
|
./tests "Test 1*" # Selects test 1, wildcard can match zero characters
|
||||||
|
```
|
||||||
|
|
||||||
<pre>[one][two],[three]</pre>
|
_Note: Using plain asterisk on a command line can cause issues with shell
|
||||||
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`
|
expansion. Make sure that the asterisk is passed to Catch2 and is not
|
||||||
|
interpreted by the shell._
|
||||||
|
|
||||||
Test names containing special characters, such as `,` or `[` can specify them on the command line using `\`.
|
|
||||||
`\` also escapes itself.
|
|
||||||
|
|
||||||
<a id="choosing-a-reporter-to-use"></a>
|
<a id="choosing-a-reporter-to-use"></a>
|
||||||
## Choosing a reporter to use
|
## Choosing a reporter to use
|
||||||
|
@@ -26,7 +26,8 @@ with the same name.
|
|||||||
|
|
||||||
## Prefixing Catch macros
|
## Prefixing Catch macros
|
||||||
|
|
||||||
CATCH_CONFIG_PREFIX_ALL
|
CATCH_CONFIG_PREFIX_ALL // Prefix all macros with CATCH_
|
||||||
|
CATCH_CONFIG_PREFIX_MESSAGES // Prefix only INFO, UNSCOPED_INFO, WARN and CAPTURE
|
||||||
|
|
||||||
To keep test code clean and uncluttered Catch uses short macro names (e.g. ```TEST_CASE``` and ```REQUIRE```). Occasionally these may conflict with identifiers from platform headers or the system under test. In this case the above identifier can be defined. This will cause all the Catch user macros to be prefixed with ```CATCH_``` (e.g. ```CATCH_TEST_CASE``` and ```CATCH_REQUIRE```).
|
To keep test code clean and uncluttered Catch uses short macro names (e.g. ```TEST_CASE``` and ```REQUIRE```). Occasionally these may conflict with identifiers from platform headers or the system under test. In this case the above identifier can be defined. This will cause all the Catch user macros to be prefixed with ```CATCH_``` (e.g. ```CATCH_TEST_CASE``` and ```CATCH_REQUIRE```).
|
||||||
|
|
||||||
|
25
docs/faq.md
25
docs/faq.md
@@ -10,6 +10,7 @@
|
|||||||
[Does Catch2 support running tests in parallel?](#does-catch2-support-running-tests-in-parallel)<br>
|
[Does Catch2 support running tests in parallel?](#does-catch2-support-running-tests-in-parallel)<br>
|
||||||
[Can I compile Catch2 into a dynamic library?](#can-i-compile-catch2-into-a-dynamic-library)<br>
|
[Can I compile Catch2 into a dynamic library?](#can-i-compile-catch2-into-a-dynamic-library)<br>
|
||||||
[What repeatability guarantees does Catch2 provide?](#what-repeatability-guarantees-does-catch2-provide)<br>
|
[What repeatability guarantees does Catch2 provide?](#what-repeatability-guarantees-does-catch2-provide)<br>
|
||||||
|
[My build cannot find `catch2/catch_user_config.hpp`, how can I fix it?](#my-build-cannot-find-catch2catch_user_confighpp-how-can-i-fix-it)<br>
|
||||||
|
|
||||||
|
|
||||||
## How do I run global setup/teardown only if tests will be run?
|
## How do I run global setup/teardown only if tests will be run?
|
||||||
@@ -83,12 +84,30 @@ and it is also generally repeatable across versions, but we might break
|
|||||||
it from time to time. E.g. we broke repeatability with previous versions
|
it from time to time. E.g. we broke repeatability with previous versions
|
||||||
in v2.13.4 so that test cases with similar names are shuffled better.
|
in v2.13.4 so that test cases with similar names are shuffled better.
|
||||||
|
|
||||||
Random generators currently rely on platform's stdlib, specifically
|
Since Catch2 3.5.0 the random generators use custom distributions,
|
||||||
the distributions from `<random>`. We thus provide no extra guarantee
|
that should be repeatable across different platforms, with few caveats.
|
||||||
above what your platform does. **Important: `<random>`'s distributions
|
For details see the section on random generators in the [Generator
|
||||||
|
documentation](generators.md#random-number-generators-details).
|
||||||
|
|
||||||
|
Before this version, random generators relied on distributions from
|
||||||
|
platform's stdlib. We thus can provide no extra guarantee on top of the
|
||||||
|
ones given by your platform. **Important: `<random>`'s distributions
|
||||||
are not specified to be repeatable across different platforms.**
|
are not specified to be repeatable across different platforms.**
|
||||||
|
|
||||||
|
|
||||||
|
## My build cannot find `catch2/catch_user_config.hpp`, how can I fix it?
|
||||||
|
|
||||||
|
`catch2/catch_user_config.hpp` is a generated header that contains user
|
||||||
|
compile time configuration. It is generated by CMake/Meson/Bazel during
|
||||||
|
build. If you are not using either of these, your three options are to
|
||||||
|
|
||||||
|
1) Build Catch2 separately using build tool that will generate the header
|
||||||
|
2) Use the amalgamated files to build Catch2
|
||||||
|
3) Use CMake to configure a build. This will generate the header and you
|
||||||
|
can copy it into your own checkout of Catch2.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Home](Readme.md#top)
|
[Home](Readme.md#top)
|
||||||
|
@@ -189,6 +189,31 @@ TEST_CASE("type conversion", "[generators]") {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Random number generators: details
|
||||||
|
|
||||||
|
> This section applies from Catch2 3.5.0. Before that, random generators
|
||||||
|
> were a thin wrapper around distributions from `<random>`.
|
||||||
|
|
||||||
|
All of the `random(a, b)` generators in Catch2 currently generate uniformly
|
||||||
|
distributed number in closed interval \[a; b\]. This is different from
|
||||||
|
`std::uniform_real_distribution`, which should return numbers in interval
|
||||||
|
\[a; b) (but due to rounding can end up returning b anyway), but the
|
||||||
|
difference is intentional, so that `random(a, a)` makes sense. If there is
|
||||||
|
enough interest from users, we can provide API to pick any of CC, CO, OC,
|
||||||
|
or OO ranges.
|
||||||
|
|
||||||
|
Unlike `std::uniform_int_distribution`, Catch2's generators also support
|
||||||
|
various single-byte integral types, such as `char` or `bool`.
|
||||||
|
|
||||||
|
Given the same seed, the output from the integral generators is
|
||||||
|
reproducible across different platforms. For floating point generators,
|
||||||
|
we only promise reproducibility on platforms that obey the IEEE 754
|
||||||
|
standard, and where `float` is 4 bytes and `double` is 8 bytes. We provide
|
||||||
|
no guarantees for `long double`, as the internals of `long double` can
|
||||||
|
vary wildly across different platforms.
|
||||||
|
|
||||||
|
|
||||||
## Generator interface
|
## Generator interface
|
||||||
|
|
||||||
You can also implement your own generators, by deriving from the
|
You can also implement your own generators, by deriving from the
|
||||||
|
@@ -173,13 +173,3 @@ TEST_CASE("b") {
|
|||||||
|
|
||||||
If you are seeing a problem like this, i.e. weird test paths that trigger only under Clang with `libc++`, or only under very specific version of `libstdc++`, it is very likely you are seeing this. The only known workaround is to use a fixed version of your standard library.
|
If you are seeing a problem like this, i.e. weird test paths that trigger only under Clang with `libc++`, or only under very specific version of `libstdc++`, it is very likely you are seeing this. The only known workaround is to use a fixed version of your standard library.
|
||||||
|
|
||||||
|
|
||||||
### libstdc++, `_GLIBCXX_DEBUG` macro and random ordering of tests
|
|
||||||
|
|
||||||
Running a Catch2 binary compiled against libstdc++ with `_GLIBCXX_DEBUG`
|
|
||||||
macro defined with `--order rand` will cause a debug check to trigger and
|
|
||||||
abort the run due to self-assignment.
|
|
||||||
[This is a known bug inside libstdc++](https://stackoverflow.com/questions/22915325/avoiding-self-assignment-in-stdshuffle/23691322)
|
|
||||||
|
|
||||||
Workaround: Don't use `--order rand` when compiling against debug-enabled
|
|
||||||
libstdc++.
|
|
||||||
|
@@ -50,25 +50,43 @@ Both of the string matchers used in the examples above live in the
|
|||||||
`catch_matchers_string.hpp` header, so to compile the code above also
|
`catch_matchers_string.hpp` header, so to compile the code above also
|
||||||
requires `#include <catch2/matchers/catch_matchers_string.hpp>`.
|
requires `#include <catch2/matchers/catch_matchers_string.hpp>`.
|
||||||
|
|
||||||
|
### Combining operators and lifetimes
|
||||||
|
|
||||||
**IMPORTANT**: The combining operators do not take ownership of the
|
**IMPORTANT**: The combining operators do not take ownership of the
|
||||||
matcher objects being combined. This means that if you store combined
|
matcher objects being combined.
|
||||||
matcher object, you have to ensure that the matchers being combined
|
|
||||||
outlive its last use. What this means is that the following code leads
|
|
||||||
to a use-after-free (UAF):
|
|
||||||
|
|
||||||
|
This means that if you store combined matcher object, you have to ensure
|
||||||
|
that the individual matchers being combined outlive the combined matcher.
|
||||||
|
Note that the negation matcher from `!` also counts as combining matcher
|
||||||
|
for this.
|
||||||
|
|
||||||
|
Explained on an example, this is fine
|
||||||
```cpp
|
```cpp
|
||||||
#include <catch2/catch_test_macros.hpp>
|
CHECK_THAT(value, WithinAbs(0, 2e-2) && !WithinULP(0., 1));
|
||||||
#include <catch2/matchers/catch_matchers_string.hpp>
|
|
||||||
|
|
||||||
TEST_CASE("Bugs, bugs, bugs", "[Bug]"){
|
|
||||||
std::string str = "Bugs as a service";
|
|
||||||
|
|
||||||
auto match_expression = Catch::Matchers::EndsWith( "as a service" ) ||
|
|
||||||
(Catch::Matchers::StartsWith( "Big data" ) && !Catch::Matchers::ContainsSubstring( "web scale" ) );
|
|
||||||
REQUIRE_THAT(str, match_expression);
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and so is this
|
||||||
|
```cpp
|
||||||
|
auto is_close_to_zero = WithinAbs(0, 2e-2);
|
||||||
|
auto is_zero = WithinULP(0., 1);
|
||||||
|
|
||||||
|
CHECK_THAT(value, is_close_to_zero && !is_zero);
|
||||||
|
```
|
||||||
|
|
||||||
|
but this is not
|
||||||
|
```cpp
|
||||||
|
auto is_close_to_zero = WithinAbs(0, 2e-2);
|
||||||
|
auto is_zero = WithinULP(0., 1);
|
||||||
|
auto is_close_to_but_not_zero = is_close_to_zero && !is_zero;
|
||||||
|
|
||||||
|
CHECK_THAT(a_value, is_close_to_but_not_zero); // UAF
|
||||||
|
```
|
||||||
|
|
||||||
|
because `!is_zero` creates a temporary instance of Negation matcher,
|
||||||
|
which the `is_close_to_but_not_zero` refers to. After the line ends,
|
||||||
|
the temporary is destroyed and the combined `is_close_to_but_not_zero`
|
||||||
|
matcher now refers to non-existent object, so using it causes use-after-free.
|
||||||
|
|
||||||
|
|
||||||
## Built-in matchers
|
## Built-in matchers
|
||||||
|
|
||||||
@@ -286,7 +304,7 @@ comparable. (e.g. you may compare `std::vector<int>` to `std::array<char>`).
|
|||||||
`UnorderedRangeEquals` is similar to `RangeEquals`, but the order
|
`UnorderedRangeEquals` is similar to `RangeEquals`, but the order
|
||||||
does not matter. For example "1, 2, 3" would match "3, 2, 1", but not
|
does not matter. For example "1, 2, 3" would match "3, 2, 1", but not
|
||||||
"1, 1, 2, 3" As with `RangeEquals`, `UnorderedRangeEquals` compares
|
"1, 1, 2, 3" As with `RangeEquals`, `UnorderedRangeEquals` compares
|
||||||
the individual elements using using `operator==` by default.
|
the individual elements using `operator==` by default.
|
||||||
|
|
||||||
Both `RangeEquals` and `UnorderedRangeEquals` optionally accept a
|
Both `RangeEquals` and `UnorderedRangeEquals` optionally accept a
|
||||||
predicate which can be used to compare the containers element-wise.
|
predicate which can be used to compare the containers element-wise.
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# Release notes
|
# Release notes
|
||||||
**Contents**<br>
|
**Contents**<br>
|
||||||
|
[3.5.0](#350)<br>
|
||||||
|
[3.4.0](#340)<br>
|
||||||
[3.3.2](#332)<br>
|
[3.3.2](#332)<br>
|
||||||
[3.3.1](#331)<br>
|
[3.3.1](#331)<br>
|
||||||
[3.3.0](#330)<br>
|
[3.3.0](#330)<br>
|
||||||
@@ -57,6 +59,41 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 3.5.0
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
* Introduced `CATCH_CONFIG_PREFIX_MESSAGES` to prefix only logging macros (#2544)
|
||||||
|
* This means `INFO`, `UNSCOPED_INFO`, `WARN` and `CAPTURE`.
|
||||||
|
* Section hints in static analysis mode are now `const`
|
||||||
|
* This prevents Clang-Tidy from complaining about `misc-const-correctness`.
|
||||||
|
* `from_range` generator supports C arrays and ranges that require ADL (#2737)
|
||||||
|
* Stringification support for `std::optional` now also includes `std::nullopt` (#2740)
|
||||||
|
* The Console reporter flushes output after writing benchmark runtime estimate.
|
||||||
|
* This means that you can immediately see for how long the benchmark is expected to run.
|
||||||
|
* Added workaround to enable compilation with ICC 19.1 (#2551, #2766)
|
||||||
|
* Compiling Catch2 for XBox should work out of the box (#2772)
|
||||||
|
* Catch2 should automatically disable getenv when compiled for XBox.
|
||||||
|
* Compiling Catch2 with exceptions disabled no longer triggers `Wunused-function` (#2726)
|
||||||
|
* **`random` Generators for integral types are now reproducible across different platforms**
|
||||||
|
* Unlike `<random>`, Catch2's generators also support 1 byte integral types (`char`, `bool`, ...)
|
||||||
|
* **`random` Generators for `float` and `double` are now reproducible across different platforms**
|
||||||
|
* `long double` varies across different platforms too much to be reproducible
|
||||||
|
* This guarantee applies only to platforms with IEEE 754 floats.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* UDL declaration inside Catch2 are now strictly conforming to the standard
|
||||||
|
* `operator "" _a` is UB, `operator ""_a` is fine. Seriously.
|
||||||
|
* Fixed `CAPTURE` tests failing to compile in C++23 mode (#2744)
|
||||||
|
* Fixed missing include in `catch_message.hpp` (#2758)
|
||||||
|
* Fixed `CHECK_ELSE` suppressing failure from uncaught exceptions(#2723)
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
* The documentation for specifying which tests to run through commandline has been completely rewritten (#2738)
|
||||||
|
* Fixed installation when building Catch2 with meson (#2722, #2742)
|
||||||
|
* Fixed `catch_discover_tests` when using custom reporter and `PRE_TEST` discovery mode (#2747)
|
||||||
|
* `catch_discover_tests` supports multi-config CMake generator in `PRE_TEST` discovery mode (#2739, #2746)
|
||||||
|
|
||||||
|
|
||||||
## 3.4.0
|
## 3.4.0
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
@@ -380,7 +417,7 @@ v3 releases.
|
|||||||
* Added `STATIC_CHECK` macro, similar to `STATIC_REQUIRE` (#2318)
|
* Added `STATIC_CHECK` macro, similar to `STATIC_REQUIRE` (#2318)
|
||||||
* When deferred tu runtime, it behaves like `CHECK`, and not like `REQUIRE`.
|
* When deferred tu runtime, it behaves like `CHECK`, and not like `REQUIRE`.
|
||||||
* You can have multiple tests with the same name, as long as other parts of the test identity differ (#1915, #1999, #2175)
|
* You can have multiple tests with the same name, as long as other parts of the test identity differ (#1915, #1999, #2175)
|
||||||
* Test identity includes test's name, test's tags and and test's class name if applicable.
|
* Test identity includes test's name, test's tags and test's class name if applicable.
|
||||||
* Added new warning, `UnmatchedTestSpec`, to error on test specs with no matching tests
|
* Added new warning, `UnmatchedTestSpec`, to error on test specs with no matching tests
|
||||||
* The `-w`, `--warn` warning flags can now be provided multiple times to enable multiple warnings
|
* The `-w`, `--warn` warning flags can now be provided multiple times to enable multiple warnings
|
||||||
* The case-insensitive handling of tags is now more reliable and takes up less memory
|
* The case-insensitive handling of tags is now more reliable and takes up less memory
|
||||||
|
@@ -231,7 +231,7 @@ TEMPLATE_TEST_CASE( "vectors can be sized and resized", "[vector][template]", in
|
|||||||
|
|
||||||
> [Introduced](https://github.com/catchorg/Catch2/issues/1468) in Catch2 2.6.0.
|
> [Introduced](https://github.com/catchorg/Catch2/issues/1468) in Catch2 2.6.0.
|
||||||
|
|
||||||
_template-type1_ through _template-typen_ is list of template template
|
_template-type1_ through _template-typen_ is list of template
|
||||||
types which should be combined with each of _template-arg1_ through
|
types which should be combined with each of _template-arg1_ through
|
||||||
_template-argm_, resulting in _n * m_ test cases. Inside the test case,
|
_template-argm_, resulting in _n * m_ test cases. Inside the test case,
|
||||||
the resulting type is available under the name of `TestType`.
|
the resulting type is available under the name of `TestType`.
|
||||||
|
@@ -75,7 +75,7 @@ CATCH_TRANSLATE_EXCEPTION( MyType const& ex ) {
|
|||||||
|
|
||||||
Enums that already have a `<<` overload for `std::ostream` will convert to strings as expected.
|
Enums that already have a `<<` overload for `std::ostream` will convert to strings as expected.
|
||||||
If you only need to convert enums to strings for test reporting purposes you can provide a `StringMaker` specialisations as any other type.
|
If you only need to convert enums to strings for test reporting purposes you can provide a `StringMaker` specialisations as any other type.
|
||||||
However, as a convenience, Catch provides the `REGISTER_ENUM` helper macro that will generate the `StringMaker` specialiation for you with minimal code.
|
However, as a convenience, Catch provides the `REGISTER_ENUM` helper macro that will generate the `StringMaker` specialisation for you with minimal code.
|
||||||
Simply provide it the (qualified) enum name, followed by all the enum values, and you're done!
|
Simply provide it the (qualified) enum name, followed by all the enum values, and you're done!
|
||||||
|
|
||||||
E.g.
|
E.g.
|
||||||
|
@@ -119,7 +119,7 @@ This is best explained through an example ([code](../examples/100-Fix-Section.cp
|
|||||||
|
|
||||||
```c++
|
```c++
|
||||||
TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
|
TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
|
||||||
|
// This setup will be done 4 times in total, once for each section
|
||||||
std::vector<int> v( 5 );
|
std::vector<int> v( 5 );
|
||||||
|
|
||||||
REQUIRE( v.size() == 5 );
|
REQUIRE( v.size() == 5 );
|
||||||
@@ -152,11 +152,12 @@ TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
For each `SECTION` the `TEST_CASE` is executed from the start. This means
|
For each `SECTION` the `TEST_CASE` is **executed from the start**. This means
|
||||||
that each section is entered with a freshly constructed vector `v`, that
|
that each section is entered with a freshly constructed vector `v`, that
|
||||||
we know has size 5 and capacity at least 5, because the two assertions
|
we know has size 5 and capacity at least 5, because the two assertions
|
||||||
are also checked before the section is entered. Each run through a test
|
are also checked before the section is entered. This behaviour may not be
|
||||||
case will execute one, and only one, leaf section.
|
ideal for tests where setup is expensive. Each run through a test case will
|
||||||
|
execute one, and only one, leaf section.
|
||||||
|
|
||||||
Section can also be nested, in which case the parent section can be
|
Section can also be nested, in which case the parent section can be
|
||||||
entered multiple times, once for each leaf section. Nested sections are
|
entered multiple times, once for each leaf section. Nested sections are
|
||||||
|
@@ -30,7 +30,7 @@ So what does Catch2 bring to the party that differentiates it from these? Apart
|
|||||||
* Output is through modular reporter objects. Basic textual and XML reporters are included. Custom reporters can easily be added.
|
* Output is through modular reporter objects. Basic textual and XML reporters are included. Custom reporters can easily be added.
|
||||||
* JUnit xml output is supported for integration with third-party tools, such as CI servers.
|
* JUnit xml output is supported for integration with third-party tools, such as CI servers.
|
||||||
* A default main() function is provided, but you can supply your own for complete control (e.g. integration into your own test runner GUI).
|
* A default main() function is provided, but you can supply your own for complete control (e.g. integration into your own test runner GUI).
|
||||||
* A command line parser is provided and can still be used if you choose to provided your own main() function.
|
* A command line parser is provided and can still be used if you choose to provide your own main() function.
|
||||||
* Alternative assertion macro(s) report failures but don't abort the test case
|
* Alternative assertion macro(s) report failures but don't abort the test case
|
||||||
* Good set of facilities for floating point comparisons (`Catch::Approx` and full set of matchers)
|
* Good set of facilities for floating point comparisons (`Catch::Approx` and full set of matchers)
|
||||||
* Internal and friendly macros are isolated so name clashes can be managed
|
* Internal and friendly macros are isolated so name clashes can be managed
|
||||||
@@ -41,8 +41,8 @@ So what does Catch2 bring to the party that differentiates it from these? Apart
|
|||||||
|
|
||||||
## Who else is using Catch2?
|
## Who else is using Catch2?
|
||||||
|
|
||||||
A whole lot of people. According to the 2021 JetBrains C++ ecosystem survey,
|
A whole lot of people. According to [the 2022 JetBrains C++ ecosystem survey](https://www.jetbrains.com/lp/devecosystem-2022/cpp/#Which-unit-testing-frameworks-do-you-regularly-use),
|
||||||
about 11% of C++ programmers use Catch2 for unit testing, making it the
|
about 12% of C++ programmers use Catch2 for unit testing, making it the
|
||||||
second most popular unit testing framework.
|
second most popular unit testing framework.
|
||||||
|
|
||||||
You can also take a look at the (incomplete) list of [open source projects](opensource-users.md#top)
|
You can also take a look at the (incomplete) list of [open source projects](opensource-users.md#top)
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 010-TestCase.cpp
|
// 010-TestCase.cpp
|
||||||
// And write tests in the same file:
|
// And write tests in the same file:
|
||||||
#include <catch2/catch_test_macros.hpp>
|
#include <catch2/catch_test_macros.hpp>
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 020-TestCase-1.cpp
|
// 020-TestCase-1.cpp
|
||||||
|
|
||||||
#include <catch2/catch_test_macros.hpp>
|
#include <catch2/catch_test_macros.hpp>
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 020-TestCase-2.cpp
|
// 020-TestCase-2.cpp
|
||||||
|
|
||||||
// main() provided by Catch in file 020-TestCase-1.cpp.
|
// main() provided by Catch in file 020-TestCase-1.cpp.
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 030-Asn-Require-Check.cpp
|
// 030-Asn-Require-Check.cpp
|
||||||
|
|
||||||
// Catch has two natural expression assertion macro's:
|
// Catch has two natural expression assertion macro's:
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 100-Fix-Section.cpp
|
// 100-Fix-Section.cpp
|
||||||
|
|
||||||
// Catch has two ways to express fixtures:
|
// Catch has two ways to express fixtures:
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 110-Fix-ClassFixture.cpp
|
// 110-Fix-ClassFixture.cpp
|
||||||
|
|
||||||
// Catch has two ways to express fixtures:
|
// Catch has two ways to express fixtures:
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 120-Bdd-ScenarioGivenWhenThen.cpp
|
// 120-Bdd-ScenarioGivenWhenThen.cpp
|
||||||
|
|
||||||
// main() provided by linkage with Catch2WithMain
|
// main() provided by linkage with Catch2WithMain
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 210-Evt-EventListeners.cpp
|
// 210-Evt-EventListeners.cpp
|
||||||
|
|
||||||
// Contents:
|
// Contents:
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 231-Cfg-OutputStreams.cpp
|
// 231-Cfg-OutputStreams.cpp
|
||||||
// Show how to replace the streams with a simple custom made streambuf.
|
// Show how to replace the streams with a simple custom made streambuf.
|
||||||
|
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 300-Gen-OwnGenerator.cpp
|
// 300-Gen-OwnGenerator.cpp
|
||||||
// Shows how to define a custom generator.
|
// Shows how to define a custom generator.
|
||||||
|
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 301-Gen-MapTypeConversion.cpp
|
// 301-Gen-MapTypeConversion.cpp
|
||||||
// Shows how to use map to modify generator's return type.
|
// Shows how to use map to modify generator's return type.
|
||||||
|
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 302-Gen-Table.cpp
|
// 302-Gen-Table.cpp
|
||||||
// Shows how to use table to run a test many times with different inputs. Lifted from examples on
|
// Shows how to use table to run a test many times with different inputs. Lifted from examples on
|
||||||
// issue #850.
|
// issue #850.
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 310-Gen-VariablesInGenerator.cpp
|
// 310-Gen-VariablesInGenerator.cpp
|
||||||
// Shows how to use variables when creating generators.
|
// Shows how to use variables when creating generators.
|
||||||
|
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
// 311-Gen-CustomCapture.cpp
|
// 311-Gen-CustomCapture.cpp
|
||||||
// Shows how to provide custom capture list to the generator expression
|
// Shows how to provide custom capture list to the generator expression
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@ set(ALL_EXAMPLE_TARGETS
|
|||||||
)
|
)
|
||||||
|
|
||||||
foreach( name ${ALL_EXAMPLE_TARGETS} )
|
foreach( name ${ALL_EXAMPLE_TARGETS} )
|
||||||
target_link_libraries( ${name} Catch2 Catch2WithMain )
|
target_link_libraries( ${name} Catch2WithMain )
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
||||||
|
@@ -176,8 +176,10 @@ function(catch_discover_tests TARGET)
|
|||||||
string(SUBSTRING ${args_hash} 0 7 args_hash)
|
string(SUBSTRING ${args_hash} 0 7 args_hash)
|
||||||
|
|
||||||
# Define rule to generate test list for aforementioned test executable
|
# Define rule to generate test list for aforementioned test executable
|
||||||
set(ctest_include_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_include-${args_hash}.cmake")
|
set(ctest_file_base "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}-${args_hash}")
|
||||||
set(ctest_tests_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_tests-${args_hash}.cmake")
|
set(ctest_include_file "${ctest_file_base}_include.cmake")
|
||||||
|
set(ctest_tests_file "${ctest_file_base}_tests.cmake")
|
||||||
|
|
||||||
get_property(crosscompiling_emulator
|
get_property(crosscompiling_emulator
|
||||||
TARGET ${TARGET}
|
TARGET ${TARGET}
|
||||||
PROPERTY CROSSCOMPILING_EMULATOR
|
PROPERTY CROSSCOMPILING_EMULATOR
|
||||||
@@ -218,6 +220,14 @@ function(catch_discover_tests TARGET)
|
|||||||
|
|
||||||
elseif(_DISCOVERY_MODE STREQUAL "PRE_TEST")
|
elseif(_DISCOVERY_MODE STREQUAL "PRE_TEST")
|
||||||
|
|
||||||
|
get_property(GENERATOR_IS_MULTI_CONFIG GLOBAL
|
||||||
|
PROPERTY GENERATOR_IS_MULTI_CONFIG
|
||||||
|
)
|
||||||
|
|
||||||
|
if(GENERATOR_IS_MULTI_CONFIG)
|
||||||
|
set(ctest_tests_file "${ctest_file_base}_tests-$<CONFIG>.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
string(CONCAT ctest_include_content
|
string(CONCAT ctest_include_content
|
||||||
"if(EXISTS \"$<TARGET_FILE:${TARGET}>\")" "\n"
|
"if(EXISTS \"$<TARGET_FILE:${TARGET}>\")" "\n"
|
||||||
" if(NOT EXISTS \"${ctest_tests_file}\" OR" "\n"
|
" if(NOT EXISTS \"${ctest_tests_file}\" OR" "\n"
|
||||||
@@ -249,7 +259,22 @@ function(catch_discover_tests TARGET)
|
|||||||
"endif()" "\n"
|
"endif()" "\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
file(GENERATE OUTPUT "${ctest_include_file}" CONTENT "${ctest_include_content}")
|
if(GENERATOR_IS_MULTI_CONFIG)
|
||||||
|
foreach(_config ${CMAKE_CONFIGURATION_TYPES})
|
||||||
|
file(GENERATE OUTPUT "${ctest_file_base}_include-${_config}.cmake" CONTENT "${ctest_include_content}" CONDITION $<CONFIG:${_config}>)
|
||||||
|
endforeach()
|
||||||
|
string(CONCAT ctest_include_multi_content
|
||||||
|
"if(NOT CTEST_CONFIGURATION_TYPE)" "\n"
|
||||||
|
" message(\"No configuration for testing specified, use '-C <cfg>'.\")" "\n"
|
||||||
|
"else()" "\n"
|
||||||
|
" include(\"${ctest_file_base}_include-\${CTEST_CONFIGURATION_TYPE}.cmake\")" "\n"
|
||||||
|
"endif()" "\n"
|
||||||
|
)
|
||||||
|
file(GENERATE OUTPUT "${ctest_include_file}" CONTENT "${ctest_include_multi_content}")
|
||||||
|
else()
|
||||||
|
file(GENERATE OUTPUT "${ctest_file_base}_include.cmake" CONTENT "${ctest_include_content}")
|
||||||
|
file(WRITE "${ctest_include_file}" "include(\"${ctest_file_base}_include.cmake\")")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.10.0")
|
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.10.0")
|
||||||
|
@@ -88,10 +88,10 @@ function(catch_discover_tests_impl)
|
|||||||
# note that the use of --list-reporters is not the important part,
|
# note that the use of --list-reporters is not the important part,
|
||||||
# we only want to check whether the execution succeeds with ${reporter_arg}
|
# we only want to check whether the execution succeeds with ${reporter_arg}
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${TEST_EXECUTOR} "${TEST_EXECUTABLE}" ${spec} ${reporter_arg} --list-reporters
|
COMMAND ${_TEST_EXECUTOR} "${_TEST_EXECUTABLE}" ${spec} ${reporter_arg} --list-reporters
|
||||||
OUTPUT_VARIABLE reporter_check_output
|
OUTPUT_VARIABLE reporter_check_output
|
||||||
RESULT_VARIABLE reporter_check_result
|
RESULT_VARIABLE reporter_check_result
|
||||||
WORKING_DIRECTORY "${TEST_WORKING_DIR}"
|
WORKING_DIRECTORY "${_TEST_WORKING_DIR}"
|
||||||
)
|
)
|
||||||
if(${reporter_check_result} EQUAL 255)
|
if(${reporter_check_result} EQUAL 255)
|
||||||
message(FATAL_ERROR
|
message(FATAL_ERROR
|
||||||
@@ -99,7 +99,7 @@ function(catch_discover_tests_impl)
|
|||||||
)
|
)
|
||||||
elseif(NOT ${reporter_check_result} EQUAL 0)
|
elseif(NOT ${reporter_check_result} EQUAL 0)
|
||||||
message(FATAL_ERROR
|
message(FATAL_ERROR
|
||||||
"Error running test executable '${TEST_EXECUTABLE}':\n"
|
"Error running test executable '${_TEST_EXECUTABLE}':\n"
|
||||||
" Result: ${reporter_check_result}\n"
|
" Result: ${reporter_check_result}\n"
|
||||||
" Output: ${reporter_check_output}\n"
|
" Output: ${reporter_check_output}\n"
|
||||||
)
|
)
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
#include "NullOStream.h"
|
#include "NullOStream.h"
|
||||||
|
|
||||||
void NullOStream::avoidOutOfLineVirtualCompilerWarning()
|
void NullOStream::avoidOutOfLineVirtualCompilerWarning()
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
//License: Boost 1.0
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
//By Paul Dreik 2020
|
//By Paul Dreik 2020
|
||||||
|
|
||||||
#include <catch2/internal/catch_test_spec_parser.hpp>
|
#include <catch2/internal/catch_test_spec_parser.hpp>
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
//License: Boost 1.0
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
//By Paul Dreik 2020
|
//By Paul Dreik 2020
|
||||||
|
|
||||||
#include <catch2/internal/catch_xmlwriter.hpp>
|
#include <catch2/internal/catch_xmlwriter.hpp>
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
//License: Boost 1.0
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
//By Paul Dreik 2020
|
//By Paul Dreik 2020
|
||||||
|
|
||||||
#include <catch2/internal/catch_textflow.hpp>
|
#include <catch2/internal/catch_textflow.hpp>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
project(
|
project(
|
||||||
'catch2',
|
'catch2',
|
||||||
'cpp',
|
'cpp',
|
||||||
version: '3.4.0', # CML version placeholder, don't delete
|
version: '3.5.0', # CML version placeholder, don't delete
|
||||||
license: 'BSL-1.0',
|
license: 'BSL-1.0',
|
||||||
meson_version: '>=0.54.1',
|
meson_version: '>=0.54.1',
|
||||||
)
|
)
|
||||||
|
@@ -33,6 +33,7 @@ set(BENCHMARK_HEADERS
|
|||||||
)
|
)
|
||||||
set(BENCHMARK_SOURCES
|
set(BENCHMARK_SOURCES
|
||||||
${SOURCES_DIR}/benchmark/catch_chronometer.cpp
|
${SOURCES_DIR}/benchmark/catch_chronometer.cpp
|
||||||
|
${SOURCES_DIR}/benchmark/detail/catch_analyse.cpp
|
||||||
${SOURCES_DIR}/benchmark/detail/catch_benchmark_function.cpp
|
${SOURCES_DIR}/benchmark/detail/catch_benchmark_function.cpp
|
||||||
${SOURCES_DIR}/benchmark/detail/catch_run_for_at_least.cpp
|
${SOURCES_DIR}/benchmark/detail/catch_run_for_at_least.cpp
|
||||||
${SOURCES_DIR}/benchmark/detail/catch_stats.cpp
|
${SOURCES_DIR}/benchmark/detail/catch_stats.cpp
|
||||||
@@ -92,6 +93,7 @@ set(IMPL_HEADERS
|
|||||||
${SOURCES_DIR}/internal/catch_getenv.hpp
|
${SOURCES_DIR}/internal/catch_getenv.hpp
|
||||||
${SOURCES_DIR}/internal/catch_istream.hpp
|
${SOURCES_DIR}/internal/catch_istream.hpp
|
||||||
${SOURCES_DIR}/internal/catch_is_permutation.hpp
|
${SOURCES_DIR}/internal/catch_is_permutation.hpp
|
||||||
|
${SOURCES_DIR}/internal/catch_jsonwriter.hpp
|
||||||
${SOURCES_DIR}/internal/catch_lazy_expr.hpp
|
${SOURCES_DIR}/internal/catch_lazy_expr.hpp
|
||||||
${SOURCES_DIR}/internal/catch_leak_detector.hpp
|
${SOURCES_DIR}/internal/catch_leak_detector.hpp
|
||||||
${SOURCES_DIR}/internal/catch_list.hpp
|
${SOURCES_DIR}/internal/catch_list.hpp
|
||||||
@@ -107,6 +109,8 @@ set(IMPL_HEADERS
|
|||||||
${SOURCES_DIR}/internal/catch_polyfills.hpp
|
${SOURCES_DIR}/internal/catch_polyfills.hpp
|
||||||
${SOURCES_DIR}/internal/catch_preprocessor.hpp
|
${SOURCES_DIR}/internal/catch_preprocessor.hpp
|
||||||
${SOURCES_DIR}/internal/catch_preprocessor_remove_parens.hpp
|
${SOURCES_DIR}/internal/catch_preprocessor_remove_parens.hpp
|
||||||
|
${SOURCES_DIR}/internal/catch_random_floating_point_helpers.hpp
|
||||||
|
${SOURCES_DIR}/internal/catch_random_integer_helpers.hpp
|
||||||
${SOURCES_DIR}/internal/catch_random_number_generator.hpp
|
${SOURCES_DIR}/internal/catch_random_number_generator.hpp
|
||||||
${SOURCES_DIR}/internal/catch_random_seed_generation.hpp
|
${SOURCES_DIR}/internal/catch_random_seed_generation.hpp
|
||||||
${SOURCES_DIR}/internal/catch_reporter_registry.hpp
|
${SOURCES_DIR}/internal/catch_reporter_registry.hpp
|
||||||
@@ -136,6 +140,8 @@ set(IMPL_HEADERS
|
|||||||
${SOURCES_DIR}/internal/catch_textflow.hpp
|
${SOURCES_DIR}/internal/catch_textflow.hpp
|
||||||
${SOURCES_DIR}/internal/catch_to_string.hpp
|
${SOURCES_DIR}/internal/catch_to_string.hpp
|
||||||
${SOURCES_DIR}/internal/catch_uncaught_exceptions.hpp
|
${SOURCES_DIR}/internal/catch_uncaught_exceptions.hpp
|
||||||
|
${SOURCES_DIR}/internal/catch_uniform_floating_point_distribution.hpp
|
||||||
|
${SOURCES_DIR}/internal/catch_uniform_integer_distribution.hpp
|
||||||
${SOURCES_DIR}/internal/catch_unique_name.hpp
|
${SOURCES_DIR}/internal/catch_unique_name.hpp
|
||||||
${SOURCES_DIR}/internal/catch_unique_ptr.hpp
|
${SOURCES_DIR}/internal/catch_unique_ptr.hpp
|
||||||
${SOURCES_DIR}/internal/catch_void_type.hpp
|
${SOURCES_DIR}/internal/catch_void_type.hpp
|
||||||
@@ -176,6 +182,7 @@ set(IMPL_SOURCES
|
|||||||
${SOURCES_DIR}/internal/catch_floating_point_helpers.cpp
|
${SOURCES_DIR}/internal/catch_floating_point_helpers.cpp
|
||||||
${SOURCES_DIR}/internal/catch_getenv.cpp
|
${SOURCES_DIR}/internal/catch_getenv.cpp
|
||||||
${SOURCES_DIR}/internal/catch_istream.cpp
|
${SOURCES_DIR}/internal/catch_istream.cpp
|
||||||
|
${SOURCES_DIR}/internal/catch_jsonwriter.cpp
|
||||||
${SOURCES_DIR}/internal/catch_lazy_expr.cpp
|
${SOURCES_DIR}/internal/catch_lazy_expr.cpp
|
||||||
${SOURCES_DIR}/internal/catch_leak_detector.cpp
|
${SOURCES_DIR}/internal/catch_leak_detector.cpp
|
||||||
${SOURCES_DIR}/internal/catch_list.cpp
|
${SOURCES_DIR}/internal/catch_list.cpp
|
||||||
@@ -288,6 +295,7 @@ set(REPORTER_HEADERS
|
|||||||
${SOURCES_DIR}/reporters/catch_reporter_cumulative_base.hpp
|
${SOURCES_DIR}/reporters/catch_reporter_cumulative_base.hpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_event_listener.hpp
|
${SOURCES_DIR}/reporters/catch_reporter_event_listener.hpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_helpers.hpp
|
${SOURCES_DIR}/reporters/catch_reporter_helpers.hpp
|
||||||
|
${SOURCES_DIR}/reporters/catch_reporter_json.hpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_junit.hpp
|
${SOURCES_DIR}/reporters/catch_reporter_junit.hpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_multi.hpp
|
${SOURCES_DIR}/reporters/catch_reporter_multi.hpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_registrars.hpp
|
${SOURCES_DIR}/reporters/catch_reporter_registrars.hpp
|
||||||
@@ -306,6 +314,7 @@ set(REPORTER_SOURCES
|
|||||||
${SOURCES_DIR}/reporters/catch_reporter_cumulative_base.cpp
|
${SOURCES_DIR}/reporters/catch_reporter_cumulative_base.cpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_event_listener.cpp
|
${SOURCES_DIR}/reporters/catch_reporter_event_listener.cpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_helpers.cpp
|
${SOURCES_DIR}/reporters/catch_reporter_helpers.cpp
|
||||||
|
${SOURCES_DIR}/reporters/catch_reporter_json.cpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_junit.cpp
|
${SOURCES_DIR}/reporters/catch_reporter_junit.cpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_multi.cpp
|
${SOURCES_DIR}/reporters/catch_reporter_multi.cpp
|
||||||
${SOURCES_DIR}/reporters/catch_reporter_registrars.cpp
|
${SOURCES_DIR}/reporters/catch_reporter_registrars.cpp
|
||||||
@@ -339,7 +348,9 @@ source_group("generated headers"
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(Catch2 ${ALL_FILES})
|
add_library(Catch2 ${ALL_FILES})
|
||||||
|
if (CATCH_ENABLE_REPRODUCIBLE_BUILD)
|
||||||
add_build_reproducibility_settings(Catch2)
|
add_build_reproducibility_settings(Catch2)
|
||||||
|
endif()
|
||||||
add_library(Catch2::Catch2 ALIAS Catch2)
|
add_library(Catch2::Catch2 ALIAS Catch2)
|
||||||
|
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
@@ -392,7 +403,9 @@ target_include_directories(Catch2
|
|||||||
add_library(Catch2WithMain
|
add_library(Catch2WithMain
|
||||||
${SOURCES_DIR}/internal/catch_main.cpp
|
${SOURCES_DIR}/internal/catch_main.cpp
|
||||||
)
|
)
|
||||||
|
if (CATCH_ENABLE_REPRODUCIBLE_BUILD)
|
||||||
add_build_reproducibility_settings(Catch2WithMain)
|
add_build_reproducibility_settings(Catch2WithMain)
|
||||||
|
endif()
|
||||||
add_library(Catch2::Catch2WithMain ALIAS Catch2WithMain)
|
add_library(Catch2::Catch2WithMain ALIAS Catch2WithMain)
|
||||||
target_link_libraries(Catch2WithMain PUBLIC Catch2)
|
target_link_libraries(Catch2WithMain PUBLIC Catch2)
|
||||||
set_target_properties(Catch2WithMain
|
set_target_properties(Catch2WithMain
|
||||||
|
@@ -31,9 +31,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <functional>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
@@ -47,16 +45,18 @@ namespace Catch {
|
|||||||
: fun(CATCH_MOVE(func)), name(CATCH_MOVE(benchmarkName)) {}
|
: fun(CATCH_MOVE(func)), name(CATCH_MOVE(benchmarkName)) {}
|
||||||
|
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
ExecutionPlan<FloatDuration<Clock>> prepare(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const {
|
ExecutionPlan prepare(const IConfig &cfg, Environment env) const {
|
||||||
auto min_time = env.clock_resolution.mean * Detail::minimum_ticks;
|
auto min_time = env.clock_resolution.mean * Detail::minimum_ticks;
|
||||||
auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime()));
|
auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime()));
|
||||||
auto&& test = Detail::run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(run_time), 1, fun);
|
auto&& test = Detail::run_for_at_least<Clock>(std::chrono::duration_cast<IDuration>(run_time), 1, fun);
|
||||||
int new_iters = static_cast<int>(std::ceil(min_time * test.iterations / test.elapsed));
|
int new_iters = static_cast<int>(std::ceil(min_time * test.iterations / test.elapsed));
|
||||||
return { new_iters, test.elapsed / test.iterations * new_iters * cfg.benchmarkSamples(), fun, std::chrono::duration_cast<FloatDuration<Clock>>(cfg.benchmarkWarmupTime()), Detail::warmup_iterations };
|
return { new_iters, test.elapsed / test.iterations * new_iters * cfg.benchmarkSamples(), fun, std::chrono::duration_cast<FDuration>(cfg.benchmarkWarmupTime()), Detail::warmup_iterations };
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename Clock = default_clock>
|
template <typename Clock = default_clock>
|
||||||
void run() {
|
void run() {
|
||||||
|
static_assert( Clock::is_steady,
|
||||||
|
"Benchmarking clock should be steady" );
|
||||||
auto const* cfg = getCurrentContext().getConfig();
|
auto const* cfg = getCurrentContext().getConfig();
|
||||||
|
|
||||||
auto env = Detail::measure_environment<Clock>();
|
auto env = Detail::measure_environment<Clock>();
|
||||||
@@ -83,8 +83,8 @@ namespace Catch {
|
|||||||
return plan.template run<Clock>(*cfg, env);
|
return plan.template run<Clock>(*cfg, env);
|
||||||
});
|
});
|
||||||
|
|
||||||
auto analysis = Detail::analyse(*cfg, env, samples.begin(), samples.end());
|
auto analysis = Detail::analyse(*cfg, samples.data(), samples.data() + samples.size());
|
||||||
BenchmarkStats<FloatDuration<Clock>> stats{ CATCH_MOVE(info), CATCH_MOVE(analysis.samples), analysis.mean, analysis.standard_deviation, analysis.outliers, analysis.outlier_variance };
|
BenchmarkStats<> stats{ CATCH_MOVE(info), CATCH_MOVE(analysis.samples), analysis.mean, analysis.standard_deviation, analysis.outliers, analysis.outlier_variance };
|
||||||
getResultCapture().benchmarkEnded(stats);
|
getResultCapture().benchmarkEnded(stats);
|
||||||
} CATCH_CATCH_ANON (TestFailureException const&) {
|
} CATCH_CATCH_ANON (TestFailureException const&) {
|
||||||
getResultCapture().benchmarkFailed("Benchmark failed due to failed assertion"_sr);
|
getResultCapture().benchmarkFailed("Benchmark failed due to failed assertion"_sr);
|
||||||
|
@@ -32,7 +32,10 @@ namespace Catch {
|
|||||||
void start() override { started = Clock::now(); }
|
void start() override { started = Clock::now(); }
|
||||||
void finish() override { finished = Clock::now(); }
|
void finish() override { finished = Clock::now(); }
|
||||||
|
|
||||||
ClockDuration<Clock> elapsed() const { return finished - started; }
|
IDuration elapsed() const {
|
||||||
|
return std::chrono::duration_cast<std::chrono::nanoseconds>(
|
||||||
|
finished - started );
|
||||||
|
}
|
||||||
|
|
||||||
TimePoint<Clock> started;
|
TimePoint<Clock> started;
|
||||||
TimePoint<Clock> finished;
|
TimePoint<Clock> finished;
|
||||||
|
@@ -11,28 +11,16 @@
|
|||||||
#define CATCH_CLOCK_HPP_INCLUDED
|
#define CATCH_CLOCK_HPP_INCLUDED
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <ratio>
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
template <typename Clock>
|
using IDuration = std::chrono::nanoseconds;
|
||||||
using ClockDuration = typename Clock::duration;
|
using FDuration = std::chrono::duration<double, std::nano>;
|
||||||
template <typename Clock>
|
|
||||||
using FloatDuration = std::chrono::duration<double, typename Clock::period>;
|
|
||||||
|
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
using TimePoint = typename Clock::time_point;
|
using TimePoint = typename Clock::time_point;
|
||||||
|
|
||||||
using default_clock = std::chrono::steady_clock;
|
using default_clock = std::chrono::steady_clock;
|
||||||
|
|
||||||
template <typename Clock>
|
|
||||||
struct now {
|
|
||||||
TimePoint<Clock> operator()() const {
|
|
||||||
return Clock::now();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
using fp_seconds = std::chrono::duration<double, std::ratio<1>>;
|
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
|
||||||
|
@@ -15,21 +15,13 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
template <typename Duration>
|
|
||||||
struct EnvironmentEstimate {
|
struct EnvironmentEstimate {
|
||||||
Duration mean;
|
FDuration mean;
|
||||||
OutlierClassification outliers;
|
OutlierClassification outliers;
|
||||||
|
|
||||||
template <typename Duration2>
|
|
||||||
operator EnvironmentEstimate<Duration2>() const {
|
|
||||||
return { mean, outliers };
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
template <typename Clock>
|
|
||||||
struct Environment {
|
struct Environment {
|
||||||
using clock_type = Clock;
|
EnvironmentEstimate clock_resolution;
|
||||||
EnvironmentEstimate<FloatDuration<Clock>> clock_resolution;
|
EnvironmentEstimate clock_cost;
|
||||||
EnvironmentEstimate<FloatDuration<Clock>> clock_cost;
|
|
||||||
};
|
};
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
@@ -12,17 +12,12 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
template <typename Duration>
|
template <typename Type>
|
||||||
struct Estimate {
|
struct Estimate {
|
||||||
Duration point;
|
Type point;
|
||||||
Duration lower_bound;
|
Type lower_bound;
|
||||||
Duration upper_bound;
|
Type upper_bound;
|
||||||
double confidence_interval;
|
double confidence_interval;
|
||||||
|
|
||||||
template <typename Duration2>
|
|
||||||
operator Estimate<Duration2>() const {
|
|
||||||
return { point, lower_bound, upper_bound, confidence_interval };
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
@@ -21,33 +21,31 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
template <typename Duration>
|
|
||||||
struct ExecutionPlan {
|
struct ExecutionPlan {
|
||||||
int iterations_per_sample;
|
int iterations_per_sample;
|
||||||
Duration estimated_duration;
|
FDuration estimated_duration;
|
||||||
Detail::BenchmarkFunction benchmark;
|
Detail::BenchmarkFunction benchmark;
|
||||||
Duration warmup_time;
|
FDuration warmup_time;
|
||||||
int warmup_iterations;
|
int warmup_iterations;
|
||||||
|
|
||||||
template <typename Duration2>
|
|
||||||
operator ExecutionPlan<Duration2>() const {
|
|
||||||
return { iterations_per_sample, estimated_duration, benchmark, warmup_time, warmup_iterations };
|
|
||||||
}
|
|
||||||
|
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
std::vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const {
|
std::vector<FDuration> run(const IConfig &cfg, Environment env) const {
|
||||||
// warmup a bit
|
// warmup a bit
|
||||||
Detail::run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(warmup_time), warmup_iterations, Detail::repeat(now<Clock>{}));
|
Detail::run_for_at_least<Clock>(
|
||||||
|
std::chrono::duration_cast<IDuration>( warmup_time ),
|
||||||
|
warmup_iterations,
|
||||||
|
Detail::repeat( []() { return Clock::now(); } )
|
||||||
|
);
|
||||||
|
|
||||||
std::vector<FloatDuration<Clock>> times;
|
std::vector<FDuration> times;
|
||||||
const auto num_samples = cfg.benchmarkSamples();
|
const auto num_samples = cfg.benchmarkSamples();
|
||||||
times.reserve( num_samples );
|
times.reserve( num_samples );
|
||||||
for ( size_t i = 0; i < num_samples; ++i ) {
|
for ( size_t i = 0; i < num_samples; ++i ) {
|
||||||
Detail::ChronometerModel<Clock> model;
|
Detail::ChronometerModel<Clock> model;
|
||||||
this->benchmark( Chronometer( model, iterations_per_sample ) );
|
this->benchmark( Chronometer( model, iterations_per_sample ) );
|
||||||
auto sample_time = model.elapsed() - env.clock_cost.mean;
|
auto sample_time = model.elapsed() - env.clock_cost.mean;
|
||||||
if ( sample_time < FloatDuration<Clock>::zero() ) {
|
if ( sample_time < FDuration::zero() ) {
|
||||||
sample_time = FloatDuration<Clock>::zero();
|
sample_time = FDuration::zero();
|
||||||
}
|
}
|
||||||
times.push_back(sample_time / iterations_per_sample);
|
times.push_back(sample_time / iterations_per_sample);
|
||||||
}
|
}
|
||||||
|
@@ -70,7 +70,7 @@ namespace Catch {
|
|||||||
|
|
||||||
template <typename Fn, typename... Args>
|
template <typename Fn, typename... Args>
|
||||||
inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t<std::is_same<void, decltype(fn(args...))>::value> {
|
inline auto invoke_deoptimized(Fn&& fn, Args&&... args) -> std::enable_if_t<std::is_same<void, decltype(fn(args...))>::value> {
|
||||||
CATCH_FORWARD(fn) (CATCH_FORWARD(args)...);
|
CATCH_FORWARD((fn)) (CATCH_FORWARD(args)...);
|
||||||
}
|
}
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
@@ -12,35 +12,18 @@
|
|||||||
|
|
||||||
#include <catch2/benchmark/catch_estimate.hpp>
|
#include <catch2/benchmark/catch_estimate.hpp>
|
||||||
#include <catch2/benchmark/catch_outlier_classification.hpp>
|
#include <catch2/benchmark/catch_outlier_classification.hpp>
|
||||||
#include <catch2/internal/catch_move_and_forward.hpp>
|
#include <catch2/benchmark/catch_clock.hpp>
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
template <typename Duration>
|
|
||||||
struct SampleAnalysis {
|
struct SampleAnalysis {
|
||||||
std::vector<Duration> samples;
|
std::vector<FDuration> samples;
|
||||||
Estimate<Duration> mean;
|
Estimate<FDuration> mean;
|
||||||
Estimate<Duration> standard_deviation;
|
Estimate<FDuration> standard_deviation;
|
||||||
OutlierClassification outliers;
|
OutlierClassification outliers;
|
||||||
double outlier_variance;
|
double outlier_variance;
|
||||||
|
|
||||||
template <typename Duration2>
|
|
||||||
operator SampleAnalysis<Duration2>() const {
|
|
||||||
std::vector<Duration2> samples2;
|
|
||||||
samples2.reserve(samples.size());
|
|
||||||
for (auto const& d : samples) {
|
|
||||||
samples2.push_back(Duration2(d));
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
CATCH_MOVE(samples2),
|
|
||||||
mean,
|
|
||||||
standard_deviation,
|
|
||||||
outliers,
|
|
||||||
outlier_variance,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
85
src/catch2/benchmark/detail/catch_analyse.cpp
Normal file
85
src/catch2/benchmark/detail/catch_analyse.cpp
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
// Adapted from donated nonius code.
|
||||||
|
|
||||||
|
#include <catch2/benchmark/detail/catch_analyse.hpp>
|
||||||
|
#include <catch2/benchmark/catch_clock.hpp>
|
||||||
|
#include <catch2/benchmark/catch_sample_analysis.hpp>
|
||||||
|
#include <catch2/benchmark/detail/catch_stats.hpp>
|
||||||
|
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
||||||
|
#include <catch2/internal/catch_move_and_forward.hpp>
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
namespace Catch {
|
||||||
|
namespace Benchmark {
|
||||||
|
namespace Detail {
|
||||||
|
SampleAnalysis analyse(const IConfig &cfg, FDuration* first, FDuration* last) {
|
||||||
|
if (!cfg.benchmarkNoAnalysis()) {
|
||||||
|
std::vector<double> samples;
|
||||||
|
samples.reserve(static_cast<size_t>(last - first));
|
||||||
|
for (auto current = first; current != last; ++current) {
|
||||||
|
samples.push_back( current->count() );
|
||||||
|
}
|
||||||
|
|
||||||
|
auto analysis = Catch::Benchmark::Detail::analyse_samples(
|
||||||
|
cfg.benchmarkConfidenceInterval(),
|
||||||
|
cfg.benchmarkResamples(),
|
||||||
|
samples.data(),
|
||||||
|
samples.data() + samples.size() );
|
||||||
|
auto outliers = Catch::Benchmark::Detail::classify_outliers(
|
||||||
|
samples.data(), samples.data() + samples.size() );
|
||||||
|
|
||||||
|
auto wrap_estimate = [](Estimate<double> e) {
|
||||||
|
return Estimate<FDuration> {
|
||||||
|
FDuration(e.point),
|
||||||
|
FDuration(e.lower_bound),
|
||||||
|
FDuration(e.upper_bound),
|
||||||
|
e.confidence_interval,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
std::vector<FDuration> samples2;
|
||||||
|
samples2.reserve(samples.size());
|
||||||
|
for (auto s : samples) {
|
||||||
|
samples2.push_back( FDuration( s ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
CATCH_MOVE(samples2),
|
||||||
|
wrap_estimate(analysis.mean),
|
||||||
|
wrap_estimate(analysis.standard_deviation),
|
||||||
|
outliers,
|
||||||
|
analysis.outlier_variance,
|
||||||
|
};
|
||||||
|
} else {
|
||||||
|
std::vector<FDuration> samples;
|
||||||
|
samples.reserve(static_cast<size_t>(last - first));
|
||||||
|
|
||||||
|
FDuration mean = FDuration(0);
|
||||||
|
int i = 0;
|
||||||
|
for (auto it = first; it < last; ++it, ++i) {
|
||||||
|
samples.push_back(FDuration(*it));
|
||||||
|
mean += FDuration(*it);
|
||||||
|
}
|
||||||
|
mean /= i;
|
||||||
|
|
||||||
|
return SampleAnalysis{
|
||||||
|
CATCH_MOVE(samples),
|
||||||
|
Estimate<FDuration>{ mean, mean, mean, 0.0 },
|
||||||
|
Estimate<FDuration>{ FDuration( 0 ),
|
||||||
|
FDuration( 0 ),
|
||||||
|
FDuration( 0 ),
|
||||||
|
0.0 },
|
||||||
|
OutlierClassification{},
|
||||||
|
0.0
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} // namespace Detail
|
||||||
|
} // namespace Benchmark
|
||||||
|
} // namespace Catch
|
@@ -10,71 +10,16 @@
|
|||||||
#ifndef CATCH_ANALYSE_HPP_INCLUDED
|
#ifndef CATCH_ANALYSE_HPP_INCLUDED
|
||||||
#define CATCH_ANALYSE_HPP_INCLUDED
|
#define CATCH_ANALYSE_HPP_INCLUDED
|
||||||
|
|
||||||
#include <catch2/benchmark/catch_environment.hpp>
|
#include <catch2/benchmark/catch_clock.hpp>
|
||||||
#include <catch2/benchmark/catch_sample_analysis.hpp>
|
#include <catch2/benchmark/catch_sample_analysis.hpp>
|
||||||
#include <catch2/benchmark/detail/catch_stats.hpp>
|
|
||||||
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
|
||||||
#include <catch2/internal/catch_move_and_forward.hpp>
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
class IConfig;
|
||||||
|
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
namespace Detail {
|
namespace Detail {
|
||||||
template <typename Duration, typename Iterator>
|
SampleAnalysis analyse(const IConfig &cfg, FDuration* first, FDuration* last);
|
||||||
SampleAnalysis<Duration> analyse(const IConfig &cfg, Environment<Duration>, Iterator first, Iterator last) {
|
|
||||||
if (!cfg.benchmarkNoAnalysis()) {
|
|
||||||
std::vector<double> samples;
|
|
||||||
samples.reserve(static_cast<size_t>(last - first));
|
|
||||||
for (auto current = first; current != last; ++current) {
|
|
||||||
samples.push_back( current->count() );
|
|
||||||
}
|
|
||||||
|
|
||||||
auto analysis = Catch::Benchmark::Detail::analyse_samples(cfg.benchmarkConfidenceInterval(), cfg.benchmarkResamples(), samples.begin(), samples.end());
|
|
||||||
auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end());
|
|
||||||
|
|
||||||
auto wrap_estimate = [](Estimate<double> e) {
|
|
||||||
return Estimate<Duration> {
|
|
||||||
Duration(e.point),
|
|
||||||
Duration(e.lower_bound),
|
|
||||||
Duration(e.upper_bound),
|
|
||||||
e.confidence_interval,
|
|
||||||
};
|
|
||||||
};
|
|
||||||
std::vector<Duration> samples2;
|
|
||||||
samples2.reserve(samples.size());
|
|
||||||
for (auto s : samples) {
|
|
||||||
samples2.push_back( Duration( s ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
|
||||||
CATCH_MOVE(samples2),
|
|
||||||
wrap_estimate(analysis.mean),
|
|
||||||
wrap_estimate(analysis.standard_deviation),
|
|
||||||
outliers,
|
|
||||||
analysis.outlier_variance,
|
|
||||||
};
|
|
||||||
} else {
|
|
||||||
std::vector<Duration> samples;
|
|
||||||
samples.reserve(static_cast<size_t>(last - first));
|
|
||||||
|
|
||||||
Duration mean = Duration(0);
|
|
||||||
int i = 0;
|
|
||||||
for (auto it = first; it < last; ++it, ++i) {
|
|
||||||
samples.push_back(Duration(*it));
|
|
||||||
mean += Duration(*it);
|
|
||||||
}
|
|
||||||
mean /= i;
|
|
||||||
|
|
||||||
return {
|
|
||||||
CATCH_MOVE(samples),
|
|
||||||
Estimate<Duration>{mean, mean, mean, 0.0},
|
|
||||||
Estimate<Duration>{Duration(0), Duration(0), Duration(0), 0.0},
|
|
||||||
OutlierClassification{},
|
|
||||||
0.0
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} // namespace Detail
|
} // namespace Detail
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
@@ -8,7 +8,6 @@
|
|||||||
#ifndef CATCH_BENCHMARK_STATS_HPP_INCLUDED
|
#ifndef CATCH_BENCHMARK_STATS_HPP_INCLUDED
|
||||||
#define CATCH_BENCHMARK_STATS_HPP_INCLUDED
|
#define CATCH_BENCHMARK_STATS_HPP_INCLUDED
|
||||||
|
|
||||||
#include <catch2/internal/catch_move_and_forward.hpp>
|
|
||||||
#include <catch2/benchmark/catch_estimate.hpp>
|
#include <catch2/benchmark/catch_estimate.hpp>
|
||||||
#include <catch2/benchmark/catch_outlier_classification.hpp>
|
#include <catch2/benchmark/catch_outlier_classification.hpp>
|
||||||
// The fwd decl & default specialization needs to be seen by VS2017 before
|
// The fwd decl & default specialization needs to be seen by VS2017 before
|
||||||
@@ -30,32 +29,17 @@ namespace Catch {
|
|||||||
double clockCost;
|
double clockCost;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class Duration>
|
// We need to keep template parameter for backwards compatibility,
|
||||||
|
// but we also do not want to use the template paraneter.
|
||||||
|
template <class Dummy>
|
||||||
struct BenchmarkStats {
|
struct BenchmarkStats {
|
||||||
BenchmarkInfo info;
|
BenchmarkInfo info;
|
||||||
|
|
||||||
std::vector<Duration> samples;
|
std::vector<Benchmark::FDuration> samples;
|
||||||
Benchmark::Estimate<Duration> mean;
|
Benchmark::Estimate<Benchmark::FDuration> mean;
|
||||||
Benchmark::Estimate<Duration> standardDeviation;
|
Benchmark::Estimate<Benchmark::FDuration> standardDeviation;
|
||||||
Benchmark::OutlierClassification outliers;
|
Benchmark::OutlierClassification outliers;
|
||||||
double outlierVariance;
|
double outlierVariance;
|
||||||
|
|
||||||
template <typename Duration2>
|
|
||||||
operator BenchmarkStats<Duration2>() const {
|
|
||||||
std::vector<Duration2> samples2;
|
|
||||||
samples2.reserve(samples.size());
|
|
||||||
for (auto const& sample : samples) {
|
|
||||||
samples2.push_back(Duration2(sample));
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
info,
|
|
||||||
CATCH_MOVE(samples2),
|
|
||||||
mean,
|
|
||||||
standardDeviation,
|
|
||||||
outliers,
|
|
||||||
outlierVariance,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -8,14 +8,14 @@
|
|||||||
#ifndef CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED
|
#ifndef CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED
|
||||||
#define CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED
|
#define CATCH_BENCHMARK_STATS_FWD_HPP_INCLUDED
|
||||||
|
|
||||||
#include <chrono>
|
#include <catch2/benchmark/catch_clock.hpp>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
// We cannot forward declare the type with default template argument
|
// We cannot forward declare the type with default template argument
|
||||||
// multiple times, so it is split out into a separate header so that
|
// multiple times, so it is split out into a separate header so that
|
||||||
// we can prevent multiple declarations in dependees
|
// we can prevent multiple declarations in dependees
|
||||||
template <typename Duration = std::chrono::duration<double, std::nano>>
|
template <typename Duration = Benchmark::FDuration>
|
||||||
struct BenchmarkStats;
|
struct BenchmarkStats;
|
||||||
|
|
||||||
} // end namespace Catch
|
} // end namespace Catch
|
||||||
|
@@ -55,23 +55,23 @@ namespace Catch {
|
|||||||
|
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
int warmup() {
|
int warmup() {
|
||||||
return run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(warmup_time), warmup_seed, &resolution<Clock>)
|
return run_for_at_least<Clock>(warmup_time, warmup_seed, &resolution<Clock>)
|
||||||
.iterations;
|
.iterations;
|
||||||
}
|
}
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
EnvironmentEstimate<FloatDuration<Clock>> estimate_clock_resolution(int iterations) {
|
EnvironmentEstimate estimate_clock_resolution(int iterations) {
|
||||||
auto r = run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(clock_resolution_estimation_time), iterations, &resolution<Clock>)
|
auto r = run_for_at_least<Clock>(clock_resolution_estimation_time, iterations, &resolution<Clock>)
|
||||||
.result;
|
.result;
|
||||||
return {
|
return {
|
||||||
FloatDuration<Clock>(mean(r.begin(), r.end())),
|
FDuration(mean(r.data(), r.data() + r.size())),
|
||||||
classify_outliers(r.begin(), r.end()),
|
classify_outliers(r.data(), r.data() + r.size()),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
EnvironmentEstimate<FloatDuration<Clock>> estimate_clock_cost(FloatDuration<Clock> resolution) {
|
EnvironmentEstimate estimate_clock_cost(FDuration resolution) {
|
||||||
auto time_limit = (std::min)(
|
auto time_limit = (std::min)(
|
||||||
resolution * clock_cost_estimation_tick_limit,
|
resolution * clock_cost_estimation_tick_limit,
|
||||||
FloatDuration<Clock>(clock_cost_estimation_time_limit));
|
FDuration(clock_cost_estimation_time_limit));
|
||||||
auto time_clock = [](int k) {
|
auto time_clock = [](int k) {
|
||||||
return Detail::measure<Clock>([k] {
|
return Detail::measure<Clock>([k] {
|
||||||
for (int i = 0; i < k; ++i) {
|
for (int i = 0; i < k; ++i) {
|
||||||
@@ -82,7 +82,7 @@ namespace Catch {
|
|||||||
};
|
};
|
||||||
time_clock(1);
|
time_clock(1);
|
||||||
int iters = clock_cost_estimation_iterations;
|
int iters = clock_cost_estimation_iterations;
|
||||||
auto&& r = run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(clock_cost_estimation_time), iters, time_clock);
|
auto&& r = run_for_at_least<Clock>(clock_cost_estimation_time, iters, time_clock);
|
||||||
std::vector<double> times;
|
std::vector<double> times;
|
||||||
int nsamples = static_cast<int>(std::ceil(time_limit / r.elapsed));
|
int nsamples = static_cast<int>(std::ceil(time_limit / r.elapsed));
|
||||||
times.reserve(static_cast<size_t>(nsamples));
|
times.reserve(static_cast<size_t>(nsamples));
|
||||||
@@ -92,18 +92,18 @@ namespace Catch {
|
|||||||
.count() ) );
|
.count() ) );
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
FloatDuration<Clock>(mean(times.begin(), times.end())),
|
FDuration(mean(times.data(), times.data() + times.size())),
|
||||||
classify_outliers(times.begin(), times.end()),
|
classify_outliers(times.data(), times.data() + times.size()),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename Clock>
|
template <typename Clock>
|
||||||
Environment<FloatDuration<Clock>> measure_environment() {
|
Environment measure_environment() {
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
# pragma clang diagnostic ignored "-Wexit-time-destructors"
|
# pragma clang diagnostic ignored "-Wexit-time-destructors"
|
||||||
#endif
|
#endif
|
||||||
static Catch::Detail::unique_ptr<Environment<FloatDuration<Clock>>> env;
|
static Catch::Detail::unique_ptr<Environment> env;
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
# pragma clang diagnostic pop
|
# pragma clang diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
@@ -115,7 +115,7 @@ namespace Catch {
|
|||||||
auto resolution = Detail::estimate_clock_resolution<Clock>(iters);
|
auto resolution = Detail::estimate_clock_resolution<Clock>(iters);
|
||||||
auto cost = Detail::estimate_clock_cost<Clock>(resolution.mean);
|
auto cost = Detail::estimate_clock_cost<Clock>(resolution.mean);
|
||||||
|
|
||||||
env = Catch::Detail::make_unique<Environment<FloatDuration<Clock>>>( Environment<FloatDuration<Clock>>{resolution, cost} );
|
env = Catch::Detail::make_unique<Environment>( Environment{resolution, cost} );
|
||||||
return *env;
|
return *env;
|
||||||
}
|
}
|
||||||
} // namespace Detail
|
} // namespace Detail
|
||||||
|
@@ -18,7 +18,7 @@ namespace Catch {
|
|||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
namespace Detail {
|
namespace Detail {
|
||||||
template <typename Clock, typename Fun, typename... Args>
|
template <typename Clock, typename Fun, typename... Args>
|
||||||
TimingOf<Clock, Fun, Args...> measure(Fun&& fun, Args&&... args) {
|
TimingOf<Fun, Args...> measure(Fun&& fun, Args&&... args) {
|
||||||
auto start = Clock::now();
|
auto start = Clock::now();
|
||||||
auto&& r = Detail::complete_invoke(fun, CATCH_FORWARD(args)...);
|
auto&& r = Detail::complete_invoke(fun, CATCH_FORWARD(args)...);
|
||||||
auto end = Clock::now();
|
auto end = Clock::now();
|
||||||
|
@@ -24,11 +24,11 @@ namespace Catch {
|
|||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
namespace Detail {
|
namespace Detail {
|
||||||
template <typename Clock, typename Fun>
|
template <typename Clock, typename Fun>
|
||||||
TimingOf<Clock, Fun, int> measure_one(Fun&& fun, int iters, std::false_type) {
|
TimingOf<Fun, int> measure_one(Fun&& fun, int iters, std::false_type) {
|
||||||
return Detail::measure<Clock>(fun, iters);
|
return Detail::measure<Clock>(fun, iters);
|
||||||
}
|
}
|
||||||
template <typename Clock, typename Fun>
|
template <typename Clock, typename Fun>
|
||||||
TimingOf<Clock, Fun, Chronometer> measure_one(Fun&& fun, int iters, std::true_type) {
|
TimingOf<Fun, Chronometer> measure_one(Fun&& fun, int iters, std::true_type) {
|
||||||
Detail::ChronometerModel<Clock> meter;
|
Detail::ChronometerModel<Clock> meter;
|
||||||
auto&& result = Detail::complete_invoke(fun, Chronometer(meter, iters));
|
auto&& result = Detail::complete_invoke(fun, Chronometer(meter, iters));
|
||||||
|
|
||||||
@@ -43,8 +43,8 @@ namespace Catch {
|
|||||||
void throw_optimized_away_error();
|
void throw_optimized_away_error();
|
||||||
|
|
||||||
template <typename Clock, typename Fun>
|
template <typename Clock, typename Fun>
|
||||||
TimingOf<Clock, Fun, run_for_at_least_argument_t<Clock, Fun>>
|
TimingOf<Fun, run_for_at_least_argument_t<Clock, Fun>>
|
||||||
run_for_at_least(ClockDuration<Clock> how_long,
|
run_for_at_least(IDuration how_long,
|
||||||
const int initial_iterations,
|
const int initial_iterations,
|
||||||
Fun&& fun) {
|
Fun&& fun) {
|
||||||
auto iters = initial_iterations;
|
auto iters = initial_iterations;
|
||||||
|
@@ -10,8 +10,12 @@
|
|||||||
#include <catch2/benchmark/detail/catch_stats.hpp>
|
#include <catch2/benchmark/detail/catch_stats.hpp>
|
||||||
|
|
||||||
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
||||||
|
#include <catch2/internal/catch_floating_point_helpers.hpp>
|
||||||
|
#include <catch2/internal/catch_random_number_generator.hpp>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cmath>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <random>
|
#include <random>
|
||||||
@@ -30,8 +34,8 @@ namespace Catch {
|
|||||||
static sample
|
static sample
|
||||||
resample( URng& rng,
|
resample( URng& rng,
|
||||||
unsigned int resamples,
|
unsigned int resamples,
|
||||||
std::vector<double>::const_iterator first,
|
double const* first,
|
||||||
std::vector<double>::const_iterator last,
|
double const* last,
|
||||||
Estimator& estimator ) {
|
Estimator& estimator ) {
|
||||||
auto n = static_cast<size_t>( last - first );
|
auto n = static_cast<size_t>( last - first );
|
||||||
std::uniform_int_distribution<decltype( n )> dist( 0,
|
std::uniform_int_distribution<decltype( n )> dist( 0,
|
||||||
@@ -51,7 +55,7 @@ namespace Catch {
|
|||||||
dist( rng ) )] );
|
dist( rng ) )] );
|
||||||
}
|
}
|
||||||
const auto estimate =
|
const auto estimate =
|
||||||
estimator( resampled.begin(), resampled.end() );
|
estimator( resampled.data(), resampled.data() + resampled.size() );
|
||||||
out.push_back( estimate );
|
out.push_back( estimate );
|
||||||
}
|
}
|
||||||
std::sort( out.begin(), out.end() );
|
std::sort( out.begin(), out.end() );
|
||||||
@@ -168,8 +172,7 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static double
|
static double
|
||||||
standard_deviation( std::vector<double>::const_iterator first,
|
standard_deviation( double const* first, double const* last ) {
|
||||||
std::vector<double>::const_iterator last ) {
|
|
||||||
auto m = Catch::Benchmark::Detail::mean( first, last );
|
auto m = Catch::Benchmark::Detail::mean( first, last );
|
||||||
double variance =
|
double variance =
|
||||||
std::accumulate( first,
|
std::accumulate( first,
|
||||||
@@ -183,6 +186,23 @@ namespace Catch {
|
|||||||
return std::sqrt( variance );
|
return std::sqrt( variance );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static sample jackknife( double ( *estimator )( double const*,
|
||||||
|
double const* ),
|
||||||
|
double* first,
|
||||||
|
double* last ) {
|
||||||
|
const auto second = first + 1;
|
||||||
|
sample results;
|
||||||
|
results.reserve( static_cast<size_t>( last - first ) );
|
||||||
|
|
||||||
|
for ( auto it = first; it != last; ++it ) {
|
||||||
|
std::iter_swap( it, first );
|
||||||
|
results.push_back( estimator( second, last ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
return results;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace Detail
|
} // namespace Detail
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
@@ -192,23 +212,17 @@ namespace Catch {
|
|||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
namespace Detail {
|
namespace Detail {
|
||||||
|
|
||||||
#if defined( __GNUC__ ) || defined( __clang__ )
|
double weighted_average_quantile( int k,
|
||||||
# pragma GCC diagnostic push
|
int q,
|
||||||
# pragma GCC diagnostic ignored "-Wfloat-equal"
|
double* first,
|
||||||
#endif
|
double* last ) {
|
||||||
bool directCompare( double lhs, double rhs ) { return lhs == rhs; }
|
|
||||||
#if defined( __GNUC__ ) || defined( __clang__ )
|
|
||||||
# pragma GCC diagnostic pop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<double>::iterator last) {
|
|
||||||
auto count = last - first;
|
auto count = last - first;
|
||||||
double idx = (count - 1) * k / static_cast<double>(q);
|
double idx = (count - 1) * k / static_cast<double>(q);
|
||||||
int j = static_cast<int>(idx);
|
int j = static_cast<int>(idx);
|
||||||
double g = idx - j;
|
double g = idx - j;
|
||||||
std::nth_element(first, first + j, last);
|
std::nth_element(first, first + j, last);
|
||||||
auto xj = first[j];
|
auto xj = first[j];
|
||||||
if ( directCompare( g, 0 ) ) {
|
if ( Catch::Detail::directCompare( g, 0 ) ) {
|
||||||
return xj;
|
return xj;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -217,12 +231,11 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
OutlierClassification
|
OutlierClassification
|
||||||
classify_outliers( std::vector<double>::const_iterator first,
|
classify_outliers( double const* first, double const* last ) {
|
||||||
std::vector<double>::const_iterator last ) {
|
|
||||||
std::vector<double> copy( first, last );
|
std::vector<double> copy( first, last );
|
||||||
|
|
||||||
auto q1 = weighted_average_quantile( 1, 4, copy.begin(), copy.end() );
|
auto q1 = weighted_average_quantile( 1, 4, copy.data(), copy.data() + copy.size() );
|
||||||
auto q3 = weighted_average_quantile( 3, 4, copy.begin(), copy.end() );
|
auto q3 = weighted_average_quantile( 3, 4, copy.data(), copy.data() + copy.size() );
|
||||||
auto iqr = q3 - q1;
|
auto iqr = q3 - q1;
|
||||||
auto los = q1 - ( iqr * 3. );
|
auto los = q1 - ( iqr * 3. );
|
||||||
auto lom = q1 - ( iqr * 1.5 );
|
auto lom = q1 - ( iqr * 1.5 );
|
||||||
@@ -246,8 +259,7 @@ namespace Catch {
|
|||||||
return o;
|
return o;
|
||||||
}
|
}
|
||||||
|
|
||||||
double mean( std::vector<double>::const_iterator first,
|
double mean( double const* first, double const* last ) {
|
||||||
std::vector<double>::const_iterator last ) {
|
|
||||||
auto count = last - first;
|
auto count = last - first;
|
||||||
double sum = 0.;
|
double sum = 0.;
|
||||||
while (first != last) {
|
while (first != last) {
|
||||||
@@ -257,6 +269,9 @@ namespace Catch {
|
|||||||
return sum / static_cast<double>(count);
|
return sum / static_cast<double>(count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
double normal_cdf( double x ) {
|
||||||
|
return std::erfc( -x / std::sqrt( 2.0 ) ) / 2.0;
|
||||||
|
}
|
||||||
|
|
||||||
double erfc_inv(double x) {
|
double erfc_inv(double x) {
|
||||||
return erf_inv(1.0 - x);
|
return erf_inv(1.0 - x);
|
||||||
@@ -278,26 +293,77 @@ namespace Catch {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Estimate<double>
|
||||||
|
bootstrap( double confidence_level,
|
||||||
|
double* first,
|
||||||
|
double* last,
|
||||||
|
sample const& resample,
|
||||||
|
double ( *estimator )( double const*, double const* ) ) {
|
||||||
|
auto n_samples = last - first;
|
||||||
|
|
||||||
|
double point = estimator( first, last );
|
||||||
|
// Degenerate case with a single sample
|
||||||
|
if ( n_samples == 1 )
|
||||||
|
return { point, point, point, confidence_level };
|
||||||
|
|
||||||
|
sample jack = jackknife( estimator, first, last );
|
||||||
|
double jack_mean =
|
||||||
|
mean( jack.data(), jack.data() + jack.size() );
|
||||||
|
double sum_squares = 0, sum_cubes = 0;
|
||||||
|
for ( double x : jack ) {
|
||||||
|
auto difference = jack_mean - x;
|
||||||
|
auto square = difference * difference;
|
||||||
|
auto cube = square * difference;
|
||||||
|
sum_squares += square;
|
||||||
|
sum_cubes += cube;
|
||||||
|
}
|
||||||
|
|
||||||
|
double accel = sum_cubes / ( 6 * std::pow( sum_squares, 1.5 ) );
|
||||||
|
long n = static_cast<long>( resample.size() );
|
||||||
|
double prob_n =
|
||||||
|
std::count_if( resample.begin(),
|
||||||
|
resample.end(),
|
||||||
|
[point]( double x ) { return x < point; } ) /
|
||||||
|
static_cast<double>( n );
|
||||||
|
// degenerate case with uniform samples
|
||||||
|
if ( Catch::Detail::directCompare( prob_n, 0. ) ) {
|
||||||
|
return { point, point, point, confidence_level };
|
||||||
|
}
|
||||||
|
|
||||||
|
double bias = normal_quantile( prob_n );
|
||||||
|
double z1 = normal_quantile( ( 1. - confidence_level ) / 2. );
|
||||||
|
|
||||||
|
auto cumn = [n]( double x ) -> long {
|
||||||
|
return std::lround( normal_cdf( x ) *
|
||||||
|
static_cast<double>( n ) );
|
||||||
|
};
|
||||||
|
auto a = [bias, accel]( double b ) {
|
||||||
|
return bias + b / ( 1. - accel * b );
|
||||||
|
};
|
||||||
|
double b1 = bias + z1;
|
||||||
|
double b2 = bias - z1;
|
||||||
|
double a1 = a( b1 );
|
||||||
|
double a2 = a( b2 );
|
||||||
|
auto lo = static_cast<size_t>( (std::max)( cumn( a1 ), 0l ) );
|
||||||
|
auto hi =
|
||||||
|
static_cast<size_t>( (std::min)( cumn( a2 ), n - 1 ) );
|
||||||
|
|
||||||
|
return { point, resample[lo], resample[hi], confidence_level };
|
||||||
|
}
|
||||||
|
|
||||||
bootstrap_analysis analyse_samples(double confidence_level,
|
bootstrap_analysis analyse_samples(double confidence_level,
|
||||||
unsigned int n_resamples,
|
unsigned int n_resamples,
|
||||||
std::vector<double>::iterator first,
|
double* first,
|
||||||
std::vector<double>::iterator last) {
|
double* last) {
|
||||||
CATCH_INTERNAL_START_WARNINGS_SUPPRESSION
|
|
||||||
CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS
|
|
||||||
static std::random_device entropy;
|
|
||||||
CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION
|
|
||||||
|
|
||||||
auto n = static_cast<int>(last - first); // seriously, one can't use integral types without hell in C++
|
|
||||||
|
|
||||||
auto mean = &Detail::mean;
|
auto mean = &Detail::mean;
|
||||||
auto stddev = &standard_deviation;
|
auto stddev = &standard_deviation;
|
||||||
|
|
||||||
#if defined(CATCH_CONFIG_USE_ASYNC)
|
#if defined(CATCH_CONFIG_USE_ASYNC)
|
||||||
auto Estimate = [=](double(*f)(std::vector<double>::const_iterator,
|
auto Estimate = [=](double(*f)(double const*, double const*)) {
|
||||||
std::vector<double>::const_iterator)) {
|
std::random_device rd;
|
||||||
auto seed = entropy();
|
auto seed = rd();
|
||||||
return std::async(std::launch::async, [=] {
|
return std::async(std::launch::async, [=] {
|
||||||
std::mt19937 rng(seed);
|
SimplePcg32 rng( seed );
|
||||||
auto resampled = resample(rng, n_resamples, first, last, f);
|
auto resampled = resample(rng, n_resamples, first, last, f);
|
||||||
return bootstrap(confidence_level, first, last, resampled, f);
|
return bootstrap(confidence_level, first, last, resampled, f);
|
||||||
});
|
});
|
||||||
@@ -309,10 +375,10 @@ namespace Catch {
|
|||||||
auto mean_estimate = mean_future.get();
|
auto mean_estimate = mean_future.get();
|
||||||
auto stddev_estimate = stddev_future.get();
|
auto stddev_estimate = stddev_future.get();
|
||||||
#else
|
#else
|
||||||
auto Estimate = [=](double(*f)(std::vector<double>::const_iterator,
|
auto Estimate = [=](double(*f)(double const* , double const*)) {
|
||||||
std::vector<double>::const_iterator)) {
|
std::random_device rd;
|
||||||
auto seed = entropy();
|
auto seed = rd();
|
||||||
std::mt19937 rng(seed);
|
SimplePcg32 rng( seed );
|
||||||
auto resampled = resample(rng, n_resamples, first, last, f);
|
auto resampled = resample(rng, n_resamples, first, last, f);
|
||||||
return bootstrap(confidence_level, first, last, resampled, f);
|
return bootstrap(confidence_level, first, last, resampled, f);
|
||||||
};
|
};
|
||||||
@@ -321,6 +387,7 @@ namespace Catch {
|
|||||||
auto stddev_estimate = Estimate(stddev);
|
auto stddev_estimate = Estimate(stddev);
|
||||||
#endif // CATCH_USE_ASYNC
|
#endif // CATCH_USE_ASYNC
|
||||||
|
|
||||||
|
auto n = static_cast<int>(last - first); // seriously, one can't use integral types without hell in C++
|
||||||
double outlier_variance = Detail::outlier_variance(mean_estimate, stddev_estimate, n);
|
double outlier_variance = Detail::outlier_variance(mean_estimate, stddev_estimate, n);
|
||||||
|
|
||||||
return { mean_estimate, stddev_estimate, outlier_variance };
|
return { mean_estimate, stddev_estimate, outlier_variance };
|
||||||
|
@@ -13,100 +13,35 @@
|
|||||||
#include <catch2/benchmark/catch_estimate.hpp>
|
#include <catch2/benchmark/catch_estimate.hpp>
|
||||||
#include <catch2/benchmark/catch_outlier_classification.hpp>
|
#include <catch2/benchmark/catch_outlier_classification.hpp>
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
namespace Detail {
|
namespace Detail {
|
||||||
using sample = std::vector<double>;
|
using sample = std::vector<double>;
|
||||||
|
|
||||||
// Used when we know we want == comparison of two doubles
|
double weighted_average_quantile( int k,
|
||||||
// to centralize warning suppression
|
int q,
|
||||||
bool directCompare( double lhs, double rhs );
|
double* first,
|
||||||
|
double* last );
|
||||||
double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<double>::iterator last);
|
|
||||||
|
|
||||||
OutlierClassification
|
OutlierClassification
|
||||||
classify_outliers( std::vector<double>::const_iterator first,
|
classify_outliers( double const* first, double const* last );
|
||||||
std::vector<double>::const_iterator last );
|
|
||||||
|
|
||||||
double mean( std::vector<double>::const_iterator first,
|
double mean( double const* first, double const* last );
|
||||||
std::vector<double>::const_iterator last );
|
|
||||||
|
|
||||||
template <typename Estimator>
|
double normal_cdf( double x );
|
||||||
sample jackknife(Estimator&& estimator,
|
|
||||||
std::vector<double>::iterator first,
|
|
||||||
std::vector<double>::iterator last) {
|
|
||||||
auto n = static_cast<size_t>(last - first);
|
|
||||||
auto second = first;
|
|
||||||
++second;
|
|
||||||
sample results;
|
|
||||||
results.reserve(n);
|
|
||||||
|
|
||||||
for (auto it = first; it != last; ++it) {
|
|
||||||
std::iter_swap(it, first);
|
|
||||||
results.push_back(estimator(second, last));
|
|
||||||
}
|
|
||||||
|
|
||||||
return results;
|
|
||||||
}
|
|
||||||
|
|
||||||
inline double normal_cdf(double x) {
|
|
||||||
return std::erfc(-x / std::sqrt(2.0)) / 2.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
double erfc_inv(double x);
|
double erfc_inv(double x);
|
||||||
|
|
||||||
double normal_quantile(double p);
|
double normal_quantile(double p);
|
||||||
|
|
||||||
template <typename Estimator>
|
Estimate<double>
|
||||||
Estimate<double> bootstrap( double confidence_level,
|
bootstrap( double confidence_level,
|
||||||
std::vector<double>::iterator first,
|
double* first,
|
||||||
std::vector<double>::iterator last,
|
double* last,
|
||||||
sample const& resample,
|
sample const& resample,
|
||||||
Estimator&& estimator ) {
|
double ( *estimator )( double const*, double const* ) );
|
||||||
auto n_samples = last - first;
|
|
||||||
|
|
||||||
double point = estimator(first, last);
|
|
||||||
// Degenerate case with a single sample
|
|
||||||
if (n_samples == 1) return { point, point, point, confidence_level };
|
|
||||||
|
|
||||||
sample jack = jackknife(estimator, first, last);
|
|
||||||
double jack_mean = mean(jack.begin(), jack.end());
|
|
||||||
double sum_squares = 0, sum_cubes = 0;
|
|
||||||
for (double x : jack) {
|
|
||||||
auto difference = jack_mean - x;
|
|
||||||
auto square = difference * difference;
|
|
||||||
auto cube = square * difference;
|
|
||||||
sum_squares += square; sum_cubes += cube;
|
|
||||||
}
|
|
||||||
|
|
||||||
double accel = sum_cubes / (6 * std::pow(sum_squares, 1.5));
|
|
||||||
long n = static_cast<long>(resample.size());
|
|
||||||
double prob_n = std::count_if(resample.begin(), resample.end(), [point](double x) { return x < point; }) / static_cast<double>(n);
|
|
||||||
// degenerate case with uniform samples
|
|
||||||
if ( directCompare( prob_n, 0. ) ) {
|
|
||||||
return { point, point, point, confidence_level };
|
|
||||||
}
|
|
||||||
|
|
||||||
double bias = normal_quantile(prob_n);
|
|
||||||
double z1 = normal_quantile((1. - confidence_level) / 2.);
|
|
||||||
|
|
||||||
auto cumn = [n]( double x ) -> long {
|
|
||||||
return std::lround( normal_cdf( x ) * static_cast<double>(n) );
|
|
||||||
};
|
|
||||||
auto a = [bias, accel](double b) { return bias + b / (1. - accel * b); };
|
|
||||||
double b1 = bias + z1;
|
|
||||||
double b2 = bias - z1;
|
|
||||||
double a1 = a(b1);
|
|
||||||
double a2 = a(b2);
|
|
||||||
auto lo = static_cast<size_t>((std::max)(cumn(a1), 0l));
|
|
||||||
auto hi = static_cast<size_t>((std::min)(cumn(a2), n - 1));
|
|
||||||
|
|
||||||
return { point, resample[lo], resample[hi], confidence_level };
|
|
||||||
}
|
|
||||||
|
|
||||||
struct bootstrap_analysis {
|
struct bootstrap_analysis {
|
||||||
Estimate<double> mean;
|
Estimate<double> mean;
|
||||||
@@ -116,8 +51,8 @@ namespace Catch {
|
|||||||
|
|
||||||
bootstrap_analysis analyse_samples(double confidence_level,
|
bootstrap_analysis analyse_samples(double confidence_level,
|
||||||
unsigned int n_resamples,
|
unsigned int n_resamples,
|
||||||
std::vector<double>::iterator first,
|
double* first,
|
||||||
std::vector<double>::iterator last);
|
double* last);
|
||||||
} // namespace Detail
|
} // namespace Detail
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Benchmark {
|
namespace Benchmark {
|
||||||
template <typename Duration, typename Result>
|
template <typename Result>
|
||||||
struct Timing {
|
struct Timing {
|
||||||
Duration elapsed;
|
IDuration elapsed;
|
||||||
Result result;
|
Result result;
|
||||||
int iterations;
|
int iterations;
|
||||||
};
|
};
|
||||||
template <typename Clock, typename Func, typename... Args>
|
template <typename Func, typename... Args>
|
||||||
using TimingOf = Timing<ClockDuration<Clock>, Detail::CompleteType_t<FunctionReturnType<Func, Args...>>>;
|
using TimingOf = Timing<Detail::CompleteType_t<FunctionReturnType<Func, Args...>>>;
|
||||||
} // namespace Benchmark
|
} // namespace Benchmark
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
|
||||||
|
@@ -54,6 +54,7 @@
|
|||||||
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
||||||
#include <catch2/internal/catch_config_android_logwrite.hpp>
|
#include <catch2/internal/catch_config_android_logwrite.hpp>
|
||||||
#include <catch2/internal/catch_config_counter.hpp>
|
#include <catch2/internal/catch_config_counter.hpp>
|
||||||
|
#include <catch2/internal/catch_config_prefix_messages.hpp>
|
||||||
#include <catch2/internal/catch_config_static_analysis_support.hpp>
|
#include <catch2/internal/catch_config_static_analysis_support.hpp>
|
||||||
#include <catch2/internal/catch_config_uncaught_exceptions.hpp>
|
#include <catch2/internal/catch_config_uncaught_exceptions.hpp>
|
||||||
#include <catch2/internal/catch_config_wchar.hpp>
|
#include <catch2/internal/catch_config_wchar.hpp>
|
||||||
@@ -73,6 +74,7 @@
|
|||||||
#include <catch2/internal/catch_getenv.hpp>
|
#include <catch2/internal/catch_getenv.hpp>
|
||||||
#include <catch2/internal/catch_is_permutation.hpp>
|
#include <catch2/internal/catch_is_permutation.hpp>
|
||||||
#include <catch2/internal/catch_istream.hpp>
|
#include <catch2/internal/catch_istream.hpp>
|
||||||
|
#include <catch2/internal/catch_jsonwriter.hpp>
|
||||||
#include <catch2/internal/catch_lazy_expr.hpp>
|
#include <catch2/internal/catch_lazy_expr.hpp>
|
||||||
#include <catch2/internal/catch_leak_detector.hpp>
|
#include <catch2/internal/catch_leak_detector.hpp>
|
||||||
#include <catch2/internal/catch_list.hpp>
|
#include <catch2/internal/catch_list.hpp>
|
||||||
@@ -89,6 +91,8 @@
|
|||||||
#include <catch2/internal/catch_preprocessor.hpp>
|
#include <catch2/internal/catch_preprocessor.hpp>
|
||||||
#include <catch2/internal/catch_preprocessor_internal_stringify.hpp>
|
#include <catch2/internal/catch_preprocessor_internal_stringify.hpp>
|
||||||
#include <catch2/internal/catch_preprocessor_remove_parens.hpp>
|
#include <catch2/internal/catch_preprocessor_remove_parens.hpp>
|
||||||
|
#include <catch2/internal/catch_random_floating_point_helpers.hpp>
|
||||||
|
#include <catch2/internal/catch_random_integer_helpers.hpp>
|
||||||
#include <catch2/internal/catch_random_number_generator.hpp>
|
#include <catch2/internal/catch_random_number_generator.hpp>
|
||||||
#include <catch2/internal/catch_random_seed_generation.hpp>
|
#include <catch2/internal/catch_random_seed_generation.hpp>
|
||||||
#include <catch2/internal/catch_reporter_registry.hpp>
|
#include <catch2/internal/catch_reporter_registry.hpp>
|
||||||
@@ -118,6 +122,8 @@
|
|||||||
#include <catch2/internal/catch_textflow.hpp>
|
#include <catch2/internal/catch_textflow.hpp>
|
||||||
#include <catch2/internal/catch_to_string.hpp>
|
#include <catch2/internal/catch_to_string.hpp>
|
||||||
#include <catch2/internal/catch_uncaught_exceptions.hpp>
|
#include <catch2/internal/catch_uncaught_exceptions.hpp>
|
||||||
|
#include <catch2/internal/catch_uniform_floating_point_distribution.hpp>
|
||||||
|
#include <catch2/internal/catch_uniform_integer_distribution.hpp>
|
||||||
#include <catch2/internal/catch_unique_name.hpp>
|
#include <catch2/internal/catch_unique_name.hpp>
|
||||||
#include <catch2/internal/catch_unique_ptr.hpp>
|
#include <catch2/internal/catch_unique_ptr.hpp>
|
||||||
#include <catch2/internal/catch_void_type.hpp>
|
#include <catch2/internal/catch_void_type.hpp>
|
||||||
|
@@ -8,11 +8,13 @@
|
|||||||
#ifndef CATCH_MESSAGE_HPP_INCLUDED
|
#ifndef CATCH_MESSAGE_HPP_INCLUDED
|
||||||
#define CATCH_MESSAGE_HPP_INCLUDED
|
#define CATCH_MESSAGE_HPP_INCLUDED
|
||||||
|
|
||||||
|
#include <catch2/internal/catch_config_prefix_messages.hpp>
|
||||||
#include <catch2/internal/catch_result_type.hpp>
|
#include <catch2/internal/catch_result_type.hpp>
|
||||||
#include <catch2/internal/catch_reusable_string_stream.hpp>
|
#include <catch2/internal/catch_reusable_string_stream.hpp>
|
||||||
#include <catch2/internal/catch_stream_end_stop.hpp>
|
#include <catch2/internal/catch_stream_end_stop.hpp>
|
||||||
#include <catch2/internal/catch_message_info.hpp>
|
#include <catch2/internal/catch_message_info.hpp>
|
||||||
#include <catch2/catch_tostring.hpp>
|
#include <catch2/catch_tostring.hpp>
|
||||||
|
#include <catch2/interfaces/catch_interfaces_capture.hpp>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@@ -112,28 +114,28 @@ namespace Catch {
|
|||||||
Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info ) << log )
|
Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info ) << log )
|
||||||
|
|
||||||
|
|
||||||
#if defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_DISABLE)
|
#if defined(CATCH_CONFIG_PREFIX_MESSAGES) && !defined(CATCH_CONFIG_DISABLE)
|
||||||
|
|
||||||
#define CATCH_INFO( msg ) INTERNAL_CATCH_INFO( "CATCH_INFO", msg )
|
#define CATCH_INFO( msg ) INTERNAL_CATCH_INFO( "CATCH_INFO", msg )
|
||||||
#define CATCH_UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "CATCH_UNSCOPED_INFO", msg )
|
#define CATCH_UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "CATCH_UNSCOPED_INFO", msg )
|
||||||
#define CATCH_WARN( msg ) INTERNAL_CATCH_MSG( "CATCH_WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg )
|
#define CATCH_WARN( msg ) INTERNAL_CATCH_MSG( "CATCH_WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg )
|
||||||
#define CATCH_CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CATCH_CAPTURE", __VA_ARGS__ )
|
#define CATCH_CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CATCH_CAPTURE", __VA_ARGS__ )
|
||||||
|
|
||||||
#elif defined(CATCH_CONFIG_PREFIX_ALL) && defined(CATCH_CONFIG_DISABLE)
|
#elif defined(CATCH_CONFIG_PREFIX_MESSAGES) && defined(CATCH_CONFIG_DISABLE)
|
||||||
|
|
||||||
#define CATCH_INFO( msg ) (void)(0)
|
#define CATCH_INFO( msg ) (void)(0)
|
||||||
#define CATCH_UNSCOPED_INFO( msg ) (void)(0)
|
#define CATCH_UNSCOPED_INFO( msg ) (void)(0)
|
||||||
#define CATCH_WARN( msg ) (void)(0)
|
#define CATCH_WARN( msg ) (void)(0)
|
||||||
#define CATCH_CAPTURE( ... ) (void)(0)
|
#define CATCH_CAPTURE( ... ) (void)(0)
|
||||||
|
|
||||||
#elif !defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_DISABLE)
|
#elif !defined(CATCH_CONFIG_PREFIX_MESSAGES) && !defined(CATCH_CONFIG_DISABLE)
|
||||||
|
|
||||||
#define INFO( msg ) INTERNAL_CATCH_INFO( "INFO", msg )
|
#define INFO( msg ) INTERNAL_CATCH_INFO( "INFO", msg )
|
||||||
#define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg )
|
#define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg )
|
||||||
#define WARN( msg ) INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg )
|
#define WARN( msg ) INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg )
|
||||||
#define CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE", __VA_ARGS__ )
|
#define CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE", __VA_ARGS__ )
|
||||||
|
|
||||||
#elif !defined(CATCH_CONFIG_PREFIX_ALL) && defined(CATCH_CONFIG_DISABLE)
|
#elif !defined(CATCH_CONFIG_PREFIX_MESSAGES) && defined(CATCH_CONFIG_DISABLE)
|
||||||
|
|
||||||
#define INFO( msg ) (void)(0)
|
#define INFO( msg ) (void)(0)
|
||||||
#define UNSCOPED_INFO( msg ) (void)(0)
|
#define UNSCOPED_INFO( msg ) (void)(0)
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
#include <catch2/internal/catch_enforce.hpp>
|
#include <catch2/internal/catch_enforce.hpp>
|
||||||
#include <catch2/internal/catch_string_manip.hpp>
|
#include <catch2/internal/catch_string_manip.hpp>
|
||||||
#include <catch2/internal/catch_case_insensitive_comparisons.hpp>
|
#include <catch2/internal/catch_case_insensitive_comparisons.hpp>
|
||||||
|
#include <catch2/internal/catch_test_registry.hpp>
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
@@ -8,10 +8,10 @@
|
|||||||
#ifndef CATCH_TEST_CASE_INFO_HPP_INCLUDED
|
#ifndef CATCH_TEST_CASE_INFO_HPP_INCLUDED
|
||||||
#define CATCH_TEST_CASE_INFO_HPP_INCLUDED
|
#define CATCH_TEST_CASE_INFO_HPP_INCLUDED
|
||||||
|
|
||||||
|
#include <catch2/interfaces/catch_interfaces_test_invoker.hpp>
|
||||||
#include <catch2/internal/catch_source_line_info.hpp>
|
#include <catch2/internal/catch_source_line_info.hpp>
|
||||||
#include <catch2/internal/catch_noncopyable.hpp>
|
#include <catch2/internal/catch_noncopyable.hpp>
|
||||||
#include <catch2/internal/catch_stringref.hpp>
|
#include <catch2/internal/catch_stringref.hpp>
|
||||||
#include <catch2/internal/catch_test_registry.hpp>
|
|
||||||
#include <catch2/internal/catch_unique_ptr.hpp>
|
#include <catch2/internal/catch_unique_ptr.hpp>
|
||||||
|
|
||||||
|
|
||||||
@@ -44,6 +44,7 @@ namespace Catch {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class ITestInvoker;
|
class ITestInvoker;
|
||||||
|
struct NameAndTags;
|
||||||
|
|
||||||
enum class TestCaseProperties : uint8_t {
|
enum class TestCaseProperties : uint8_t {
|
||||||
None = 0,
|
None = 0,
|
||||||
|
@@ -398,6 +398,12 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
template <>
|
||||||
|
struct StringMaker<std::nullopt_t> {
|
||||||
|
static std::string convert(const std::nullopt_t&) {
|
||||||
|
return "{ }";
|
||||||
|
}
|
||||||
|
};
|
||||||
}
|
}
|
||||||
#endif // CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER
|
#endif // CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER
|
||||||
|
|
||||||
|
@@ -198,6 +198,7 @@
|
|||||||
#cmakedefine CATCH_CONFIG_FAST_COMPILE
|
#cmakedefine CATCH_CONFIG_FAST_COMPILE
|
||||||
#cmakedefine CATCH_CONFIG_NOSTDOUT
|
#cmakedefine CATCH_CONFIG_NOSTDOUT
|
||||||
#cmakedefine CATCH_CONFIG_PREFIX_ALL
|
#cmakedefine CATCH_CONFIG_PREFIX_ALL
|
||||||
|
#cmakedefine CATCH_CONFIG_PREFIX_MESSAGES
|
||||||
#cmakedefine CATCH_CONFIG_WINDOWS_CRTDBG
|
#cmakedefine CATCH_CONFIG_WINDOWS_CRTDBG
|
||||||
|
|
||||||
#cmakedefine CATCH_CONFIG_SHARED_LIBRARY
|
#cmakedefine CATCH_CONFIG_SHARED_LIBRARY
|
||||||
|
@@ -36,7 +36,7 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Version const& libraryVersion() {
|
Version const& libraryVersion() {
|
||||||
static Version version( 3, 4, 0, "", 0 );
|
static Version version( 3, 5, 0, "", 0 );
|
||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
#define CATCH_VERSION_MACROS_HPP_INCLUDED
|
#define CATCH_VERSION_MACROS_HPP_INCLUDED
|
||||||
|
|
||||||
#define CATCH_VERSION_MAJOR 3
|
#define CATCH_VERSION_MAJOR 3
|
||||||
#define CATCH_VERSION_MINOR 4
|
#define CATCH_VERSION_MINOR 5
|
||||||
#define CATCH_VERSION_PATCH 0
|
#define CATCH_VERSION_PATCH 0
|
||||||
|
|
||||||
#endif // CATCH_VERSION_MACROS_HPP_INCLUDED
|
#endif // CATCH_VERSION_MACROS_HPP_INCLUDED
|
||||||
|
@@ -37,12 +37,6 @@ namespace Detail {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
~IGenerator() override = default;
|
|
||||||
IGenerator() = default;
|
|
||||||
IGenerator(IGenerator const&) = default;
|
|
||||||
IGenerator& operator=(IGenerator const&) = default;
|
|
||||||
|
|
||||||
|
|
||||||
// Returns the current element of the generator
|
// Returns the current element of the generator
|
||||||
//
|
//
|
||||||
// \Precondition The generator is either freshly constructed,
|
// \Precondition The generator is either freshly constructed,
|
||||||
|
@@ -7,7 +7,35 @@
|
|||||||
// SPDX-License-Identifier: BSL-1.0
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
#include <catch2/generators/catch_generators_random.hpp>
|
#include <catch2/generators/catch_generators_random.hpp>
|
||||||
|
|
||||||
#include <catch2/internal/catch_context.hpp>
|
#include <catch2/internal/catch_context.hpp>
|
||||||
|
|
||||||
std::uint32_t Catch::Generators::Detail::getSeed() { return sharedRng()(); }
|
#include <random>
|
||||||
|
|
||||||
|
namespace Catch {
|
||||||
|
namespace Generators {
|
||||||
|
namespace Detail {
|
||||||
|
std::uint32_t getSeed() { return sharedRng()(); }
|
||||||
|
} // namespace Detail
|
||||||
|
|
||||||
|
struct RandomFloatingGenerator<long double>::PImpl {
|
||||||
|
PImpl( long double a, long double b, uint32_t seed ):
|
||||||
|
rng( seed ), dist( a, b ) {}
|
||||||
|
|
||||||
|
Catch::SimplePcg32 rng;
|
||||||
|
std::uniform_real_distribution<long double> dist;
|
||||||
|
};
|
||||||
|
|
||||||
|
RandomFloatingGenerator<long double>::RandomFloatingGenerator(
|
||||||
|
long double a, long double b, std::uint32_t seed) :
|
||||||
|
m_pimpl(Catch::Detail::make_unique<PImpl>(a, b, seed)) {
|
||||||
|
static_cast<void>( next() );
|
||||||
|
}
|
||||||
|
|
||||||
|
RandomFloatingGenerator<long double>::~RandomFloatingGenerator() =
|
||||||
|
default;
|
||||||
|
bool RandomFloatingGenerator<long double>::next() {
|
||||||
|
m_current_number = m_pimpl->dist( m_pimpl->rng );
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
} // namespace Generators
|
||||||
|
} // namespace Catch
|
||||||
|
@@ -8,11 +8,11 @@
|
|||||||
#ifndef CATCH_GENERATORS_RANDOM_HPP_INCLUDED
|
#ifndef CATCH_GENERATORS_RANDOM_HPP_INCLUDED
|
||||||
#define CATCH_GENERATORS_RANDOM_HPP_INCLUDED
|
#define CATCH_GENERATORS_RANDOM_HPP_INCLUDED
|
||||||
|
|
||||||
#include <catch2/internal/catch_context.hpp>
|
|
||||||
#include <catch2/generators/catch_generators.hpp>
|
#include <catch2/generators/catch_generators.hpp>
|
||||||
#include <catch2/internal/catch_random_number_generator.hpp>
|
#include <catch2/internal/catch_random_number_generator.hpp>
|
||||||
|
#include <catch2/internal/catch_uniform_integer_distribution.hpp>
|
||||||
#include <random>
|
#include <catch2/internal/catch_uniform_floating_point_distribution.hpp>
|
||||||
|
#include <catch2/internal/catch_unique_ptr.hpp>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
namespace Generators {
|
namespace Generators {
|
||||||
@@ -26,7 +26,7 @@ namespace Detail {
|
|||||||
template <typename Float>
|
template <typename Float>
|
||||||
class RandomFloatingGenerator final : public IGenerator<Float> {
|
class RandomFloatingGenerator final : public IGenerator<Float> {
|
||||||
Catch::SimplePcg32 m_rng;
|
Catch::SimplePcg32 m_rng;
|
||||||
std::uniform_real_distribution<Float> m_dist;
|
Catch::uniform_floating_point_distribution<Float> m_dist;
|
||||||
Float m_current_number;
|
Float m_current_number;
|
||||||
public:
|
public:
|
||||||
RandomFloatingGenerator( Float a, Float b, std::uint32_t seed ):
|
RandomFloatingGenerator( Float a, Float b, std::uint32_t seed ):
|
||||||
@@ -44,10 +44,27 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <>
|
||||||
|
class RandomFloatingGenerator<long double> final : public IGenerator<long double> {
|
||||||
|
// We still rely on <random> for this specialization, but we don't
|
||||||
|
// want to drag it into the header.
|
||||||
|
struct PImpl;
|
||||||
|
Catch::Detail::unique_ptr<PImpl> m_pimpl;
|
||||||
|
long double m_current_number;
|
||||||
|
|
||||||
|
public:
|
||||||
|
RandomFloatingGenerator( long double a, long double b, std::uint32_t seed );
|
||||||
|
|
||||||
|
long double const& get() const override { return m_current_number; }
|
||||||
|
bool next() override;
|
||||||
|
|
||||||
|
~RandomFloatingGenerator() override; // = default
|
||||||
|
};
|
||||||
|
|
||||||
template <typename Integer>
|
template <typename Integer>
|
||||||
class RandomIntegerGenerator final : public IGenerator<Integer> {
|
class RandomIntegerGenerator final : public IGenerator<Integer> {
|
||||||
Catch::SimplePcg32 m_rng;
|
Catch::SimplePcg32 m_rng;
|
||||||
std::uniform_int_distribution<Integer> m_dist;
|
Catch::uniform_integer_distribution<Integer> m_dist;
|
||||||
Integer m_current_number;
|
Integer m_current_number;
|
||||||
public:
|
public:
|
||||||
RandomIntegerGenerator( Integer a, Integer b, std::uint32_t seed ):
|
RandomIntegerGenerator( Integer a, Integer b, std::uint32_t seed ):
|
||||||
@@ -68,14 +85,6 @@ public:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
std::enable_if_t<std::is_integral<T>::value, GeneratorWrapper<T>>
|
std::enable_if_t<std::is_integral<T>::value, GeneratorWrapper<T>>
|
||||||
random(T a, T b) {
|
random(T a, T b) {
|
||||||
static_assert(
|
|
||||||
!std::is_same<T, char>::value &&
|
|
||||||
!std::is_same<T, int8_t>::value &&
|
|
||||||
!std::is_same<T, uint8_t>::value &&
|
|
||||||
!std::is_same<T, signed char>::value &&
|
|
||||||
!std::is_same<T, unsigned char>::value &&
|
|
||||||
!std::is_same<T, bool>::value,
|
|
||||||
"The requested type is not supported by the underlying random distributions from std" );
|
|
||||||
return GeneratorWrapper<T>(
|
return GeneratorWrapper<T>(
|
||||||
Catch::Detail::make_unique<RandomIntegerGenerator<T>>(a, b, Detail::getSeed())
|
Catch::Detail::make_unique<RandomIntegerGenerator<T>>(a, b, Detail::getSeed())
|
||||||
);
|
);
|
||||||
|
@@ -96,10 +96,11 @@ GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) {
|
|||||||
return GeneratorWrapper<ResultType>(Catch::Detail::make_unique<IteratorGenerator<ResultType>>(from, to));
|
return GeneratorWrapper<ResultType>(Catch::Detail::make_unique<IteratorGenerator<ResultType>>(from, to));
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename Container,
|
template <typename Container>
|
||||||
typename ResultType = typename Container::value_type>
|
auto from_range(Container const& cnt) {
|
||||||
GeneratorWrapper<ResultType> from_range(Container const& cnt) {
|
using std::begin;
|
||||||
return GeneratorWrapper<ResultType>(Catch::Detail::make_unique<IteratorGenerator<ResultType>>(cnt.begin(), cnt.end()));
|
using std::end;
|
||||||
|
return from_range( begin( cnt ), end( cnt ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -7,19 +7,11 @@
|
|||||||
// SPDX-License-Identifier: BSL-1.0
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
#include <catch2/interfaces/catch_interfaces_reporter.hpp>
|
#include <catch2/interfaces/catch_interfaces_reporter.hpp>
|
||||||
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
||||||
#include <catch2/internal/catch_console_colour.hpp>
|
|
||||||
#include <catch2/internal/catch_console_width.hpp>
|
|
||||||
#include <catch2/catch_message.hpp>
|
#include <catch2/catch_message.hpp>
|
||||||
#include <catch2/internal/catch_list.hpp>
|
|
||||||
#include <catch2/internal/catch_string_manip.hpp>
|
|
||||||
#include <catch2/catch_test_case_info.hpp>
|
|
||||||
#include <catch2/reporters/catch_reporter_helpers.hpp>
|
|
||||||
#include <catch2/internal/catch_move_and_forward.hpp>
|
#include <catch2/internal/catch_move_and_forward.hpp>
|
||||||
#include <catch2/internal/catch_istream.hpp>
|
#include <catch2/internal/catch_istream.hpp>
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iomanip>
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
|
@@ -15,7 +15,6 @@
|
|||||||
#include <catch2/internal/catch_stringref.hpp>
|
#include <catch2/internal/catch_stringref.hpp>
|
||||||
#include <catch2/internal/catch_test_run_info.hpp>
|
#include <catch2/internal/catch_test_run_info.hpp>
|
||||||
#include <catch2/internal/catch_unique_ptr.hpp>
|
#include <catch2/internal/catch_unique_ptr.hpp>
|
||||||
#include <catch2/internal/catch_move_and_forward.hpp>
|
|
||||||
#include <catch2/benchmark/detail/catch_benchmark_stats.hpp>
|
#include <catch2/benchmark/detail/catch_benchmark_stats.hpp>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
@@ -8,10 +8,8 @@
|
|||||||
#include <catch2/internal/catch_assertion_handler.hpp>
|
#include <catch2/internal/catch_assertion_handler.hpp>
|
||||||
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
||||||
#include <catch2/internal/catch_context.hpp>
|
#include <catch2/internal/catch_context.hpp>
|
||||||
#include <catch2/internal/catch_enforce.hpp>
|
|
||||||
#include <catch2/internal/catch_debugger.hpp>
|
#include <catch2/internal/catch_debugger.hpp>
|
||||||
#include <catch2/internal/catch_test_failure_exception.hpp>
|
#include <catch2/internal/catch_test_failure_exception.hpp>
|
||||||
#include <catch2/interfaces/catch_interfaces_registry_hub.hpp>
|
|
||||||
#include <catch2/matchers/catch_matchers_string.hpp>
|
#include <catch2/matchers/catch_matchers_string.hpp>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
#include <catch2/internal/catch_platform.hpp>
|
#include <catch2/internal/catch_platform.hpp>
|
||||||
#include <catch2/internal/catch_string_manip.hpp>
|
#include <catch2/internal/catch_string_manip.hpp>
|
||||||
#include <catch2/internal/catch_textflow.hpp>
|
#include <catch2/internal/catch_textflow.hpp>
|
||||||
|
#include <catch2/internal/catch_reusable_string_stream.hpp>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
@@ -24,15 +25,31 @@ namespace {
|
|||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string normaliseOpt( std::string const& optName ) {
|
Catch::StringRef normaliseOpt( Catch::StringRef optName ) {
|
||||||
#ifdef CATCH_PLATFORM_WINDOWS
|
if ( optName[0] == '-'
|
||||||
if ( optName[0] == '/' )
|
#if defined(CATCH_PLATFORM_WINDOWS)
|
||||||
return "-" + optName.substr( 1 );
|
|| optName[0] == '/'
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
|
) {
|
||||||
|
return optName.substr( 1, optName.size() );
|
||||||
|
}
|
||||||
|
|
||||||
return optName;
|
return optName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static size_t find_first_separator(Catch::StringRef sr) {
|
||||||
|
auto is_separator = []( char c ) {
|
||||||
|
return c == ' ' || c == ':' || c == '=';
|
||||||
|
};
|
||||||
|
size_t pos = 0;
|
||||||
|
while (pos < sr.size()) {
|
||||||
|
if (is_separator(sr[pos])) { return pos; }
|
||||||
|
++pos;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Catch::StringRef::npos;
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
@@ -48,23 +65,23 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( it != itEnd ) {
|
if ( it != itEnd ) {
|
||||||
auto const& next = *it;
|
StringRef next = *it;
|
||||||
if ( isOptPrefix( next[0] ) ) {
|
if ( isOptPrefix( next[0] ) ) {
|
||||||
auto delimiterPos = next.find_first_of( " :=" );
|
auto delimiterPos = find_first_separator(next);
|
||||||
if ( delimiterPos != std::string::npos ) {
|
if ( delimiterPos != StringRef::npos ) {
|
||||||
m_tokenBuffer.push_back(
|
m_tokenBuffer.push_back(
|
||||||
{ TokenType::Option,
|
{ TokenType::Option,
|
||||||
next.substr( 0, delimiterPos ) } );
|
next.substr( 0, delimiterPos ) } );
|
||||||
m_tokenBuffer.push_back(
|
m_tokenBuffer.push_back(
|
||||||
{ TokenType::Argument,
|
{ TokenType::Argument,
|
||||||
next.substr( delimiterPos + 1 ) } );
|
next.substr( delimiterPos + 1, next.size() ) } );
|
||||||
} else {
|
} else {
|
||||||
if ( next[1] != '-' && next.size() > 2 ) {
|
if ( next[1] != '-' && next.size() > 2 ) {
|
||||||
std::string opt = "- ";
|
// Combined short args, e.g. "-ab" for "-a -b"
|
||||||
for ( size_t i = 1; i < next.size(); ++i ) {
|
for ( size_t i = 1; i < next.size(); ++i ) {
|
||||||
opt[1] = next[i];
|
|
||||||
m_tokenBuffer.push_back(
|
m_tokenBuffer.push_back(
|
||||||
{ TokenType::Option, opt } );
|
{ TokenType::Option,
|
||||||
|
next.substr( i, 1 ) } );
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
m_tokenBuffer.push_back(
|
m_tokenBuffer.push_back(
|
||||||
@@ -124,12 +141,12 @@ namespace Catch {
|
|||||||
size_t ParserBase::cardinality() const { return 1; }
|
size_t ParserBase::cardinality() const { return 1; }
|
||||||
|
|
||||||
InternalParseResult ParserBase::parse( Args const& args ) const {
|
InternalParseResult ParserBase::parse( Args const& args ) const {
|
||||||
return parse( args.exeName(), TokenStream( args ) );
|
return parse( static_cast<std::string>(args.exeName()), TokenStream( args ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
ParseState::ParseState( ParseResultType type,
|
ParseState::ParseState( ParseResultType type,
|
||||||
TokenStream const& remainingTokens ):
|
TokenStream remainingTokens ):
|
||||||
m_type( type ), m_remainingTokens( remainingTokens ) {}
|
m_type( type ), m_remainingTokens( CATCH_MOVE(remainingTokens) ) {}
|
||||||
|
|
||||||
ParserResult BoundFlagRef::setFlag( bool flag ) {
|
ParserResult BoundFlagRef::setFlag( bool flag ) {
|
||||||
m_ref = flag;
|
m_ref = flag;
|
||||||
@@ -147,34 +164,34 @@ namespace Catch {
|
|||||||
} // namespace Detail
|
} // namespace Detail
|
||||||
|
|
||||||
Detail::InternalParseResult Arg::parse(std::string const&,
|
Detail::InternalParseResult Arg::parse(std::string const&,
|
||||||
Detail::TokenStream const& tokens) const {
|
Detail::TokenStream tokens) const {
|
||||||
auto validationResult = validate();
|
auto validationResult = validate();
|
||||||
if (!validationResult)
|
if (!validationResult)
|
||||||
return Detail::InternalParseResult(validationResult);
|
return Detail::InternalParseResult(validationResult);
|
||||||
|
|
||||||
auto remainingTokens = tokens;
|
auto token = *tokens;
|
||||||
auto const& token = *remainingTokens;
|
|
||||||
if (token.type != Detail::TokenType::Argument)
|
if (token.type != Detail::TokenType::Argument)
|
||||||
return Detail::InternalParseResult::ok(Detail::ParseState(
|
return Detail::InternalParseResult::ok(Detail::ParseState(
|
||||||
ParseResultType::NoMatch, remainingTokens));
|
ParseResultType::NoMatch, CATCH_MOVE(tokens)));
|
||||||
|
|
||||||
assert(!m_ref->isFlag());
|
assert(!m_ref->isFlag());
|
||||||
auto valueRef =
|
auto valueRef =
|
||||||
static_cast<Detail::BoundValueRefBase*>(m_ref.get());
|
static_cast<Detail::BoundValueRefBase*>(m_ref.get());
|
||||||
|
|
||||||
auto result = valueRef->setValue(remainingTokens->token);
|
auto result = valueRef->setValue(static_cast<std::string>(token.token));
|
||||||
if ( !result )
|
if ( !result )
|
||||||
return Detail::InternalParseResult( result );
|
return Detail::InternalParseResult( result );
|
||||||
else
|
else
|
||||||
return Detail::InternalParseResult::ok(Detail::ParseState(
|
return Detail::InternalParseResult::ok(
|
||||||
ParseResultType::Matched, ++remainingTokens));
|
Detail::ParseState( ParseResultType::Matched,
|
||||||
|
CATCH_MOVE( ++tokens ) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
Opt::Opt(bool& ref) :
|
Opt::Opt(bool& ref) :
|
||||||
ParserRefImpl(std::make_shared<Detail::BoundFlagRef>(ref)) {}
|
ParserRefImpl(std::make_shared<Detail::BoundFlagRef>(ref)) {}
|
||||||
|
|
||||||
std::vector<Detail::HelpColumns> Opt::getHelpColumns() const {
|
Detail::HelpColumns Opt::getHelpColumns() const {
|
||||||
std::ostringstream oss;
|
ReusableStringStream oss;
|
||||||
bool first = true;
|
bool first = true;
|
||||||
for (auto const& opt : m_optNames) {
|
for (auto const& opt : m_optNames) {
|
||||||
if (first)
|
if (first)
|
||||||
@@ -185,10 +202,10 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
if (!m_hint.empty())
|
if (!m_hint.empty())
|
||||||
oss << " <" << m_hint << '>';
|
oss << " <" << m_hint << '>';
|
||||||
return { { oss.str(), m_description } };
|
return { oss.str(), m_description };
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Opt::isMatch(std::string const& optToken) const {
|
bool Opt::isMatch(StringRef optToken) const {
|
||||||
auto normalisedToken = normaliseOpt(optToken);
|
auto normalisedToken = normaliseOpt(optToken);
|
||||||
for (auto const& name : m_optNames) {
|
for (auto const& name : m_optNames) {
|
||||||
if (normaliseOpt(name) == normalisedToken)
|
if (normaliseOpt(name) == normalisedToken)
|
||||||
@@ -198,15 +215,14 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Detail::InternalParseResult Opt::parse(std::string const&,
|
Detail::InternalParseResult Opt::parse(std::string const&,
|
||||||
Detail::TokenStream const& tokens) const {
|
Detail::TokenStream tokens) const {
|
||||||
auto validationResult = validate();
|
auto validationResult = validate();
|
||||||
if (!validationResult)
|
if (!validationResult)
|
||||||
return Detail::InternalParseResult(validationResult);
|
return Detail::InternalParseResult(validationResult);
|
||||||
|
|
||||||
auto remainingTokens = tokens;
|
if (tokens &&
|
||||||
if (remainingTokens &&
|
tokens->type == Detail::TokenType::Option) {
|
||||||
remainingTokens->type == Detail::TokenType::Option) {
|
auto const& token = *tokens;
|
||||||
auto const& token = *remainingTokens;
|
|
||||||
if (isMatch(token.token)) {
|
if (isMatch(token.token)) {
|
||||||
if (m_ref->isFlag()) {
|
if (m_ref->isFlag()) {
|
||||||
auto flagRef =
|
auto flagRef =
|
||||||
@@ -218,35 +234,35 @@ namespace Catch {
|
|||||||
if (result.value() ==
|
if (result.value() ==
|
||||||
ParseResultType::ShortCircuitAll)
|
ParseResultType::ShortCircuitAll)
|
||||||
return Detail::InternalParseResult::ok(Detail::ParseState(
|
return Detail::InternalParseResult::ok(Detail::ParseState(
|
||||||
result.value(), remainingTokens));
|
result.value(), CATCH_MOVE(tokens)));
|
||||||
} else {
|
} else {
|
||||||
auto valueRef =
|
auto valueRef =
|
||||||
static_cast<Detail::BoundValueRefBase*>(
|
static_cast<Detail::BoundValueRefBase*>(
|
||||||
m_ref.get());
|
m_ref.get());
|
||||||
++remainingTokens;
|
++tokens;
|
||||||
if (!remainingTokens)
|
if (!tokens)
|
||||||
return Detail::InternalParseResult::runtimeError(
|
return Detail::InternalParseResult::runtimeError(
|
||||||
"Expected argument following " +
|
"Expected argument following " +
|
||||||
token.token);
|
token.token);
|
||||||
auto const& argToken = *remainingTokens;
|
auto const& argToken = *tokens;
|
||||||
if (argToken.type != Detail::TokenType::Argument)
|
if (argToken.type != Detail::TokenType::Argument)
|
||||||
return Detail::InternalParseResult::runtimeError(
|
return Detail::InternalParseResult::runtimeError(
|
||||||
"Expected argument following " +
|
"Expected argument following " +
|
||||||
token.token);
|
token.token);
|
||||||
const auto result = valueRef->setValue(argToken.token);
|
const auto result = valueRef->setValue(static_cast<std::string>(argToken.token));
|
||||||
if (!result)
|
if (!result)
|
||||||
return Detail::InternalParseResult(result);
|
return Detail::InternalParseResult(result);
|
||||||
if (result.value() ==
|
if (result.value() ==
|
||||||
ParseResultType::ShortCircuitAll)
|
ParseResultType::ShortCircuitAll)
|
||||||
return Detail::InternalParseResult::ok(Detail::ParseState(
|
return Detail::InternalParseResult::ok(Detail::ParseState(
|
||||||
result.value(), remainingTokens));
|
result.value(), CATCH_MOVE(tokens)));
|
||||||
}
|
}
|
||||||
return Detail::InternalParseResult::ok(Detail::ParseState(
|
return Detail::InternalParseResult::ok(Detail::ParseState(
|
||||||
ParseResultType::Matched, ++remainingTokens));
|
ParseResultType::Matched, CATCH_MOVE(++tokens)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Detail::InternalParseResult::ok(
|
return Detail::InternalParseResult::ok(
|
||||||
Detail::ParseState(ParseResultType::NoMatch, remainingTokens));
|
Detail::ParseState(ParseResultType::NoMatch, CATCH_MOVE(tokens)));
|
||||||
}
|
}
|
||||||
|
|
||||||
Detail::Result Opt::validate() const {
|
Detail::Result Opt::validate() const {
|
||||||
@@ -278,9 +294,9 @@ namespace Catch {
|
|||||||
|
|
||||||
Detail::InternalParseResult
|
Detail::InternalParseResult
|
||||||
ExeName::parse(std::string const&,
|
ExeName::parse(std::string const&,
|
||||||
Detail::TokenStream const& tokens) const {
|
Detail::TokenStream tokens) const {
|
||||||
return Detail::InternalParseResult::ok(
|
return Detail::InternalParseResult::ok(
|
||||||
Detail::ParseState(ParseResultType::NoMatch, tokens));
|
Detail::ParseState(ParseResultType::NoMatch, CATCH_MOVE(tokens)));
|
||||||
}
|
}
|
||||||
|
|
||||||
ParserResult ExeName::set(std::string const& newName) {
|
ParserResult ExeName::set(std::string const& newName) {
|
||||||
@@ -310,9 +326,9 @@ namespace Catch {
|
|||||||
|
|
||||||
std::vector<Detail::HelpColumns> Parser::getHelpColumns() const {
|
std::vector<Detail::HelpColumns> Parser::getHelpColumns() const {
|
||||||
std::vector<Detail::HelpColumns> cols;
|
std::vector<Detail::HelpColumns> cols;
|
||||||
|
cols.reserve( m_options.size() );
|
||||||
for ( auto const& o : m_options ) {
|
for ( auto const& o : m_options ) {
|
||||||
auto childCols = o.getHelpColumns();
|
cols.push_back(o.getHelpColumns());
|
||||||
cols.insert( cols.end(), childCols.begin(), childCols.end() );
|
|
||||||
}
|
}
|
||||||
return cols;
|
return cols;
|
||||||
}
|
}
|
||||||
@@ -350,12 +366,12 @@ namespace Catch {
|
|||||||
|
|
||||||
optWidth = ( std::min )( optWidth, consoleWidth / 2 );
|
optWidth = ( std::min )( optWidth, consoleWidth / 2 );
|
||||||
|
|
||||||
for ( auto const& cols : rows ) {
|
for ( auto& cols : rows ) {
|
||||||
auto row = TextFlow::Column( cols.left )
|
auto row = TextFlow::Column( CATCH_MOVE(cols.left) )
|
||||||
.width( optWidth )
|
.width( optWidth )
|
||||||
.indent( 2 ) +
|
.indent( 2 ) +
|
||||||
TextFlow::Spacer( 4 ) +
|
TextFlow::Spacer( 4 ) +
|
||||||
TextFlow::Column( cols.right )
|
TextFlow::Column( static_cast<std::string>(cols.descriptions) )
|
||||||
.width( consoleWidth - 7 - optWidth );
|
.width( consoleWidth - 7 - optWidth );
|
||||||
os << row << '\n';
|
os << row << '\n';
|
||||||
}
|
}
|
||||||
@@ -377,7 +393,7 @@ namespace Catch {
|
|||||||
|
|
||||||
Detail::InternalParseResult
|
Detail::InternalParseResult
|
||||||
Parser::parse( std::string const& exeName,
|
Parser::parse( std::string const& exeName,
|
||||||
Detail::TokenStream const& tokens ) const {
|
Detail::TokenStream tokens ) const {
|
||||||
|
|
||||||
struct ParserInfo {
|
struct ParserInfo {
|
||||||
ParserBase const* parser = nullptr;
|
ParserBase const* parser = nullptr;
|
||||||
@@ -395,7 +411,7 @@ namespace Catch {
|
|||||||
m_exeName.set( exeName );
|
m_exeName.set( exeName );
|
||||||
|
|
||||||
auto result = Detail::InternalParseResult::ok(
|
auto result = Detail::InternalParseResult::ok(
|
||||||
Detail::ParseState( ParseResultType::NoMatch, tokens ) );
|
Detail::ParseState( ParseResultType::NoMatch, CATCH_MOVE(tokens) ) );
|
||||||
while ( result.value().remainingTokens() ) {
|
while ( result.value().remainingTokens() ) {
|
||||||
bool tokenParsed = false;
|
bool tokenParsed = false;
|
||||||
|
|
||||||
@@ -403,7 +419,7 @@ namespace Catch {
|
|||||||
if ( parseInfo.parser->cardinality() == 0 ||
|
if ( parseInfo.parser->cardinality() == 0 ||
|
||||||
parseInfo.count < parseInfo.parser->cardinality() ) {
|
parseInfo.count < parseInfo.parser->cardinality() ) {
|
||||||
result = parseInfo.parser->parse(
|
result = parseInfo.parser->parse(
|
||||||
exeName, result.value().remainingTokens() );
|
exeName, CATCH_MOVE(result).value().remainingTokens() );
|
||||||
if ( !result )
|
if ( !result )
|
||||||
return result;
|
return result;
|
||||||
if ( result.value().type() !=
|
if ( result.value().type() !=
|
||||||
@@ -429,7 +445,7 @@ namespace Catch {
|
|||||||
Args::Args(int argc, char const* const* argv) :
|
Args::Args(int argc, char const* const* argv) :
|
||||||
m_exeName(argv[0]), m_args(argv + 1, argv + argc) {}
|
m_exeName(argv[0]), m_args(argv + 1, argv + argc) {}
|
||||||
|
|
||||||
Args::Args(std::initializer_list<std::string> args) :
|
Args::Args(std::initializer_list<StringRef> args) :
|
||||||
m_exeName(*args.begin()),
|
m_exeName(*args.begin()),
|
||||||
m_args(args.begin() + 1, args.end()) {}
|
m_args(args.begin() + 1, args.end()) {}
|
||||||
|
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <catch2/internal/catch_stringref.hpp>
|
||||||
#include <catch2/internal/catch_move_and_forward.hpp>
|
#include <catch2/internal/catch_move_and_forward.hpp>
|
||||||
#include <catch2/internal/catch_noncopyable.hpp>
|
#include <catch2/internal/catch_noncopyable.hpp>
|
||||||
#include <catch2/internal/catch_void_type.hpp>
|
#include <catch2/internal/catch_void_type.hpp>
|
||||||
@@ -101,17 +102,16 @@ namespace Catch {
|
|||||||
enum class TokenType { Option, Argument };
|
enum class TokenType { Option, Argument };
|
||||||
struct Token {
|
struct Token {
|
||||||
TokenType type;
|
TokenType type;
|
||||||
std::string token;
|
StringRef token;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Abstracts iterators into args as a stream of tokens, with option
|
// Abstracts iterators into args as a stream of tokens, with option
|
||||||
// arguments uniformly handled
|
// arguments uniformly handled
|
||||||
class TokenStream {
|
class TokenStream {
|
||||||
using Iterator = std::vector<std::string>::const_iterator;
|
using Iterator = std::vector<StringRef>::const_iterator;
|
||||||
Iterator it;
|
Iterator it;
|
||||||
Iterator itEnd;
|
Iterator itEnd;
|
||||||
std::vector<Token> m_tokenBuffer;
|
std::vector<Token> m_tokenBuffer;
|
||||||
|
|
||||||
void loadBuffer();
|
void loadBuffer();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
@@ -163,12 +163,17 @@ namespace Catch {
|
|||||||
ResultType m_type;
|
ResultType m_type;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T> class ResultValueBase : public ResultBase {
|
template <typename T>
|
||||||
|
class ResultValueBase : public ResultBase {
|
||||||
public:
|
public:
|
||||||
auto value() const -> T const& {
|
T const& value() const& {
|
||||||
enforceOk();
|
enforceOk();
|
||||||
return m_value;
|
return m_value;
|
||||||
}
|
}
|
||||||
|
T&& value() && {
|
||||||
|
enforceOk();
|
||||||
|
return CATCH_MOVE( m_value );
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ResultValueBase( ResultType type ): ResultBase( type ) {}
|
ResultValueBase( ResultType type ): ResultBase( type ) {}
|
||||||
@@ -178,13 +183,23 @@ namespace Catch {
|
|||||||
if ( m_type == ResultType::Ok )
|
if ( m_type == ResultType::Ok )
|
||||||
new ( &m_value ) T( other.m_value );
|
new ( &m_value ) T( other.m_value );
|
||||||
}
|
}
|
||||||
|
ResultValueBase( ResultValueBase&& other ):
|
||||||
ResultValueBase( ResultType, T const& value ): ResultBase( ResultType::Ok ) {
|
ResultBase( other ) {
|
||||||
new ( &m_value ) T( value );
|
if ( m_type == ResultType::Ok )
|
||||||
|
new ( &m_value ) T( CATCH_MOVE(other.m_value) );
|
||||||
}
|
}
|
||||||
|
|
||||||
auto operator=( ResultValueBase const& other )
|
|
||||||
-> ResultValueBase& {
|
ResultValueBase( ResultType, T const& value ):
|
||||||
|
ResultBase( ResultType::Ok ) {
|
||||||
|
new ( &m_value ) T( value );
|
||||||
|
}
|
||||||
|
ResultValueBase( ResultType, T&& value ):
|
||||||
|
ResultBase( ResultType::Ok ) {
|
||||||
|
new ( &m_value ) T( CATCH_MOVE(value) );
|
||||||
|
}
|
||||||
|
|
||||||
|
ResultValueBase& operator=( ResultValueBase const& other ) {
|
||||||
if ( m_type == ResultType::Ok )
|
if ( m_type == ResultType::Ok )
|
||||||
m_value.~T();
|
m_value.~T();
|
||||||
ResultBase::operator=( other );
|
ResultBase::operator=( other );
|
||||||
@@ -192,6 +207,14 @@ namespace Catch {
|
|||||||
new ( &m_value ) T( other.m_value );
|
new ( &m_value ) T( other.m_value );
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
ResultValueBase& operator=( ResultValueBase&& other ) {
|
||||||
|
if ( m_type == ResultType::Ok ) m_value.~T();
|
||||||
|
ResultBase::operator=( other );
|
||||||
|
if ( m_type == ResultType::Ok )
|
||||||
|
new ( &m_value ) T( CATCH_MOVE(other.m_value) );
|
||||||
|
return *this;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
~ResultValueBase() override {
|
~ResultValueBase() override {
|
||||||
if ( m_type == ResultType::Ok )
|
if ( m_type == ResultType::Ok )
|
||||||
@@ -219,8 +242,8 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename U>
|
template <typename U>
|
||||||
static auto ok( U const& value ) -> BasicResult {
|
static auto ok( U&& value ) -> BasicResult {
|
||||||
return { ResultType::Ok, value };
|
return { ResultType::Ok, CATCH_FORWARD(value) };
|
||||||
}
|
}
|
||||||
static auto ok() -> BasicResult { return { ResultType::Ok }; }
|
static auto ok() -> BasicResult { return { ResultType::Ok }; }
|
||||||
static auto logicError( std::string&& message )
|
static auto logicError( std::string&& message )
|
||||||
@@ -267,12 +290,15 @@ namespace Catch {
|
|||||||
class ParseState {
|
class ParseState {
|
||||||
public:
|
public:
|
||||||
ParseState( ParseResultType type,
|
ParseState( ParseResultType type,
|
||||||
TokenStream const& remainingTokens );
|
TokenStream remainingTokens );
|
||||||
|
|
||||||
ParseResultType type() const { return m_type; }
|
ParseResultType type() const { return m_type; }
|
||||||
TokenStream const& remainingTokens() const {
|
TokenStream const& remainingTokens() const& {
|
||||||
return m_remainingTokens;
|
return m_remainingTokens;
|
||||||
}
|
}
|
||||||
|
TokenStream&& remainingTokens() && {
|
||||||
|
return CATCH_MOVE( m_remainingTokens );
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ParseResultType m_type;
|
ParseResultType m_type;
|
||||||
@@ -285,7 +311,7 @@ namespace Catch {
|
|||||||
|
|
||||||
struct HelpColumns {
|
struct HelpColumns {
|
||||||
std::string left;
|
std::string left;
|
||||||
std::string right;
|
StringRef descriptions;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
@@ -445,7 +471,7 @@ namespace Catch {
|
|||||||
virtual ~ParserBase() = default;
|
virtual ~ParserBase() = default;
|
||||||
virtual auto validate() const -> Result { return Result::ok(); }
|
virtual auto validate() const -> Result { return Result::ok(); }
|
||||||
virtual auto parse( std::string const& exeName,
|
virtual auto parse( std::string const& exeName,
|
||||||
TokenStream const& tokens ) const
|
TokenStream tokens ) const
|
||||||
-> InternalParseResult = 0;
|
-> InternalParseResult = 0;
|
||||||
virtual size_t cardinality() const;
|
virtual size_t cardinality() const;
|
||||||
|
|
||||||
@@ -465,8 +491,8 @@ namespace Catch {
|
|||||||
protected:
|
protected:
|
||||||
Optionality m_optionality = Optionality::Optional;
|
Optionality m_optionality = Optionality::Optional;
|
||||||
std::shared_ptr<BoundRef> m_ref;
|
std::shared_ptr<BoundRef> m_ref;
|
||||||
std::string m_hint;
|
StringRef m_hint;
|
||||||
std::string m_description;
|
StringRef m_description;
|
||||||
|
|
||||||
explicit ParserRefImpl( std::shared_ptr<BoundRef> const& ref ):
|
explicit ParserRefImpl( std::shared_ptr<BoundRef> const& ref ):
|
||||||
m_ref( ref ) {}
|
m_ref( ref ) {}
|
||||||
@@ -475,28 +501,32 @@ namespace Catch {
|
|||||||
template <typename LambdaT>
|
template <typename LambdaT>
|
||||||
ParserRefImpl( accept_many_t,
|
ParserRefImpl( accept_many_t,
|
||||||
LambdaT const& ref,
|
LambdaT const& ref,
|
||||||
std::string const& hint ):
|
StringRef hint ):
|
||||||
m_ref( std::make_shared<BoundManyLambda<LambdaT>>( ref ) ),
|
m_ref( std::make_shared<BoundManyLambda<LambdaT>>( ref ) ),
|
||||||
m_hint( hint ) {}
|
m_hint( hint ) {}
|
||||||
|
|
||||||
template <typename T,
|
template <typename T,
|
||||||
typename = typename std::enable_if_t<
|
typename = typename std::enable_if_t<
|
||||||
!Detail::is_unary_function<T>::value>>
|
!Detail::is_unary_function<T>::value>>
|
||||||
ParserRefImpl( T& ref, std::string const& hint ):
|
ParserRefImpl( T& ref, StringRef hint ):
|
||||||
m_ref( std::make_shared<BoundValueRef<T>>( ref ) ),
|
m_ref( std::make_shared<BoundValueRef<T>>( ref ) ),
|
||||||
m_hint( hint ) {}
|
m_hint( hint ) {}
|
||||||
|
|
||||||
template <typename LambdaT,
|
template <typename LambdaT,
|
||||||
typename = typename std::enable_if_t<
|
typename = typename std::enable_if_t<
|
||||||
Detail::is_unary_function<LambdaT>::value>>
|
Detail::is_unary_function<LambdaT>::value>>
|
||||||
ParserRefImpl( LambdaT const& ref, std::string const& hint ):
|
ParserRefImpl( LambdaT const& ref, StringRef hint ):
|
||||||
m_ref( std::make_shared<BoundLambda<LambdaT>>( ref ) ),
|
m_ref( std::make_shared<BoundLambda<LambdaT>>( ref ) ),
|
||||||
m_hint( hint ) {}
|
m_hint( hint ) {}
|
||||||
|
|
||||||
auto operator()( std::string const& description ) -> DerivedT& {
|
DerivedT& operator()( StringRef description ) & {
|
||||||
m_description = description;
|
m_description = description;
|
||||||
return static_cast<DerivedT&>( *this );
|
return static_cast<DerivedT&>( *this );
|
||||||
}
|
}
|
||||||
|
DerivedT&& operator()( StringRef description ) && {
|
||||||
|
m_description = description;
|
||||||
|
return static_cast<DerivedT&&>( *this );
|
||||||
|
}
|
||||||
|
|
||||||
auto optional() -> DerivedT& {
|
auto optional() -> DerivedT& {
|
||||||
m_optionality = Optionality::Optional;
|
m_optionality = Optionality::Optional;
|
||||||
@@ -519,7 +549,7 @@ namespace Catch {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string const& hint() const { return m_hint; }
|
StringRef hint() const { return m_hint; }
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
@@ -533,13 +563,13 @@ namespace Catch {
|
|||||||
|
|
||||||
Detail::InternalParseResult
|
Detail::InternalParseResult
|
||||||
parse(std::string const&,
|
parse(std::string const&,
|
||||||
Detail::TokenStream const& tokens) const override;
|
Detail::TokenStream tokens) const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
// A parser for options
|
// A parser for options
|
||||||
class Opt : public Detail::ParserRefImpl<Opt> {
|
class Opt : public Detail::ParserRefImpl<Opt> {
|
||||||
protected:
|
protected:
|
||||||
std::vector<std::string> m_optNames;
|
std::vector<StringRef> m_optNames;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
template <typename LambdaT>
|
template <typename LambdaT>
|
||||||
@@ -552,33 +582,37 @@ namespace Catch {
|
|||||||
template <typename LambdaT,
|
template <typename LambdaT,
|
||||||
typename = typename std::enable_if_t<
|
typename = typename std::enable_if_t<
|
||||||
Detail::is_unary_function<LambdaT>::value>>
|
Detail::is_unary_function<LambdaT>::value>>
|
||||||
Opt( LambdaT const& ref, std::string const& hint ):
|
Opt( LambdaT const& ref, StringRef hint ):
|
||||||
ParserRefImpl( ref, hint ) {}
|
ParserRefImpl( ref, hint ) {}
|
||||||
|
|
||||||
template <typename LambdaT>
|
template <typename LambdaT>
|
||||||
Opt( accept_many_t, LambdaT const& ref, std::string const& hint ):
|
Opt( accept_many_t, LambdaT const& ref, StringRef hint ):
|
||||||
ParserRefImpl( accept_many, ref, hint ) {}
|
ParserRefImpl( accept_many, ref, hint ) {}
|
||||||
|
|
||||||
template <typename T,
|
template <typename T,
|
||||||
typename = typename std::enable_if_t<
|
typename = typename std::enable_if_t<
|
||||||
!Detail::is_unary_function<T>::value>>
|
!Detail::is_unary_function<T>::value>>
|
||||||
Opt( T& ref, std::string const& hint ):
|
Opt( T& ref, StringRef hint ):
|
||||||
ParserRefImpl( ref, hint ) {}
|
ParserRefImpl( ref, hint ) {}
|
||||||
|
|
||||||
auto operator[](std::string const& optName) -> Opt& {
|
Opt& operator[]( StringRef optName ) & {
|
||||||
m_optNames.push_back(optName);
|
m_optNames.push_back(optName);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Opt&& operator[]( StringRef optName ) && {
|
||||||
|
m_optNames.push_back( optName );
|
||||||
|
return CATCH_MOVE(*this);
|
||||||
|
}
|
||||||
|
|
||||||
std::vector<Detail::HelpColumns> getHelpColumns() const;
|
Detail::HelpColumns getHelpColumns() const;
|
||||||
|
|
||||||
bool isMatch(std::string const& optToken) const;
|
bool isMatch(StringRef optToken) const;
|
||||||
|
|
||||||
using ParserBase::parse;
|
using ParserBase::parse;
|
||||||
|
|
||||||
Detail::InternalParseResult
|
Detail::InternalParseResult
|
||||||
parse(std::string const&,
|
parse(std::string const&,
|
||||||
Detail::TokenStream const& tokens) const override;
|
Detail::TokenStream tokens) const override;
|
||||||
|
|
||||||
Detail::Result validate() const override;
|
Detail::Result validate() const override;
|
||||||
};
|
};
|
||||||
@@ -601,7 +635,7 @@ namespace Catch {
|
|||||||
// handled specially
|
// handled specially
|
||||||
Detail::InternalParseResult
|
Detail::InternalParseResult
|
||||||
parse(std::string const&,
|
parse(std::string const&,
|
||||||
Detail::TokenStream const& tokens) const override;
|
Detail::TokenStream tokens) const override;
|
||||||
|
|
||||||
std::string const& name() const { return *m_name; }
|
std::string const& name() const { return *m_name; }
|
||||||
Detail::ParserResult set(std::string const& newName);
|
Detail::ParserResult set(std::string const& newName);
|
||||||
@@ -626,16 +660,26 @@ namespace Catch {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto operator|=(Opt const& opt) -> Parser& {
|
friend Parser& operator|=( Parser& p, Opt const& opt ) {
|
||||||
m_options.push_back(opt);
|
p.m_options.push_back( opt );
|
||||||
return *this;
|
return p;
|
||||||
|
}
|
||||||
|
friend Parser& operator|=( Parser& p, Opt&& opt ) {
|
||||||
|
p.m_options.push_back( CATCH_MOVE(opt) );
|
||||||
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
Parser& operator|=(Parser const& other);
|
Parser& operator|=(Parser const& other);
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
auto operator|(T const& other) const -> Parser {
|
friend Parser operator|( Parser const& p, T&& rhs ) {
|
||||||
return Parser(*this) |= other;
|
return Parser( p ) |= CATCH_FORWARD(rhs);
|
||||||
|
}
|
||||||
|
|
||||||
|
template <typename T>
|
||||||
|
friend Parser operator|( Parser&& p, T&& rhs ) {
|
||||||
|
p |= CATCH_FORWARD(rhs);
|
||||||
|
return CATCH_MOVE(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<Detail::HelpColumns> getHelpColumns() const;
|
std::vector<Detail::HelpColumns> getHelpColumns() const;
|
||||||
@@ -653,21 +697,23 @@ namespace Catch {
|
|||||||
using ParserBase::parse;
|
using ParserBase::parse;
|
||||||
Detail::InternalParseResult
|
Detail::InternalParseResult
|
||||||
parse(std::string const& exeName,
|
parse(std::string const& exeName,
|
||||||
Detail::TokenStream const& tokens) const override;
|
Detail::TokenStream tokens) const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Transport for raw args (copied from main args, or supplied via
|
/**
|
||||||
// init list for testing)
|
* Wrapper over argc + argv, assumes that the inputs outlive it
|
||||||
|
*/
|
||||||
class Args {
|
class Args {
|
||||||
friend Detail::TokenStream;
|
friend Detail::TokenStream;
|
||||||
std::string m_exeName;
|
StringRef m_exeName;
|
||||||
std::vector<std::string> m_args;
|
std::vector<StringRef> m_args;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Args(int argc, char const* const* argv);
|
Args(int argc, char const* const* argv);
|
||||||
Args(std::initializer_list<std::string> args);
|
// Helper constructor for testing
|
||||||
|
Args(std::initializer_list<StringRef> args);
|
||||||
|
|
||||||
std::string const& exeName() const { return m_exeName; }
|
StringRef exeName() const { return m_exeName; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include <catch2/catch_config.hpp>
|
#include <catch2/catch_config.hpp>
|
||||||
#include <catch2/internal/catch_string_manip.hpp>
|
#include <catch2/internal/catch_string_manip.hpp>
|
||||||
|
#include <catch2/interfaces/catch_interfaces_config.hpp>
|
||||||
#include <catch2/interfaces/catch_interfaces_registry_hub.hpp>
|
#include <catch2/interfaces/catch_interfaces_registry_hub.hpp>
|
||||||
#include <catch2/internal/catch_reporter_registry.hpp>
|
#include <catch2/internal/catch_reporter_registry.hpp>
|
||||||
#include <catch2/internal/catch_console_colour.hpp>
|
#include <catch2/internal/catch_console_colour.hpp>
|
||||||
@@ -300,8 +301,8 @@ namespace Catch {
|
|||||||
( "split the tests to execute into this many groups" )
|
( "split the tests to execute into this many groups" )
|
||||||
| Opt( setShardIndex, "shard index" )
|
| Opt( setShardIndex, "shard index" )
|
||||||
["--shard-index"]
|
["--shard-index"]
|
||||||
( "index of the group of tests to execute (see --shard-count)" ) |
|
( "index of the group of tests to execute (see --shard-count)" )
|
||||||
Opt( config.allowZeroTests )
|
| Opt( config.allowZeroTests )
|
||||||
["--allow-running-no-tests"]
|
["--allow-running-no-tests"]
|
||||||
( "Treat 'No tests run' as a success" )
|
( "Treat 'No tests run' as a success" )
|
||||||
| Arg( config.testsOrTags, "test name|pattern|tags" )
|
| Arg( config.testsOrTags, "test name|pattern|tags" )
|
||||||
|
@@ -156,7 +156,9 @@
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Assume that some platforms do not support getenv.
|
// Assume that some platforms do not support getenv.
|
||||||
#if defined(CATCH_PLATFORM_WINDOWS_UWP) || defined(CATCH_PLATFORM_PLAYSTATION)
|
#if defined( CATCH_PLATFORM_WINDOWS_UWP ) || \
|
||||||
|
defined( CATCH_PLATFORM_PLAYSTATION ) || \
|
||||||
|
defined( _GAMING_XBOX )
|
||||||
# define CATCH_INTERNAL_CONFIG_NO_GETENV
|
# define CATCH_INTERNAL_CONFIG_NO_GETENV
|
||||||
#else
|
#else
|
||||||
# define CATCH_INTERNAL_CONFIG_GETENV
|
# define CATCH_INTERNAL_CONFIG_GETENV
|
||||||
|
29
src/catch2/internal/catch_config_prefix_messages.hpp
Normal file
29
src/catch2/internal/catch_config_prefix_messages.hpp
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
// Copyright Catch2 Authors
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// (See accompanying file LICENSE.txt or copy at
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* Wrapper for the CATCH_CONFIG_PREFIX_MESSAGES configuration option
|
||||||
|
*
|
||||||
|
* CATCH_CONFIG_PREFIX_ALL can be used to avoid clashes with other macros
|
||||||
|
* by prepending CATCH_. This may not be desirable if the only clashes are with
|
||||||
|
* logger macros such as INFO and WARN. In this cases
|
||||||
|
* CATCH_CONFIG_PREFIX_MESSAGES can be used to only prefix a small subset
|
||||||
|
* of relevant macros.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED
|
||||||
|
#define CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED
|
||||||
|
|
||||||
|
#include <catch2/catch_user_config.hpp>
|
||||||
|
|
||||||
|
#if defined(CATCH_CONFIG_PREFIX_ALL) && !defined(CATCH_CONFIG_PREFIX_MESSAGES)
|
||||||
|
#define CATCH_CONFIG_PREFIX_MESSAGES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // CATCH_CONFIG_PREFIX_MESSAGES_HPP_INCLUDED
|
@@ -39,7 +39,7 @@ namespace Catch {
|
|||||||
return parsed;
|
return parsed;
|
||||||
}
|
}
|
||||||
|
|
||||||
EnumInfo::~EnumInfo() {}
|
EnumInfo::~EnumInfo() = default;
|
||||||
|
|
||||||
StringRef EnumInfo::lookup( int value ) const {
|
StringRef EnumInfo::lookup( int value ) const {
|
||||||
for( auto const& valueToName : m_values ) {
|
for( auto const& valueToName : m_values ) {
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
|
#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
|
||||||
namespace {
|
namespace {
|
||||||
static std::string tryTranslators(
|
static std::string tryTranslators(
|
||||||
std::vector<
|
std::vector<
|
||||||
@@ -28,9 +29,9 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif //!defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
|
||||||
|
|
||||||
ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() {
|
ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() = default;
|
||||||
}
|
|
||||||
|
|
||||||
void ExceptionTranslatorRegistry::registerTranslator( Detail::unique_ptr<IExceptionTranslator>&& translator ) {
|
void ExceptionTranslatorRegistry::registerTranslator( Detail::unique_ptr<IExceptionTranslator>&& translator ) {
|
||||||
m_translators.push_back( CATCH_MOVE( translator ) );
|
m_translators.push_back( CATCH_MOVE( translator ) );
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include <catch2/internal/catch_fatal_condition_handler.hpp>
|
#include <catch2/internal/catch_fatal_condition_handler.hpp>
|
||||||
|
|
||||||
|
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
||||||
#include <catch2/internal/catch_context.hpp>
|
#include <catch2/internal/catch_context.hpp>
|
||||||
#include <catch2/internal/catch_enforce.hpp>
|
#include <catch2/internal/catch_enforce.hpp>
|
||||||
#include <catch2/interfaces/catch_interfaces_capture.hpp>
|
#include <catch2/interfaces/catch_interfaces_capture.hpp>
|
||||||
|
@@ -8,9 +8,6 @@
|
|||||||
#ifndef CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED
|
#ifndef CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED
|
||||||
#define CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED
|
#define CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED
|
||||||
|
|
||||||
#include <catch2/internal/catch_platform.hpp>
|
|
||||||
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
@@ -27,6 +27,17 @@ namespace Catch {
|
|||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined( __GNUC__ ) || defined( __clang__ )
|
||||||
|
# pragma GCC diagnostic push
|
||||||
|
# pragma GCC diagnostic ignored "-Wfloat-equal"
|
||||||
|
#endif
|
||||||
|
bool directCompare( float lhs, float rhs ) { return lhs == rhs; }
|
||||||
|
bool directCompare( double lhs, double rhs ) { return lhs == rhs; }
|
||||||
|
#if defined( __GNUC__ ) || defined( __clang__ )
|
||||||
|
# pragma GCC diagnostic pop
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // end namespace Detail
|
} // end namespace Detail
|
||||||
} // end namespace Catch
|
} // end namespace Catch
|
||||||
|
|
||||||
|
@@ -22,6 +22,11 @@ namespace Catch {
|
|||||||
uint32_t convertToBits(float f);
|
uint32_t convertToBits(float f);
|
||||||
uint64_t convertToBits(double d);
|
uint64_t convertToBits(double d);
|
||||||
|
|
||||||
|
// Used when we know we want == comparison of two doubles
|
||||||
|
// to centralize warning suppression
|
||||||
|
bool directCompare( float lhs, float rhs );
|
||||||
|
bool directCompare( double lhs, double rhs );
|
||||||
|
|
||||||
} // end namespace Detail
|
} // end namespace Detail
|
||||||
|
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user