catch2/include
Matt Wozniski f29c898443 Normalize include guards for all *.h and *.hpp
Some files had include guards that didn't match the file name, and
others were missing the include guards entirely.

Standardized this so that every include file has an include guard, and
all the guards are of the form TWOBLUECUBES_<FILENAME>_<EXT>_INCLUDED
2012-09-17 01:53:39 -04:00
..
internal Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
reporters Small naming correction 2012-09-03 08:18:32 +01:00
catch.hpp Added CATCH_ version of SUCCEED macro 2012-08-31 18:37:47 +01:00
catch_runner.hpp First cut of tags support 2012-09-15 17:53:27 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00