..
catch_approx.cpp
Remove <algorithm> header from the common path
2017-08-17 20:04:53 +02:00
catch_approx.hpp
Remove <algorithm> header from the common path
2017-08-17 20:04:53 +02:00
catch_assertionhandler.cpp
Removed redundant .c_str()s from StringRef usages
2017-08-14 08:54:57 +01:00
catch_assertionhandler.h
Moved matcher-based capture macros into their own file
2017-08-09 12:10:14 +01:00
catch_assertioninfo.h
Actually do what the previous commit claimed to do!
2017-08-09 10:29:05 +01:00
catch_assertionresult.cpp
Clean up various minor things
2017-08-29 14:02:14 +02:00
catch_assertionresult.h
General cleanup for C++11
2017-08-31 11:46:37 +02:00
catch_benchmark.cpp
Remove catch_context.h from the common include path
2017-08-29 15:36:09 +02:00
catch_benchmark.h
Removed redundant .c_str()s from StringRef usages
2017-08-14 08:54:57 +01:00
catch_capture_matchers.cpp
Hold translated exception in local string while matching
2017-08-17 19:21:00 +01:00
catch_capture_matchers.h
Workaround raw string literal bug in VS2017
2017-08-27 12:38:59 +02:00
catch_capture.hpp
Fix compilation of main file with CATCH_CONFIG_FAST_COMPILE
2017-08-30 18:07:29 +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
Went back to Catch 1.x behaviour for -d
2017-08-18 15:53:10 +01:00
catch_commandline.hpp
More include and impl refactoring
2017-07-10 14:25:38 +02:00
catch_common.cpp
Split RNG related things into its own file
2017-08-30 15:32:44 +02:00
catch_common.h
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_compiler_capabilities.h
Remove check for compiler version before using __COUNTER__
2017-08-29 15:45:58 +02:00
catch_config.cpp
Streamline includes in external interfaces
2017-08-29 16:44:02 +02:00
catch_config.hpp
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_console_colour.cpp
Split out internal error macros from the common path
2017-08-01 18:46:33 +02:00
catch_console_colour.hpp
Addressed Resharper-C++ warnings
2017-07-25 17:16:28 +02:00
catch_context.cpp
General cleanup
2017-07-27 11:32:01 +02:00
catch_context.h
Minor cleanup
2017-08-30 15:53:39 +02:00
catch_debug_console.cpp
Split writeToDebugConsole out of main path
2017-08-29 13:51:55 +02:00
catch_debug_console.h
Split writeToDebugConsole out of main path
2017-08-29 13:51:55 +02:00
catch_debugger.cpp
Split writeToDebugConsole out of main path
2017-08-29 13:51:55 +02:00
catch_debugger.h
Split writeToDebugConsole out of main path
2017-08-29 13:51:55 +02:00
catch_decomposer.cpp
Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler
2017-08-09 00:44:30 +01:00
catch_decomposer.h
Stop accepting non-const comparison operators
2017-09-06 15:01:03 +02:00
catch_default_main.hpp
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_enforce.h
Include proper exception header in enforce.h
2017-08-02 00:26:52 +02: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_exception_translator_registry.cpp
Removed all (well, most) of the redundant, ResultBuilder-based, code
2017-08-09 09:08:33 +01:00
catch_exception_translator_registry.h
Addressed Resharper-C++ warnings
2017-07-25 17:16:28 +02:00
catch_external_interfaces.h
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_fatal_condition.cpp
General cleanup for C++11
2017-08-31 11:46:37 +02:00
catch_fatal_condition.h
General cleanup for C++11
2017-08-31 11:46:37 +02:00
catch_impl.hpp
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_interfaces_capture.h
Minor cleanup
2017-08-30 15:53:39 +02:00
catch_interfaces_config.h
Added libidentify support, including option for waiting for keypress on exit (and/ or start)
2017-08-15 13:48:14 +01:00
catch_interfaces_exception.h
Prevent exception translator registration with CATCH_CONFIG_DISABLE
2017-08-29 09:52:25 +02:00
catch_interfaces_registry_hub.h
Move std::exception_ptr out of interfaces
2017-07-27 12:24:52 +02:00
catch_interfaces_reporter.cpp
Removed redundant .c_str()s from StringRef usages
2017-08-14 08:54:57 +01:00
catch_interfaces_reporter.h
Minor cleanup
2017-08-30 15:53:39 +02:00
catch_interfaces_runner.h
Minor cleanup
2017-08-30 15:53:39 +02:00
catch_interfaces_tag_alias_registry.h
Split Option<T> and TagAlias definitions away from the main include path
2017-07-27 11:55:30 +02: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
Streamline includes in external interfaces
2017-08-29 16:44:02 +02:00
catch_list.h
Remove <set> include from the common test path
2017-07-27 22:31:27 +02:00
catch_matchers_string.cpp
Moved matcher-based capture macros into their own file
2017-08-09 12:10:14 +01:00
catch_matchers_string.h
Moved matcher-based capture macros into their own file
2017-08-09 12:10:14 +01:00
catch_matchers_vector.h
Moved matcher-based capture macros into their own file
2017-08-09 12:10:14 +01:00
catch_matchers.cpp
Moved matcher-based capture macros into their own file
2017-08-09 12:10:14 +01:00
catch_matchers.hpp
Remove obsoleted utility functions on matchers
2017-08-30 19:45:09 +02:00
catch_message.cpp
Address results of PVS-Studio static analysis
2017-07-20 00:27:28 +02:00
catch_message.h
integrated AssertionHandler into INTERNAL_CATCH_MSG
2017-08-08 20:17:09 +01:00
catch_objc_arc.hpp
Conditionally compile clang pragmas
2012-08-16 18:47:41 +01:00
catch_objc.hpp
Fix inverted CATCH_CONFIG_DISABLE_MATCHERS toggle
2017-07-29 08:43:32 +02:00
catch_option.hpp
General cleanup
2017-07-27 11:32:01 +02:00
catch_platform.h
Move windows.h reduction logic into windows.h proxy header
2017-07-31 08:36:39 +02:00
catch_random_number_generator.cpp
Split RNG related things into its own file
2017-08-30 15:32:44 +02:00
catch_random_number_generator.h
Split RNG related things into its own file
2017-08-30 15:32:44 +02:00
catch_reenable_warnings.h
Suppress warnings correctly for Intel compiler
2015-03-04 07:54:35 +00:00
catch_registry_hub.cpp
Streamline includes in external interfaces
2017-08-29 16:44:02 +02:00
catch_reporter_registrars.hpp
Disable reporter/listener registration with CATCH_CONFIG_DISABLE
2017-08-29 09:48:52 +02:00
catch_reporter_registry.hpp
Clean up various minor things
2017-08-29 14:02:14 +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
General cleanup for C++11
2017-08-31 11:46:37 +02:00
catch_run_context.hpp
Streamline includes in external interfaces
2017-08-29 16:44:02 +02:00
catch_section_info.cpp
Move Section(End)Info bodies to proper .cpp file
2017-08-01 17:51:32 +02:00
catch_section_info.h
Move Section(End)Info bodies to proper .cpp file
2017-08-01 17:51:32 +02:00
catch_section.cpp
First draft of (experimental) benchmarking support
2017-08-04 19:23:30 +01: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_session.cpp
General cleanup for C++11
2017-08-31 11:46:37 +02:00
catch_session.h
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02: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.cpp
Split writeToDebugConsole out of main path
2017-08-29 13:51:55 +02:00
catch_stream.h
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_streambuf.h
Move session to internal, split apart implementation
2017-08-31 10:31:52 +02:00
catch_string_manip.cpp
Split out helper functions on std::string from catch_common.h
2017-07-25 21:57:35 +02:00
catch_string_manip.h
Split out helper functions on std::string from catch_common.h
2017-07-25 21:57:35 +02:00
catch_stringref.cpp
Changed use of strncpy to memcpy
2017-08-15 23:47:52 +01:00
catch_stringref.h
Removed StringData
2017-08-14 09:14:49 +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_autoregistrar.cpp
Move std::exception_ptr out of interfaces
2017-07-27 12:24:52 +02:00
catch_tag_alias_autoregistrar.h
Split Option<T> and TagAlias definitions away from the main include path
2017-07-27 11:55:30 +02:00
catch_tag_alias_registry.cpp
Split out internal error macros from the common path
2017-08-01 18:46:33 +02:00
catch_tag_alias_registry.h
Split Option<T> and TagAlias definitions away from the main include path
2017-07-27 11:55:30 +02:00
catch_tag_alias.cpp
Split Option<T> and TagAlias definitions away from the main include path
2017-07-27 11:55:30 +02:00
catch_tag_alias.h
Split Option<T> and TagAlias definitions away from the main include path
2017-07-27 11:55:30 +02:00
catch_test_case_info.cpp
Clean up various minor things
2017-08-29 14:02:14 +02:00
catch_test_case_info.h
Removed benchmark tests from approval tests (for now)
2017-08-05 11:26:20 +01:00
catch_test_case_registry_impl.cpp
Split RNG related things into its own file
2017-08-30 15:32:44 +02:00
catch_test_case_registry_impl.hpp
Split RNG related things into its own file
2017-08-30 15:32:44 +02:00
catch_test_case_tracker.cpp
Split out internal error macros from the common path
2017-08-01 18:46:33 +02:00
catch_test_case_tracker.hpp
Change typedefs to using
2017-07-27 12:24:21 +02:00
catch_test_registry.cpp
Removed redundant .c_str()s from StringRef usages
2017-08-14 08:54:57 +01:00
catch_test_registry.hpp
Make REGISTER_TEST_CASE auto registering
2017-08-29 09:52:58 +02: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 some of the Resharper finds for Catch 1
2017-07-31 12:31:45 +02:00
catch_test_spec.cpp
Remove <set> include from the common test path
2017-07-27 22:31:27 +02:00
catch_test_spec.hpp
Addressed Resharper-C++ warnings
2017-07-25 17:16:28 +02:00
catch_text.h
Removed tbc_text_format (superceded by TextFlow)
2017-07-20 23:20:42 +01:00
catch_timer.cpp
Changed clock resolution estimator to return uint64_t
2017-08-04 21:31:28 +01:00
catch_timer.h
Replace stdint.h include with cstdint include
2017-08-17 20:03:16 +02:00
catch_tostring.cpp
re/moved some headers in catch_tostring
2017-07-19 08:31:10 +01:00
catch_tostring.h
General cleanup
2017-07-27 11:32:01 +02: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
Dev build 3
2017-08-30 12:20:21 +02:00
catch_version.h
Address results of PVS-Studio static analysis
2017-07-20 00:27:28 +02:00
catch_wildcard_pattern.cpp
Split out internal error macros from the common path
2017-08-01 18:46:33 +02:00
catch_wildcard_pattern.hpp
Clean up various minor things
2017-08-29 14:02:14 +02:00
catch_windows_h_proxy.h
Move windows.h reduction logic into windows.h proxy header
2017-07-31 08:36:39 +02:00
catch_xmlwriter.cpp
Addressed Resharper-C++ warnings
2017-07-25 17:16:28 +02:00
catch_xmlwriter.hpp
Addressed Resharper-C++ warnings
2017-07-25 17:16:28 +02:00