catch2/include/internal
herringbanger@gmail.com aa648bd690 Fix linker error in catch_debugger.hpp on iOS on ARM that occurs trying to use assembly for Intel because CATCH_PLATFORM_MAC is defined.
Define CATCH_PLATFORM_MAC using #if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) instead of #if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__).

Add new CATCH_PLATFORM_IPHONE defined using #elif  defined(__IPHONE_OS_VERSION_MIN_REQUIRED) for future use. The BreakIntoDebugger and isDebuggerActive functions remain without implementations for iOS.
2012-01-14 11:12:58 -08:00
..
catch_approx.hpp Added ability to build custom Approx instance 2011-06-06 08:21:21 +01:00
catch_capture.hpp Merge branch 'master' of github.com:philsquared/Catch 2011-09-29 18:42:32 +01:00
catch_commandline.hpp Supress more warnings 2011-09-29 08:58:40 +01:00
catch_common.h Fix compiler warnings 2011-09-23 10:03:52 +02:00
catch_config.hpp Fixed a potential ordering issue with output streambufs 2011-05-31 18:47:30 +01:00
catch_debugger.hpp Fix linker error in catch_debugger.hpp on iOS on ARM that occurs trying to use assembly for Intel because CATCH_PLATFORM_MAC is defined. 2012-01-14 11:12:58 -08:00
catch_default_main.hpp Tweaks to allow headers to be glued together. 2011-05-24 08:23:02 +01:00
catch_evaluate.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_exception_translator_registry.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_generators_impl.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_generators.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_hub_impl.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_hub.h Re-org 2011-04-26 08:32:40 +01:00
catch_interfaces_capture.h Re-org 2011-04-26 08:32:40 +01:00
catch_interfaces_exception.h Re-org 2011-04-26 08:32:40 +01:00
catch_interfaces_reporter.h Re-org 2011-04-26 08:32:40 +01:00
catch_interfaces_runner.h Re-org 2011-04-26 08:32:40 +01:00
catch_interfaces_testcase.h Re-org 2011-04-26 08:32:40 +01:00
catch_list.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_objc.hpp Tweaks to allow headers to be glued together. 2011-05-24 08:23:02 +01:00
catch_reporter_registrars.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_reporter_registry.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_result_type.h Re-org 2011-04-26 08:32:40 +01:00
catch_resultinfo.hpp Fix compiler warnings 2011-09-23 10:03:52 +02:00
catch_runner_impl.hpp Fix for GitHub Issue #66 2011-12-28 10:33:54 +00:00
catch_section.hpp Fix compiler warnings 2011-09-23 10:03:52 +02:00
catch_stream.hpp Re-org 2011-04-26 08:32:40 +01:00
catch_test_case_info.hpp Fix compiler warnings 2011-09-23 10:03:52 +02:00
catch_test_case_registry_impl.hpp stdout retained for all sections 2011-12-28 10:23:32 +00:00
catch_test_registry.hpp Fix for GitHub issue #56 2011-12-28 19:55:11 +00:00
catch_xmlwriter.hpp Github issue #51 2011-09-30 08:04:54 +01:00