2629b7 catch1-1.12.1 base

215 files Authored by rpm-build 3 years ago, Committed by Packit 3 years ago,
215 files changed. 55586 lines added. 0 lines removed.
.gitattributes
file added
+11
.github/issue_template.md
file added
+29
.github/pull_request_template.md
file added
+28
.gitignore
file added
+29
.travis.yml
file added
+268
CMakeLists.txt
file added
+284
CODE_OF_CONDUCT.md
file added
+46
LICENSE.txt
file added
+23
README.md
file added
+28
appveyor.yml
file added
+61
catch-hand-icon.png
file added
+0
catch-icon-tiny.png
file added
+0
catch-logo-small.png
file added
+0
conanfile.py
file added
+19
contrib/ParseAndAddCatchTests.cmake
file added
+185
docs/Readme.md
file added
+30
docs/assertions.md
file added
+141
docs/build-systems.md
file added
+143
docs/command-line.md
file added
+293
docs/commercial-users.md
file added
+16
docs/configuration.md
file added
+140
docs/contributing.md
file added
+60
docs/event-listeners.md
file added
+73
docs/limitations.md
file added
+131
docs/logging.md
file added
+82
docs/matchers.md
file added
+104
docs/opensource-users.md
file added
+86
docs/own-main.md
file added
+72
docs/release-notes.md
file added
+361
docs/release-process.md
file added
+63
docs/reporters.md
file added
+45
docs/slow-compiles.md
file added
+64
docs/test-cases-and-sections.md
file added
+88
docs/test-fixtures.md
file added
+32
docs/tostring.md
file added
+62
docs/tutorial.md
file added
+249
docs/why-catch.md
file added
+46
include/catch.hpp
file added
+264
include/catch_session.hpp
file added
+272
include/catch_with_main.hpp
file added
+14
include/external/clara.h
file added
+1054
include/external/tbc_text_format.h
file added
+168
include/internal/catch_approx.hpp
file added
+202
include/internal/catch_assertionresult.h
file added
+129
include/internal/catch_assertionresult.hpp
file added
+109
include/internal/catch_capture.hpp
file added
+186
include/internal/catch_clara.h
file added
+32
include/internal/catch_commandline.hpp
file added
+240
include/internal/catch_common.h
file added
+146
include/internal/catch_common.hpp
file added
+119
include/internal/catch_compiler_capabilities.h
file added
+323
include/internal/catch_config.hpp
file added
+165
include/internal/catch_console_colour.hpp
file added
+67
include/internal/catch_console_colour_impl.hpp
file added
+192
include/internal/catch_context.h
file added
+50
include/internal/catch_context_impl.hpp
file added
+110
include/internal/catch_debugger.h
file added
+58
include/internal/catch_debugger.hpp
file added
+131
include/internal/catch_default_main.hpp
file added
+45
include/internal/catch_errno_guard.hpp
file added
+25
include/internal/catch_evaluate.hpp
file added
+220
include/internal/catch_exception_translator_registry.hpp
file added
+73
include/internal/catch_expression_lhs.hpp
file added
+174
include/internal/catch_fatal_condition.hpp
file added
+200
include/internal/catch_generators.hpp
file added
+189
include/internal/catch_generators_impl.hpp
file added
+86
include/internal/catch_impl.hpp
file added
+110
include/internal/catch_interfaces_capture.h
file added
+53
include/internal/catch_interfaces_config.h
file added
+76
include/internal/catch_interfaces_exception.h
file added
+76
include/internal/catch_interfaces_generators.h
file added
+32
include/internal/catch_interfaces_registry_hub.h
file added
+51
include/internal/catch_interfaces_reporter.h
file added
+275
include/internal/catch_interfaces_runner.h
file added
+20
include/internal/catch_interfaces_tag_alias_registry.h
file added
+26
include/internal/catch_interfaces_testcase.h
file added
+40
include/internal/catch_legacy_reporter_adapter.h
file added
+60
include/internal/catch_legacy_reporter_adapter.hpp
file added
+84
include/internal/catch_list.hpp
file added
+190
include/internal/catch_matchers.hpp
file added
+177
include/internal/catch_matchers_string.h
file added
+67
include/internal/catch_matchers_string.hpp
file added
+93
include/internal/catch_matchers_vector.h
file added
+101
include/internal/catch_message.h
file added
+66
include/internal/catch_message.hpp
file added
+56
include/internal/catch_notimplemented_exception.h
file added
+34
include/internal/catch_notimplemented_exception.hpp
file added
+30
include/internal/catch_objc.hpp
file added
+206
include/internal/catch_objc_arc.hpp
file added
+51
include/internal/catch_option.hpp
file added
+85
include/internal/catch_platform.h
file added
+28
include/internal/catch_ptr.hpp
file added
+93
include/internal/catch_reenable_warnings.h
file added
+21
include/internal/catch_registry_hub.hpp
file added
+95
include/internal/catch_reporter_registrars.hpp
file added
+102
include/internal/catch_reporter_registry.hpp
file added
+50
include/internal/catch_result_builder.h
file added
+133
include/internal/catch_result_builder.hpp
file added
+173
include/internal/catch_result_type.h
file added
+61
include/internal/catch_run_context.hpp
file added
+419
include/internal/catch_section.h
file added
+46
include/internal/catch_section.hpp
file added
+58
include/internal/catch_section_info.h
file added
+41
include/internal/catch_section_info.hpp
file added
+110
include/internal/catch_stream.h
file added
+65
include/internal/catch_stream.hpp
file added
+112
include/internal/catch_streambuf.h
file added
+23
include/internal/catch_suppress_warnings.h
file added
+31
include/internal/catch_tag_alias.h
file added
+32
include/internal/catch_tag_alias_registry.h
file added
+30
include/internal/catch_tag_alias_registry.hpp
file added
+77
include/internal/catch_test_case_info.h
file added
+93
include/internal/catch_test_case_info.hpp
file added
+201
include/internal/catch_test_case_registry_impl.hpp
file added
+207
include/internal/catch_test_case_tracker.hpp
file added
+371
include/internal/catch_test_registry.hpp
file added
+162
include/internal/catch_test_spec.hpp
file added
+98
include/internal/catch_test_spec_parser.hpp
file added
+132
include/internal/catch_text.h
file added
+24
include/internal/catch_timer.h
file added
+41
include/internal/catch_timer.hpp
file added
+67
include/internal/catch_tostring.h
file added
+284
include/internal/catch_tostring.hpp
file added
+213
include/internal/catch_totals.hpp
file added
+78
include/internal/catch_type_traits.hpp
file added
+47
include/internal/catch_version.h
file added
+38
include/internal/catch_version.hpp
file added
+47
include/internal/catch_wildcard_pattern.hpp
file added
+74
include/internal/catch_windows_h_proxy.h
file added
+32
include/internal/catch_xmlwriter.hpp
file added
+244
include/reporters/catch_reporter_automake.hpp
file added
+62
include/reporters/catch_reporter_bases.hpp
file added
+288
include/reporters/catch_reporter_compact.hpp
file added
+306
include/reporters/catch_reporter_console.hpp
file added
+447
include/reporters/catch_reporter_junit.hpp
file added
+258
include/reporters/catch_reporter_multi.hpp
file added
+152
include/reporters/catch_reporter_tap.hpp
file added
+259
include/reporters/catch_reporter_teamcity.hpp
file added
+228
include/reporters/catch_reporter_xml.hpp
file added
+231
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/ApproxTests.cpp
file added
+210
projects/SelfTest/BDDTests.cpp
file added
+103
projects/SelfTest/Baselines/automake.std.approved.txt
file added
+168
projects/SelfTest/Baselines/console.std.approved.txt
file added
+961
projects/SelfTest/Baselines/console.sw.approved.txt
file added
+9629
projects/SelfTest/Baselines/console.swa4.approved.txt
file added
+211
projects/SelfTest/Baselines/junit.sw.approved.txt
file added
+771
projects/SelfTest/Baselines/xml.sw.approved.txt
file added
+10244
projects/SelfTest/ClassTests.cpp
file added
+57
projects/SelfTest/CmdLineTests.cpp
file added
+264
projects/SelfTest/CompilationTests.cpp
file added
+72
projects/SelfTest/ConditionTests.cpp
file added
+326
projects/SelfTest/DecompositionTests.cpp
file added
+28
projects/SelfTest/EnumToString.cpp
file added
+76
projects/SelfTest/ExceptionTests.cpp
file added
+226
projects/SelfTest/GeneratorTests.cpp
file added
+42
projects/SelfTest/MatchersTests.cpp
file added
+168
projects/SelfTest/MessageTests.cpp
file added
+157
projects/SelfTest/MiscTests.cpp
file added
+415
projects/SelfTest/PartTrackerTests.cpp
file added
+333
projects/SelfTest/SurrogateCpps/catch_common.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_console_colour.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_debugger.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_interfaces_capture.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_interfaces_config.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_interfaces_exception.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_interfaces_generators.cpp
file added
+1
projects/SelfTest/SurrogateCpps/catch_interfaces_registry_hub.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_interfaces_reporter.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_interfaces_runner.cpp
file added
+1
projects/SelfTest/SurrogateCpps/catch_interfaces_testcase.cpp
file added
+2
projects/SelfTest/SurrogateCpps/catch_message.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_option.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_ptr.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_stream.cpp
file added
+3
projects/SelfTest/SurrogateCpps/catch_streambuf.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/TagAliasTests.cpp
file added
+41
projects/SelfTest/TestMain.cpp
file added
+502
projects/SelfTest/ToStringGeneralTests.cpp
file added
+53
projects/SelfTest/ToStringPair.cpp
file added
+47
projects/SelfTest/ToStringTuple.cpp
file added
+59
projects/SelfTest/ToStringVector.cpp
file added
+77
projects/SelfTest/ToStringWhich.cpp
file added
+71
projects/SelfTest/TrickyTests.cpp
file added
+415
projects/SelfTest/VariadicMacrosTests.cpp
file added
+31
projects/Where did the projects go.txt
file added
+13
scripts/approvalTests.py
file added
+160
scripts/approve.py
file added
+33
scripts/benchmarkCompile.py
file added
+148
scripts/benchmarkRunner.py
file added
+56
scripts/developBuild.py
file added
+13
scripts/fixWhitespace.py
file added
+49
scripts/generateSingleHeader.py
file added
+108
scripts/majorRelease.py
file added
+10
scripts/minorRelease.py
file added
+10
scripts/patchRelease.py
file added
+10
scripts/releaseCommon.py
file added
+138
scripts/releaseNotes.py
file added
+64
scripts/scriptCommon.py
file added
+26
scripts/updateVcpkgPackage.py
file added
+110
scripts/updateWandbox.py
file added
+47
single_include/catch.hpp
file added
+11685
test_package/CMakeLists.txt
file added
+7
test_package/MainTest.cpp
file added
+21
test_package/conanfile.py
file added
+21
    catch1-1.12.1 base
    
        
file added
+11
file added
+29
file added
+268
file added
+284
file added
+46
file added
+23
file added
+28
file added
+61
file added
+0
empty file added
file added
+0
empty file added
file added
+0
empty file added
file added
+19
file added
+30
file added
+141
file added
+143
file added
+293
file added
+140
file added
+60
file added
+131
file added
+82
file added
+104
file added
+72
file added
+361
file added
+45
file added
+62
file added
+249
file added
+46
file added
+264
file added
+33
file added
+11685