.. |
catch_approx.cpp
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_approx.h
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_assertionhandler.cpp
|
Performance improvement
|
2017-11-15 14:43:43 -06: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
|
Remove pointless StringRef -> std::string conversions
|
2017-11-13 13:08:59 +01:00 |
catch_assertionresult.h
|
Fix pointless type mismatch between StringRef and std::string
|
2017-11-13 12:49:13 +01:00 |
catch_benchmark.cpp
|
Remove catch_context.h from the common include path
|
2017-08-29 15:36:09 +02:00 |
catch_benchmark.h
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +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
|
Add ULP and margin matcher
|
2017-11-10 18:33:00 +01: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
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_commandline.cpp
|
New version of Clara
|
2017-09-26 14:13:08 -07:00 |
catch_commandline.h
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_common.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_common.h
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_compiler_capabilities.h
|
Update handling of __JETBRAINS_IDE__ macro
|
2017-10-31 14:15:54 +01:00 |
catch_config.cpp
|
Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd
|
2017-11-07 15:55:09 +00:00 |
catch_config.hpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_console_colour.cpp
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_console_colour.h
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_context.cpp
|
performance improvement - getCurrentContext
|
2017-11-17 14:55:30 -06:00 |
catch_context.h
|
performance improvement - getCurrentContext
|
2017-11-17 14:55:30 -06: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
|
Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd
|
2017-11-07 15:55:09 +00:00 |
catch_debugger.h
|
Split writeToDebugConsole out of main path
|
2017-08-29 13:51:55 +02:00 |
catch_decomposer.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_decomposer.h
|
Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd
|
2017-11-07 15:55:09 +00:00 |
catch_default_main.hpp
|
Fixed Objective-C mode
|
2017-09-06 15:44:42 +01:00 |
catch_enforce.h
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00: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
|
Replace throw; with std::rethrow_exception(std::current_exception());
|
2017-09-28 12:53:09 +02:00 |
catch_exception_translator_registry.h
|
Addressed Resharper-C++ warnings
|
2017-07-25 17:16:28 +02:00 |
catch_external_interfaces.h
|
Provide ConsoleReporter declaration with EXTERNAL_INTERFACES
|
2017-11-14 20:42:58 +01:00 |
catch_fatal_condition.cpp
|
Added StringRef constructor that captures string literal size at compile time
|
2017-11-20 16:33:05 +00:00 |
catch_fatal_condition.h
|
General cleanup for C++11
|
2017-08-31 11:46:37 +02:00 |
catch_impl.hpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_interfaces_capture.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_interfaces_capture.h
|
Use StringRef on fatal error path
|
2017-09-14 20:05:25 +02:00 |
catch_interfaces_config.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_interfaces_config.h
|
Implemented wait-for-keypress option
|
2017-08-15 14:12:11 +01:00 |
catch_interfaces_exception.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_interfaces_exception.h
|
Replace throw; with std::rethrow_exception(std::current_exception());
|
2017-09-28 12:53:09 +02:00 |
catch_interfaces_registry_hub.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +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
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +01:00 |
catch_interfaces_reporter.h
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +01:00 |
catch_interfaces_runner.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +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.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +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
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_list.h
|
Remove <set> include from the common test path
|
2017-07-27 22:31:27 +02:00 |
catch_matchers_floating.cpp
|
Final set of fixes for floating matchers approvals
|
2017-11-12 11:49:36 +01:00 |
catch_matchers_floating.h
|
Remove leftover commented out lines
|
2017-11-10 18:37:58 +01:00 |
catch_matchers_string.cpp
|
Provide a regex matcher against std::string
|
2017-11-13 15:35:31 +01:00 |
catch_matchers_string.h
|
Provide a regex matcher against std::string
|
2017-11-13 15:35:31 +01:00 |
catch_matchers_vector.h
|
Removed vestigal ComparatorT template arg to MatcherBase
|
2017-11-13 10:08:48 +00:00 |
catch_matchers.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_matchers.h
|
Removed vestigal ComparatorT template arg to MatcherBase
|
2017-11-13 10:08:48 +00:00 |
catch_message.cpp
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_message.h
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_objc_arc.hpp
|
Conditionally compile clang pragmas
|
2012-08-16 18:47:41 +01:00 |
catch_objc.hpp
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +01:00 |
catch_option.hpp
|
General cleanup
|
2017-07-27 11:32:01 +02:00 |
catch_platform.h
|
Fix platform detection for iOS
|
2017-11-06 10:08:22 +01:00 |
catch_random_number_generator.cpp
|
enclosed more min/ max in parentheses to default MFC macros
|
2017-10-13 13:46:39 +01:00 |
catch_random_number_generator.h
|
Remove self-include in header
|
2017-11-03 22:34:49 +01:00 |
catch_reenable_warnings.h
|
Suppress warnings correctly for Intel compiler
|
2015-03-04 07:54:35 +00:00 |
catch_registry_hub.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_reporter_registrars.hpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_reporter_registry.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_reporter_registry.h
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +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
|
Stop recounting constant string's length on each passed assertion
|
2017-11-13 12:27:02 +01:00 |
catch_run_context.h
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00: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
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_section.cpp
|
First draft of (experimental) benchmarking support
|
2017-08-04 19:23:30 +01:00 |
catch_section.h
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_session.cpp
|
Print any start-up exceptions in Session's constructor, so custom main's don't need to worry about them
|
2017-11-02 17:58:07 +00:00 |
catch_session.h
|
Print any start-up exceptions in Session's constructor, so custom main's don't need to worry about them
|
2017-11-02 17:58:07 +00: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
|
Added missing <memory> include
|
2017-11-07 18:48:57 +00:00 |
catch_stream.h
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00: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
|
Added StringRef constructor that captures string literal size at compile time
|
2017-11-20 16:33:05 +00:00 |
catch_stringref.h
|
Added StringRef constructor that captures string literal size at compile time
|
2017-11-20 16:33:05 +00: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
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00: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
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00: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
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_test_case_registry_impl.h
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +01:00 |
catch_test_case_tracker.cpp
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_test_case_tracker.h
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_test_registry.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_test_registry.h
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_test_spec_parser.cpp
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_test_spec_parser.h
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +01:00 |
catch_test_spec.cpp
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_test_spec.h
|
Sweep out some extra warnings
|
2017-09-07 17:25:15 +02:00 |
catch_text.h
|
Removed tbc_text_format (superceded by TextFlow)
|
2017-07-20 23:20:42 +01:00 |
catch_timer.cpp
|
qualified a load of size_ts with std:: namespace (all those not from Clara)
|
2017-09-18 17:13:17 +01:00 |
catch_timer.h
|
Replace stdint.h include with cstdint include
|
2017-08-17 20:03:16 +02:00 |
catch_tostring.cpp
|
Split out ratio_string::symbol bodies
|
2017-11-19 14:54:52 +01:00 |
catch_tostring.h
|
Split out ratio_string::symbol bodies
|
2017-11-19 14:54:52 +01:00 |
catch_totals.cpp
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_totals.h
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_version.cpp
|
v2.0.1 release
|
2017-11-03 12:01:52 +00:00 |
catch_version.h
|
Address results of PVS-Studio static analysis
|
2017-07-20 00:27:28 +02:00 |
catch_wildcard_pattern.cpp
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |
catch_wildcard_pattern.h
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_windows_h_proxy.h
|
unconditional windows proxy
|
2017-10-11 14:58:20 +01:00 |
catch_xmlwriter.cpp
|
Changed all .hpp extensions to .h where there is now a corresponding .cpp
|
2017-09-07 11:24:33 +01:00 |
catch_xmlwriter.h
|
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
|
2017-11-07 18:01:10 +00:00 |