1. 2a9d8d9 Changed "const X ref"s to "X const ref"s by Phil Nash · 11 years ago
  2. d0d4d93 Build 37 by Phil Nash · 11 years ago
  3. 06548a5 Fix for #144 - string matchers now work with NULLs by Phil Nash · 11 years ago
  4. c887d1a Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x by Phil Nash · 11 years ago
  5. 471eba2 Build 36 by Phil Nash · 11 years ago
  6. 4dd3f68 Compiler capabilities clean-up by Phil Nash · 11 years ago
  7. dd52044 Build 35 - non-SFINAE IsStreamInsertable by Phil Nash · 11 years ago
  8. 9fff9e4 Complete disable CATCH_SFINAE for now by Phil Nash · 11 years ago
  9. 003960d Returned to older version of IsStreamable by Phil Nash · 11 years ago
  10. 1927925 Build 34 by Phil Nash · 11 years ago
  11. 2666c96 Fixes issue #164 by Phil Nash · 11 years ago
  12. b3acf45 Fully committed to new Text class. by Phil Nash · 11 years ago
  13. 97d9985 Refactored line wrapping in Text constructor a bit by Phil Nash · 11 years ago
  14. d37a8e8 Revert "Refactored line wrapping in Text constructor a bit" by Phil Nash · 11 years ago
  15. e43d4a2 Refactored line wrapping in Text constructor a bit by Phil Nash · 11 years ago
  16. 54ca219 Text class is now full replacement for LineWrap by Phil Nash · 11 years ago
  17. 7059c6e Text class mostly working - tabs not yet working by Phil Nash · 11 years ago
  18. 052dc18 Remove SFINAE support for all unknown compilers by Phil Nash · 11 years ago
  19. bd5910e Moved line info in header again by Phil Nash · 11 years ago
  20. 5062d3e Added (conditional) SFINAE support. by Phil Nash · 11 years ago
  21. 243f2d2 build 33 by Phil Nash · 11 years ago
  22. cd9c72c Fixed BrightGreen in ANSI/ Posix case - was yellow :-s by Phil Nash · 11 years ago
  23. 1c03b4a Exclude VS2005 from using variadic macros by Phil Nash · 11 years ago
  24. 1ece38e Moved legacy_reporter_adapter files back into internal by Phil Nash · 11 years ago
  25. 3bd4241 Fixed Junit issue with REQUIRE_THROWS by Phil Nash · 11 years ago
  26. 8764177 build 32 by Phil Nash · 11 years ago
  27. 7af7451 LegacyReporterAdapter unbundles INFO messages from assertion to mimic legacy behaviour by Phil Nash · 11 years ago
  28. 12c16ff Build 31 by Phil Nash · 11 years ago
  29. 4746caa LineWrapper can indent first line differently to subsequent lines by Phil Nash · 11 years ago
  30. f186a91 Switched TextColour out for Colour - Removed TextColour by Phil Nash · 11 years ago
  31. a3703fa First cut of new Colour class (to replace TextColour) by Phil Nash · 11 years ago
  32. 5c7d3d7 build 30 by Phil Nash · 11 years ago
  33. 2c90533 More formatting/ colour tweaks by Phil Nash · 11 years ago
  34. 67e9f01 Added some more wrap chars by Phil Nash · 11 years ago
  35. 2a17ef9 Use SecondaryText code in lists by Phil Nash · 11 years ago
  36. c7e602f Added SecondaryText colour enum - slightly refactored ConsoleColour as well by Phil Nash · 11 years ago
  37. 9d15d36 Changed Xcode search paths for easier sharing of projects with Windows by Phil Nash · 11 years ago
  38. 38f7eef build 29 by Phil Nash · 11 years ago
  39. e324d28 Added -l tags by Phil Nash · 11 years ago
  40. d0df295 Added vector resizing example to BDD tests by Phil Nash · 11 years ago
  41. 15fd032 Use new line wrapper to show test case list, with tags, in columns by Phil Nash · 11 years ago
  42. 9e8abc3 Simplified StringWrapper by Phil Nash · 11 years ago
  43. b052bd7 Refactored string wrapper by Phil Nash · 11 years ago
  44. dd26e88 Build 28 by Phil Nash · 11 years ago
  45. 016b063 Line numbers changed and test added by Phil Nash · 11 years ago
  46. c563f6b Wrap expr results if they contain newlines by Phil Nash · 11 years ago
  47. 2927c24 Fixed line wrap bug by Phil Nash · 11 years ago
  48. 29426b6 Added vector resize test by Phil Nash · 11 years ago
  49. 2e3c5fa Addressed some warnings (mostly MSVC) by Phil Nash · 11 years ago
  50. 6ba2057 refactored toLower by Phil Nash · 11 years ago
  51. f4254b8 Moved scripts into their own folder by Phil Nash · 11 years ago
  52. f155366 Updated release script for README changes by Phil Nash · 11 years ago
  53. f0a2a21 Moved title back below logo by Phil Nash · 11 years ago
  54. bd10282 More markdown formatting by Phil Nash · 11 years ago
  55. 336de86 Reformatted README for markdown by Phil Nash · 11 years ago
  56. 3757e15 Added .md extension by Phil Nash · 11 years ago
  57. f433940 Try with title by Phil Nash · 11 years ago
  58. 5a26941 Try lowercase chars by Phil Nash · 11 years ago
  59. 22b7921 Try as not first line by Phil Nash · 11 years ago
  60. f82e436 Try raw domain by Phil Nash · 11 years ago
  61. b1948ec Try full path to logo by Phil Nash · 11 years ago
  62. 7ce438c Fixed logo path by Phil Nash · 11 years ago
  63. 3f79766 Added logo to readme by Phil Nash · 11 years ago
  64. bd7f797 build 27 by Phil Nash · 11 years ago
  65. 3453639 tags can be specified using -t (or as default command) by Phil Nash · 11 years ago
  66. 49d7ce4 Minor tidy up by Phil Nash · 11 years ago
  67. 444f4dd Variadics support for BDD macros (scenarios) by Phil Nash · 11 years ago
  68. 9390675 Build 26 by Phil Nash · 11 years ago
  69. a46ee02 Print ~~~ at start of console output. Some cleanup in the reporter code by Phil Nash · 11 years ago
  70. c0b6980 Initial support for variadic macros by Phil Nash · 11 years ago
  71. 9c5bbab build 25 by Phil Nash · 11 years ago
  72. 37186a1 Added BDD macros (Also includes regenerated files from previous commits) by Phil Nash · 11 years ago
  73. 0db35c0 Cleaned up -Wpadded warning handling a bit more by Phil Nash · 11 years ago
  74. dc2735c Removed some cruft and warnings by Phil Nash · 11 years ago
  75. 7542685 Moved "no test cases matched" message to reporter by Phil Nash · 11 years ago
  76. 6d56d71 build 24 by Phil Nash · 11 years ago
  77. 32e70b2 Fixes nil NSString issue reported in #159 by Phil Nash · 11 years ago
  78. 17479c6 Tag and test case name querying are now case insensitive by Phil Nash · 11 years ago
  79. d78cfe1 Tweaked colours again by Phil Nash · 11 years ago
  80. 3df6c0d Refactored ConsoleColour impl. Tweaked the (Windows) colours a bit. by Phil Nash · 11 years ago
  81. a04981b Build 22 by Phil Nash · 11 years ago
  82. e57a56b Converted tabs to spaces in some files where they have crept back in by Phil Nash · 11 years ago
  83. 85dff2b Added duplicate method warnings by Phil Nash · 11 years ago
  84. 5de07c3 Removed unnecessary test by Phil Nash · 11 years ago
  85. b7ff995 Tidied up some loose ends with reporting test cases and sections (now handles them as a single block). by Phil Nash · 11 years ago
  86. 90b2bfe Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though) by Phil Nash · 11 years ago
  87. 767f158 Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. by Phil Nash · 11 years ago
  88. ead139e Reverted ANSI colour change (it was failing for Windows) Produced build 20 by Phil Nash · 11 years ago
  89. 5bdae84 build 19 by Phil Nash · 11 years ago
  90. 10ed1e0 Handle section ends in the event of unexpected exceptions by Phil Nash · 11 years ago
  91. 3f50385 Updated approval file by Phil Nash · 11 years ago
  92. 35cb97f Cleaned up some stray tests by Phil Nash · 11 years ago
  93. ca79d19 Suppress "no test cases matched" message if there was no test spec string by Phil Nash · 11 years ago
  94. 429699e Added className to TestCase in Obj-C by Phil Nash · 11 years ago
  95. f45e09a Default to using colour in unix based terminals by Phil Nash · 11 years ago
  96. dbcd833 Don't use ANSI colour codes when debugging by Phil Nash · 11 years ago
  97. 707c97e Ignore OCTest DerivedData by Phil Nash · 11 years ago
  98. d768b1b Fixed sticky INFO (which persisted across TEST_CASEs) from #152 and generated build 18 by Phil Nash · 11 years ago
  99. fb944f2 Updated message tests to reflect slightly changed semantics by Phil Nash · 11 years ago
  100. a277381 Build 17 - includes reworking of message/ info handling by Phil Nash · 11 years ago