1. b95163b Don't enable POSIX signals under QNX by Martin Hořeňovský · 7 years ago
  2. 8f85d08 Give up on _Pragma for gcc, force disable Wparentheses in all TUs by Martin Hořeňovský · 7 years ago
  3. c3a41e2 Suppress -Wexit-time-destructors in Catch code by Martin Hořeňovský · 7 years ago
  4. 673ec55 Moved definition of _BSD_SOURCE earlier by Phil Nash · 7 years ago
  5. c617860 Cygwin compatibility fixes by Martin Hořeňovský · 7 years ago
  6. 2e0ae01 Improve -Wparentheses supression for gcc by Martin Hořeňovský · 7 years ago
  7. fe690a6 push/pop warnings when disabling parentheses warnings within assertion (gcc/ clang) by Phil Nash · 7 years ago
  8. e991c00 Fixes for MinGW compatibility by Martin Hořeňovský · 7 years ago
  9. 60a9ac7 Enabled previous commit under MSVC, introduced new feature toggle by Martin Hořeňovský · 8 years ago
  10. 750b52b suppress use of __COUNTER__ when being parsed by CLion (or AppCode). by Phil Nash · 8 years ago
  11. a1bed57 Standardize C++11 feature toggles to follow documentation by Martin Hořeňovský · 8 years ago
  12. 6991549 Fixed compile error under VS2015 /c++:latest, caused by using random_shuffle by Martin Hořeňovský · 8 years ago
  13. be3570e Use std::shuffle instead of (deprecated) std::random_shuffle if C++14 detected by Phil Nash · 8 years ago
  14. 13a887a Use __COUNTER__ when generating unique names instead of __LINE__, if available. by Phil Nash · 9 years ago
  15. 97e3354 Fix CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS: GCC needs to be capitalized. by David Grayson · 8 years ago
  16. 91bfe68 Suppress parentheses warnings on clang and gcc by Phil Nash · 8 years ago
  17. 40d0d2f Added unique_ptr detection to compiler_capabilities by Phil Nash · 9 years ago
  18. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  19. f3308ed Let gcc use __cplusplus identifier to decide if nullptr supported by Phil Nash · 9 years ago
  20. 733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support by Phil Nash · 9 years ago
  21. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  22. 7ab3b5a Added compiler feature suppression macros by Phil Nash · 9 years ago
  23. 43470b2 Removed CATCH_CONFIG_CPP11_NULLPTR for VS2015 by Phil Nash · 9 years ago
  24. e86daf8 Reorganised C+11 feature detection a bit by Phil Nash · 9 years ago
  25. 16a7db0 enable nullptr for VS2010 by Phil Nash · 10 years ago
  26. 73a0744 Backed out PR #307 (use nullptr from VS2005) as it seems clr specific by Phil Nash · 10 years ago
  27. 3eefa7f use nullptr in MSVC from 2005+ (based on PR #307 - thanks alex85k) by Phil Nash · 10 years ago
  28. 1a6f2a0 Changed the way noexcept support is handled to (hopefully) fix #275 and #273 by Phil Nash · 10 years ago
  29. d7e1790 Merge branch 'master' of https://github.com/gnzlbg/Catch by Phil Nash · 10 years ago
  30. ce65985 Conditionally removes usage of deprecated features by gnzlbg · 10 years ago
  31. 2851b4a Try again with nullptr compatibility check in GCC by Phil Nash · 11 years ago
  32. 9d7b779 build 19 by Phil Nash · 11 years ago
  33. 563429d Compile in CATCH_CONFIG_CPP11_NULLPTR for some compilers by Phil Nash · 11 years ago
  34. 597ed1f handle TEST_CASE_METHOD macro consistently by Phil Nash · 11 years ago
  35. c887d1a Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x by Phil Nash · 11 years ago
  36. 4dd3f68 Compiler capabilities clean-up by Phil Nash · 11 years ago
  37. 9fff9e4 Complete disable CATCH_SFINAE for now by Phil Nash · 11 years ago
  38. 052dc18 Remove SFINAE support for all unknown compilers by Phil Nash · 11 years ago
  39. 5062d3e Added (conditional) SFINAE support. by Phil Nash · 11 years ago