catch2/include
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
..
internal 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
reporters GitHub issue #62 2011-12-28 10:28:56 +00:00
catch.hpp Fixed Obj-C related #include ordering 2011-08-15 09:06:31 +01:00
catch_runner.hpp Xcode 4, warnings and MinGW 2011-12-27 10:59:41 +00:00
catch_with_main.hpp Tweaks to allow headers to be glued together. 2011-05-24 08:23:02 +01:00