catch2/include/internal
Martin Hořeňovský 3f6c078173 Use = delete instead of private, unimplemented copy operations 2017-07-12 15:11:23 +02:00
..
catch_approx.hpp Move back to static StringMaker<T>::convert 2017-05-21 23:40:05 +02:00
catch_assertionresult.cpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_assertionresult.h Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_capture.hpp Merge branch 'dev-second-string-argument-removal' into dev-modernize 2017-06-26 20:48:41 +02:00
catch_clara.h Updated version of Clara (should fix Windows compile issues) 2017-06-20 18:03:47 +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 Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_common.h Collect startup exceptions instead of throwing them 2017-06-04 21:39:27 +02: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.hpp Merged implemention of #934, but using 'verbose' option on command line instead. 2017-06-26 17:15:28 +01:00
catch_console_colour.cpp More include and impl refactoring 2017-07-10 14:25:38 +02:00
catch_console_colour.hpp More include and impl refactoring 2017-07-10 14:25:38 +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 Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_debugger.h Removed debug break support for PowerPC Macs 2017-04-25 12:27:26 +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 Remove C++98 backcompat from evaluate 2017-04-25 11:28:40 +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 Fix #914 being removed during last merge 2017-06-06 15:07:34 +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 Moved Catch NotImplementedException out of the common include path 2017-07-12 15:05:01 +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 Merged implemention of #934, but using 'verbose' option on command line instead. 2017-06-26 17:15:28 +01:00
catch_interfaces_exception.h Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
catch_interfaces_registry_hub.h Collect startup exceptions instead of throwing them 2017-06-04 21:39:27 +02:00
catch_interfaces_reporter.h converted IStreamingReporter to unique_ptr 2017-05-05 15:43:31 +01: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 Removed Ptr, Shared and SharedImpl 2017-04-25 21:56:14 +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 More include and impl refactoring 2017-07-10 14:25:38 +02:00
catch_list.h More include and impl refactoring 2017-07-10 14:25:38 +02:00
catch_matchers.hpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +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 Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
catch_matchers_vector.h Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
catch_message.cpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_message.h Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +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 Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
catch_objc.hpp Merge branch 'master' into dev-modernize 2017-06-05 17:19:42 +02:00
catch_objc_arc.hpp Conditionally compile clang pragmas 2012-08-16 18:47:41 +01:00
catch_option.hpp Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00
catch_platform.h Merge branch 'windows-header-defines' of https://github.com/horenmar/Catch 2017-01-16 17:00:43 +01:00
catch_reenable_warnings.h Suppress warnings correctly for Intel compiler 2015-03-04 07:54:35 +00:00
catch_registry_hub.cpp More include and impl refactoring 2017-07-10 14:25:38 +02: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 Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_result_builder.h Merge branch 'dev-second-string-argument-removal' into dev-modernize 2017-06-26 20:48:41 +02:00
catch_result_type.h Stripped trailing whitespace from all source code lines 2015-11-04 18:04:15 +00:00
catch_run_context.hpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02: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_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_startup_exception_registry.cpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_startup_exception_registry.h Collect startup exceptions instead of throwing them 2017-06-04 21:39:27 +02: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 explicit conversion from size_t to size_type 2017-06-29 16:31:05 +01:00
catch_stringref.h Made more of StringRef noexcept 2017-06-29 11:47:09 +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.h Take std::string by const-ref where possible 2017-03-06 13:16:43 +01:00
catch_tag_alias_registry.cpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02: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_test_case_info.cpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_test_case_info.h Removed Ptr, Shared and SharedImpl 2017-04-25 21:56:14 +01:00
catch_test_case_registry_impl.hpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_test_case_tracker.hpp Added CATCH_ENFORCE (and updated CATCH_INTERNAL_ERROR to be stream based) 2017-05-05 15:43:31 +01:00
catch_test_registry.hpp Use = delete instead of private, unimplemented copy operations 2017-07-12 15:11:23 +02:00
catch_test_spec.hpp Added missing <memory> includes 2017-04-26 17:04:00 +01:00
catch_test_spec_parser.hpp migrated Pattern to std::shared_ptr 2017-04-25 21:56:14 +01: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 Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_tostring.h Removed const refs from NSString/ NSObject overloads (effectively reapplies PR #855 originally applied to "1.x" master) 2017-06-26 16:48:38 +01:00
catch_totals.hpp A load more C++11 tweaks - mostly moving initialisations from constructors to inline 2017-04-25 19:30:53 +01:00
catch_version.cpp Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_version.h Started work on splitting out .cpp files from header files 2017-07-06 22:28:42 +02:00
catch_wildcard_pattern.hpp Added CATCH_ENFORCE (and updated CATCH_INTERNAL_ERROR to be stream based) 2017-05-05 15:43:31 +01: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.hpp Merge branch 'master' into dev-modernize 2017-06-05 17:19:42 +02:00