.. |
catch_approx.cpp
|
Split out non-templated Approx methods into cpp file
|
2017-07-19 13:40:00 +02:00 |
catch_approx.hpp
|
Split out non-templated Approx methods into cpp file
|
2017-07-19 13:40:00 +02:00 |
catch_assertionresult.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_assertionresult.h
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_capture.hpp
|
Extend exception type in _THROWS_ with const& unconditionally
|
2017-07-19 21:30:00 +02:00 |
catch_clara.h
|
Replaced some uses of tbc_text_format with TextFlow (from Clara)
|
2017-07-18 20:27:42 +01:00 |
catch_commandline.cpp
|
More include and impl refactoring
|
2017-07-10 14:25:38 +02:00 |
catch_commandline.hpp
|
More include and impl refactoring
|
2017-07-10 14:25:38 +02:00 |
catch_common.cpp
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_common.h
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_compiler_capabilities.h
|
Fix how GCC version is detected when checking for __COUNTER__
|
2017-06-26 16:49:34 +01:00 |
catch_config.cpp
|
Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch
|
2017-07-19 23:17:19 +02:00 |
catch_config.hpp
|
Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch
|
2017-07-19 23:17:19 +02:00 |
catch_console_colour.cpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_console_colour.hpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_context.cpp
|
Removed declared-but-undefined function
|
2017-07-12 15:10:55 +02:00 |
catch_context.h
|
Removed declared-but-undefined function
|
2017-07-12 15:10:55 +02:00 |
catch_debugger.cpp
|
Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection
|
2017-07-12 15:24:35 +01:00 |
catch_debugger.h
|
Suppress clang-tidy warnings about inline asm
|
2017-07-13 08:26:08 +01:00 |
catch_default_main.hpp
|
Clamp exit code internally, so it doesn’t have to be done in every main() implies
|
2017-06-27 11:37:50 +01:00 |
catch_errno_guard.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_errno_guard.h
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_evaluate.hpp
|
Removed superfluous inline specifications
|
2017-07-19 13:40:00 +02:00 |
catch_exception_translator_registry.cpp
|
More include and impl refactoring
|
2017-07-10 14:25:38 +02:00 |
catch_exception_translator_registry.h
|
More include and impl refactoring
|
2017-07-10 14:25:38 +02:00 |
catch_expression_lhs.hpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_fatal_condition.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_fatal_condition.h
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_impl.hpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_interfaces_capture.h
|
Fixed up CATCH_CONFIG_FAST_COMPILE for REQUIREs
|
2017-04-03 11:36:55 +02:00 |
catch_interfaces_config.h
|
Check that reporter supports requested verbosity
|
2017-07-06 01:25:49 +03:00 |
catch_interfaces_exception.h
|
Gutted catch_compiler_capabilities
|
2017-04-25 12:43:19 +02:00 |
catch_interfaces_registry_hub.h
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_interfaces_reporter.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_interfaces_reporter.h
|
Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch
|
2017-07-19 23:17:19 +02:00 |
catch_interfaces_runner.h
|
Big assertion capture refactoring.
|
2014-05-28 18:53:01 +01:00 |
catch_interfaces_tag_alias_registry.h
|
Tag aliases feature
|
2014-06-30 07:33:17 +01:00 |
catch_interfaces_testcase.h
|
Changed some names in test case registry
|
2017-07-12 23:11:41 +01:00 |
catch_leak_detector.cpp
|
Moved leak detector to its own file
|
2017-07-12 15:03:52 +02:00 |
catch_leak_detector.h
|
Moved leak detector to its own file
|
2017-07-12 15:03:52 +02:00 |
catch_list.cpp
|
Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch
|
2017-07-19 23:17:19 +02:00 |
catch_list.h
|
More include and impl refactoring
|
2017-07-10 14:25:38 +02:00 |
catch_matchers_string.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_matchers_string.h
|
Don't rely on transitive <string> include
|
2017-07-12 16:07:52 +02:00 |
catch_matchers_vector.h
|
Reworked stringification layer, removed Catch::toString
|
2017-05-02 23:51:03 +02:00 |
catch_matchers.cpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_matchers.hpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_message.cpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_message.h
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_notimplemented_exception.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_notimplemented_exception.h
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_objc_arc.hpp
|
Conditionally compile clang pragmas
|
2012-08-16 18:47:41 +01:00 |
catch_objc.hpp
|
Fixed up OcMethod base
|
2017-07-12 23:26:13 +01:00 |
catch_option.hpp
|
Cosmetic fixes (whitespace and spelling)
|
2017-05-27 14:42:54 +02:00 |
catch_platform.h
|
Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection
|
2017-07-12 15:24:35 +01:00 |
catch_reenable_warnings.h
|
Suppress warnings correctly for Intel compiler
|
2015-03-04 07:54:35 +00:00 |
catch_registry_hub.cpp
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_reporter_registrars.hpp
|
converted IStreamingReporter to unique_ptr
|
2017-05-05 15:43:31 +01:00 |
catch_reporter_registry.hpp
|
Migrated IStreamingReporter from Ptr to std::shared_ptr
|
2017-04-25 21:56:14 +01:00 |
catch_result_builder.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_result_builder.h
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_result_type.cpp
|
Moved couple function's bodies out of common-include path
|
2017-07-12 16:07:27 +02:00 |
catch_result_type.h
|
Moved couple function's bodies out of common-include path
|
2017-07-12 16:07:27 +02:00 |
catch_run_context.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_run_context.hpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_section_info.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_section_info.h
|
More include simplifications
|
2017-02-13 14:12:22 +01:00 |
catch_section.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_section.h
|
A load more C++11 tweaks - mostly moving initialisations from constructors to inline
|
2017-04-25 19:30:53 +01:00 |
catch_startup_exception_registry.cpp
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_startup_exception_registry.h
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_stream.h
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_stream.hpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_streambuf.h
|
Gutted catch_compiler_capabilities
|
2017-04-25 12:43:19 +02:00 |
catch_string.cpp
|
Added string classes
|
2017-06-29 11:18:14 +01:00 |
catch_string.h
|
Added string classes
|
2017-06-29 11:18:14 +01:00 |
catch_stringbuilder.cpp
|
Added string classes
|
2017-06-29 11:18:14 +01:00 |
catch_stringbuilder.h
|
Added string classes
|
2017-06-29 11:18:14 +01:00 |
catch_stringdata.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_stringdata.h
|
Added string classes
|
2017-06-29 11:18:14 +01:00 |
catch_stringref.cpp
|
Simplified test case registration and started using StringRefs
|
2017-07-12 23:11:41 +01:00 |
catch_stringref.h
|
Simplified test case registration and started using StringRefs
|
2017-07-12 23:11:41 +01:00 |
catch_suppress_warnings.h
|
A load more C++11 tweaks - mostly moving initialisations from constructors to inline
|
2017-04-25 19:30:53 +01:00 |
catch_tag_alias_registry.cpp
|
Converted a load of spelt out iterators to auto
|
2017-07-18 08:08:17 +01:00 |
catch_tag_alias_registry.h
|
Tag Alias registry is part of registry hub instead of it’s own singleton
|
2017-03-15 09:45:37 +00:00 |
catch_tag_alias.h
|
Take std::string by const-ref where possible
|
2017-03-06 13:16:43 +01:00 |
catch_test_case_info.cpp
|
Changed some names in test case registry
|
2017-07-12 23:11:41 +01:00 |
catch_test_case_info.h
|
Changed some names in test case registry
|
2017-07-12 23:11:41 +01:00 |
catch_test_case_registry_impl.hpp
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_test_case_tracker.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_test_case_tracker.hpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_test_registry.hpp
|
Made everything used in test case registration noexcept
|
2017-07-13 08:25:47 +01:00 |
catch_test_spec_parser.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_test_spec_parser.hpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_test_spec.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_test_spec.hpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_text.h
|
New version of Clara
|
2014-03-17 18:40:58 +00:00 |
catch_timer.cpp
|
Started work on splitting out .cpp files from header files
|
2017-07-06 22:28:42 +02:00 |
catch_timer.h
|
A load more C++11 tweaks - mostly moving initialisations from constructors to inline
|
2017-04-25 19:30:53 +01:00 |
catch_tostring.cpp
|
re/moved some headers in catch_tostring
|
2017-07-19 08:31:10 +01:00 |
catch_tostring.h
|
re/moved some headers in catch_tostring
|
2017-07-19 08:31:10 +01:00 |
catch_totals.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_totals.hpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_version.cpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_version.h
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_wildcard_pattern.cpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_wildcard_pattern.hpp
|
More method bodies moved out of line
|
2017-07-19 15:32:58 +02:00 |
catch_windows_h_proxy.h
|
Extracted NOMINMAX and WIN32_LEAN_AND_MEAN guards into a proxy header
|
2017-01-16 16:52:44 +01:00 |
catch_xmlwriter.cpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_xmlwriter.hpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |