a7f80b catch-2.2.1 base

302 files Authored by rpm-build 3 years ago, Committed by Packit 3 years ago,
302 files changed. 63860 lines added. 0 lines removed.
.gitattributes
file added
+22
.github/issue_template.md
file added
+29
.github/pull_request_template.md
file added
+28
.gitignore
file added
+29
.travis.yml
file added
+258
CMake/FindGcov.cmake
file added
+157
CMake/FindLcov.cmake
file added
+354
CMake/Findcodecov.cmake
file added
+258
CMake/llvm-cov-wrapper
file added
+56
CMakeLists.txt
file added
+454
CODE_OF_CONDUCT.md
file added
+46
LICENSE.txt
file added
+23
README.md
file added
+36
appveyor.yml
file added
+96
artwork/catch2-c-logo.png
file added
+0
artwork/catch2-hand-logo.png
file added
+0
artwork/catch2-logo-small.png
file added
+0
catch.pc.in
file added
+6
codecov.yml
file added
+26
conanfile.py
file added
+19
contrib/Catch.cmake
file added
+175
contrib/CatchAddTests.cmake
file added
+77
contrib/ParseAndAddCatchTests.cmake
file added
+185
docs/Readme.md
file added
+33
docs/assertions.md
file added
+160
docs/build-systems.md
file added
+175
docs/command-line.md
file added
+335
docs/commercial-users.md
file added
+17
docs/configuration.md
file added
+178
docs/contributing.md
file added
+61
docs/event-listeners.md
file added
+75
docs/limitations.md
file added
+137
docs/list-of-examples.md
file added
+31
docs/logging.md
file added
+83
docs/matchers.md
file added
+117
docs/opensource-users.md
file added
+102
docs/own-main.md
file added
+125
docs/release-notes.md
file added
+530
docs/release-process.md
file added
+65
docs/reporters.md
file added
+46
docs/slow-compiles.md
file added
+71
docs/test-cases-and-sections.md
file added
+91
docs/test-fixtures.md
file added
+35
docs/tostring.md
file added
+65
docs/tutorial.md
file added
+261
docs/why-catch.md
file added
+46
examples/000-CatchMain.cpp
file added
+15
examples/010-TestCase.cpp
file added
+36
examples/020-TestCase-1.cpp
file added
+35
examples/020-TestCase-2.cpp
file added
+33
examples/030-Asn-Require-Check.cpp
file added
+74
examples/100-Fix-Section.cpp
file added
+69
examples/110-Fix-ClassFixture.cpp
file added
+63
examples/120-Bdd-ScenarioGivenWhenThen.cpp
file added
+73
examples/210-Evt-EventListeners.cpp
file added
+423
examples/CMakeLists.txt
file added
+100
include/catch.hpp
file added
+350
include/catch_with_main.hpp
file added
+14
include/external/clara.hpp
file added
+1256
include/internal/catch_approx.cpp
file added
+56
include/internal/catch_approx.h
file added
+133
include/internal/catch_assertionhandler.cpp
file added
+114
include/internal/catch_assertionhandler.h
file added
+88
include/internal/catch_assertioninfo.h
file added
+31
include/internal/catch_assertionresult.cpp
file added
+98
include/internal/catch_assertionresult.h
file added
+59
include/internal/catch_benchmark.cpp
file added
+36
include/internal/catch_benchmark.h
file added
+57
include/internal/catch_capture.hpp
file added
+147
include/internal/catch_capture_matchers.cpp
file added
+24
include/internal/catch_capture_matchers.h
file added
+85
include/internal/catch_clara.h
file added
+38
include/internal/catch_commandline.cpp
file added
+194
include/internal/catch_commandline.h
file added
+20
include/internal/catch_common.cpp
file added
+44
include/internal/catch_common.h
file added
+83
include/internal/catch_compiler_capabilities.h
file added
+157
include/internal/catch_config.cpp
file added
+71
include/internal/catch_config.hpp
file added
+118
include/internal/catch_console_colour.cpp
file added
+236
include/internal/catch_console_colour.h
file added
+69
include/internal/catch_context.cpp
file added
+62
include/internal/catch_context.h
file added
+60
include/internal/catch_debug_console.cpp
file added
+31
include/internal/catch_debug_console.h
file added
+17
include/internal/catch_debugger.cpp
file added
+113
include/internal/catch_debugger.h
file added
+49
include/internal/catch_decomposer.cpp
file added
+24
include/internal/catch_decomposer.h
file added
+175
include/internal/catch_default_main.hpp
file added
+46
include/internal/catch_enforce.h
file added
+24
include/internal/catch_errno_guard.cpp
file added
+15
include/internal/catch_errno_guard.h
file added
+22
include/internal/catch_exception_translator_registry.cpp
file added
+73
include/internal/catch_exception_translator_registry.h
file added
+30
include/internal/catch_external_interfaces.h
file added
+20
include/internal/catch_fatal_condition.cpp
file added
+171
include/internal/catch_fatal_condition.h
file added
+69
include/internal/catch_impl.hpp
file added
+33
include/internal/catch_interfaces_capture.cpp
file added
+5
include/internal/catch_interfaces_capture.h
file added
+84
include/internal/catch_interfaces_config.cpp
file added
+5
include/internal/catch_interfaces_config.h
file added
+83
include/internal/catch_interfaces_exception.cpp
file added
+6
include/internal/catch_interfaces_exception.h
file added
+83
include/internal/catch_interfaces_registry_hub.cpp
file added
+6
include/internal/catch_interfaces_registry_hub.h
file added
+59
include/internal/catch_interfaces_reporter.cpp
file added
+135
include/internal/catch_interfaces_reporter.h
file added
+233
include/internal/catch_interfaces_runner.cpp
file added
+5
include/internal/catch_interfaces_runner.h
file added
+19
include/internal/catch_interfaces_tag_alias_registry.h
file added
+28
include/internal/catch_interfaces_testcase.cpp
file added
+6
include/internal/catch_interfaces_testcase.h
file added
+40
include/internal/catch_leak_detector.cpp
file added
+32
include/internal/catch_leak_detector.h
file added
+17
include/internal/catch_list.cpp
file added
+162
include/internal/catch_list.h
file added
+38
include/internal/catch_matchers.cpp
file added
+28
include/internal/catch_matchers.h
file added
+158
include/internal/catch_matchers_floating.cpp
file added
+139
include/internal/catch_matchers_floating.h
file added
+53
include/internal/catch_matchers_string.cpp
file added
+118
include/internal/catch_matchers_string.h
file added
+80
include/internal/catch_matchers_vector.h
file added
+183
include/internal/catch_message.cpp
file added
+58
include/internal/catch_message.h
file added
+70
include/internal/catch_objc.hpp
file added
+215
include/internal/catch_objc_arc.hpp
file added
+51
include/internal/catch_option.hpp
file added
+73
include/internal/catch_platform.h
file added
+27
include/internal/catch_random_number_generator.cpp
file added
+31
include/internal/catch_random_number_generator.h
file added
+38
include/internal/catch_reenable_warnings.h
file added
+21
include/internal/catch_registry_hub.cpp
file added
+97
include/internal/catch_reporter_registrars.hpp
file added
+76
include/internal/catch_reporter_registry.cpp
file added
+34
include/internal/catch_reporter_registry.h
file added
+37
include/internal/catch_result_type.cpp
file added
+27
include/internal/catch_result_type.h
file added
+55
include/internal/catch_run_context.cpp
file added
+465
include/internal/catch_run_context.h
file added
+146
include/internal/catch_section.cpp
file added
+38
include/internal/catch_section.h
file added
+41
include/internal/catch_section_info.cpp
file added
+25
include/internal/catch_section_info.h
file added
+39
include/internal/catch_session.cpp
file added
+288
include/internal/catch_session.h
file added
+53
include/internal/catch_startup_exception_registry.cpp
file added
+26
include/internal/catch_startup_exception_registry.h
file added
+27
include/internal/catch_stream.cpp
file added
+213
include/internal/catch_stream.h
file added
+51
include/internal/catch_string_manip.cpp
file added
+77
include/internal/catch_string_manip.h
file added
+36
include/internal/catch_stringref.cpp
file added
+127
include/internal/catch_stringref.h
file added
+130
include/internal/catch_suppress_warnings.h
file added
+24
include/internal/catch_tag_alias.cpp
file added
+5
include/internal/catch_tag_alias.h
file added
+26
include/internal/catch_tag_alias_autoregistrar.cpp
file added
+15
include/internal/catch_tag_alias_autoregistrar.h
file added
+25
include/internal/catch_tag_alias_registry.cpp
file added
+58
include/internal/catch_tag_alias_registry.h
file added
+31
include/internal/catch_test_case_info.cpp
file added
+178
include/internal/catch_test_case_info.h
file added
+90
include/internal/catch_test_case_registry_impl.cpp
file added
+112
include/internal/catch_test_case_registry_impl.h
file added
+69
include/internal/catch_test_case_tracker.cpp
file added
+287
include/internal/catch_test_case_tracker.h
file added
+183
include/internal/catch_test_registry.cpp
file added
+36
include/internal/catch_test_registry.h
file added
+100
include/internal/catch_test_spec.cpp
file added
+59
include/internal/catch_test_spec.h
file added
+80
include/internal/catch_test_spec_parser.cpp
file added
+87
include/internal/catch_test_spec_parser.h
file added
+75
include/internal/catch_text.h
file added
+17
include/internal/catch_timer.cpp
file added
+62
include/internal/catch_timer.h
file added
+30
include/internal/catch_tostring.cpp
file added
+245
include/internal/catch_tostring.h
file added
+539
include/internal/catch_totals.cpp
file added
+61
include/internal/catch_totals.h
file added
+41
include/internal/catch_uncaught_exceptions.cpp
file added
+21
include/internal/catch_uncaught_exceptions.h
file added
+15
include/internal/catch_user_interfaces.h
file added
+18
include/internal/catch_version.cpp
file added
+44
include/internal/catch_version.h
file added
+39
include/internal/catch_wildcard_pattern.cpp
file added
+49
include/internal/catch_wildcard_pattern.h
file added
+38
include/internal/catch_windows_h_proxy.h
file added
+39
include/internal/catch_xmlwriter.cpp
file added
+190
include/internal/catch_xmlwriter.h
file added
+105
include/reporters/catch_reporter_automake.hpp
file added
+62
include/reporters/catch_reporter_bases.cpp
file added
+55
include/reporters/catch_reporter_bases.hpp
file added
+274
include/reporters/catch_reporter_compact.cpp
file added
+294
include/reporters/catch_reporter_compact.h
file added
+41
include/reporters/catch_reporter_console.cpp
file added
+633
include/reporters/catch_reporter_console.h
file added
+83
include/reporters/catch_reporter_junit.cpp
file added
+247
include/reporters/catch_reporter_junit.h
file added
+61
include/reporters/catch_reporter_multi.cpp
file added
+104
include/reporters/catch_reporter_multi.h
file added
+52
include/reporters/catch_reporter_tap.hpp
file added
+255
include/reporters/catch_reporter_teamcity.hpp
file added
+220
include/reporters/catch_reporter_xml.cpp
file added
+223
include/reporters/catch_reporter_xml.h
file added
+61
misc/CMakeLists.txt
file added
+11
misc/appveyorBuildConfigurationScript.bat
file added
+27
misc/appveyorMergeCoverageScript.py
file added
+9
misc/appveyorTestRunScript.bat
file added
+13
misc/coverage-helper.cpp
file added
+105
misc/installOpenCppCoverage.ps1
file added
+19
projects/Benchmark/BenchMain.cpp
file added
+9
projects/Benchmark/StringificationBench.cpp
file added
+46
projects/Benchmark/readme.txt
file added
+4
projects/Benchmark/results/2017-01-14T21-53-49-e3659cdddd43ba4df9e4846630be6a6a7bd85a07.result
file added
+3
projects/Benchmark/results/2017-01-14T21-59-08-a1e9b841ff500b2f39ccfd4193ae450cb653da05.result
file added
+3
projects/Benchmark/results/2017-01-15T09-35-14-3b98a0166f7b7196eba2ad518174d1a77165166d.result
file added
+3
projects/Benchmark/results/2017-01-29T22-08-36-60f8ebec49c5bc58d3604bf1a72cd3f7d129bf2e.result
file added
+3
projects/Benchmark/results/2017-01-29T23-13-35-bcaa2f9646c5ce50758f8582307c99501a932e1a.result
file added
+3
projects/SelfTest/Baselines/automake.std.approved.txt
file added
+168
projects/SelfTest/Baselines/compact.sw.approved.txt
file added
+1084
projects/SelfTest/Baselines/console.std.approved.txt
file added
+1089
projects/SelfTest/Baselines/console.sw.approved.txt
file added
+8555
projects/SelfTest/Baselines/console.swa4.approved.txt
file added
+313
projects/SelfTest/Baselines/junit.sw.approved.txt
file added
+876
projects/SelfTest/Baselines/xml.sw.approved.txt
file added
+9411
projects/SelfTest/CompileTimePerfTests/10.tests.cpp
file added
+13
projects/SelfTest/CompileTimePerfTests/100.tests.cpp
file added
+13
projects/SelfTest/CompileTimePerfTests/All.tests.cpp
file added
+15
projects/SelfTest/IntrospectiveTests/CmdLine.tests.cpp
file added
+463
projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp
file added
+333
projects/SelfTest/IntrospectiveTests/String.tests.cpp
file added
+205
projects/SelfTest/IntrospectiveTests/TagAlias.tests.cpp
file added
+42
projects/SelfTest/IntrospectiveTests/Xml.tests.cpp
file added
+41
projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_debugger.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_option.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_stream.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_test_spec.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
file added
+4
projects/SelfTest/TestMain.cpp
file added
+33
projects/SelfTest/UsageTests/Approx.tests.cpp
file added
+198
projects/SelfTest/UsageTests/BDD.tests.cpp
file added
+107
projects/SelfTest/UsageTests/Benchmark.tests.cpp
file added
+43
projects/SelfTest/UsageTests/Class.tests.cpp
file added
+63
projects/SelfTest/UsageTests/Compilation.tests.cpp
file added
+137
projects/SelfTest/UsageTests/Condition.tests.cpp
file added
+334
projects/SelfTest/UsageTests/Decomposition.tests.cpp
file added
+35
projects/SelfTest/UsageTests/EnumToString.tests.cpp
file added
+61
projects/SelfTest/UsageTests/Exception.tests.cpp
file added
+209
projects/SelfTest/UsageTests/Matchers.tests.cpp
file added
+395
projects/SelfTest/UsageTests/Message.tests.cpp
file added
+137
projects/SelfTest/UsageTests/Misc.tests.cpp
file added
+358
projects/SelfTest/UsageTests/ToStringChrono.tests.cpp
file added
+44
projects/SelfTest/UsageTests/ToStringGeneral.tests.cpp
file added
+117
projects/SelfTest/UsageTests/ToStringPair.tests.cpp
file added
+30
projects/SelfTest/UsageTests/ToStringTuple.tests.cpp
file added
+47
projects/SelfTest/UsageTests/ToStringVector.tests.cpp
file added
+86
projects/SelfTest/UsageTests/ToStringWhich.tests.cpp
file added
+160
projects/SelfTest/UsageTests/Tricky.tests.cpp
file added
+448
projects/SelfTest/UsageTests/VariadicMacros.tests.cpp
file added
+29
projects/Where did the projects go.txt
file added
+13
projects/XCode/OCTest/OCTest.xcodeproj/project.pbxproj
file added
+267
projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata
file added
+7
projects/XCode/OCTest/OCTest/CatchOCTestCase.h
file added
+25
projects/XCode/OCTest/OCTest/CatchOCTestCase.mm
file added
+87
projects/XCode/OCTest/OCTest/Main.mm
file added
+2
projects/XCode/OCTest/OCTest/OCTest.1
file added
+79
projects/XCode/OCTest/OCTest/OCTest.mm
file added
+28
projects/XCode/OCTest/OCTest/TestObj.h
file added
+28
projects/XCode/OCTest/OCTest/TestObj.m
file added
+25
projects/XCode/OCTest/catch_objc_impl.mm
file added
+67
scripts/approvalTests.py
file added
+189
scripts/approve.py
file added
+33
scripts/benchmarkCompile.py
file added
+148
scripts/benchmarkRunner.py
file added
+56
scripts/developBuild.py
file added
+10
scripts/embed.py
file added
+63
scripts/embedClara.py
file added
+27
scripts/fixWhitespace.py
file added
+49
scripts/generateSingleHeader.py
file added
+130
scripts/majorRelease.py
file added
+10
scripts/minorRelease.py
file added
+10
scripts/patchRelease.py
file added
+10
scripts/releaseCommon.py
file added
+178
scripts/releaseNotes.py
file added
+64
scripts/scriptCommon.py
file added
+26
scripts/updateDocumentToC.py
file added
+446
scripts/updateVcpkgPackage.py
file added
+110
scripts/updateWandbox.py
file added
+47
single_include/catch.hpp
file added
+12852
single_include/catch_reporter_automake.hpp
file added
+62
single_include/catch_reporter_tap.hpp
file added
+255
single_include/catch_reporter_teamcity.hpp
file added
+220
test_package/CMakeLists.txt
file added
+7
test_package/MainTest.cpp
file added
+21
test_package/conanfile.py
file added
+21
third_party/clara.hpp
file added
+1255
    catch-2.2.1 base
    
        
file added
+22
file added
+29
file added
+258
file added
+157
file added
+354
file added
+454
file added
+46
file added
+23
file added
+36
file added
+96
empty file added
empty file added
empty file added
file added
+6
file added
+26
file added
+19
file added
+175
file added
+33
file added
+160
file added
+175
file added
+335
file added
+178
file added
+61
file added
+137
file added
+83
file added
+117
file added
+125
file added
+530
file added
+46
file added
+65
file added
+261
file added
+46
file added
+350
file added
+11
file added
+33
file added
+63
file added
+12852
file added
+1255