1. 08142bf Fixes const int error seen on some compilers (see #136) by Phil Nash · 12 years ago
  2. 4104fb7 Random bits of clean-up by Phil Nash · 12 years ago
  3. d5fbe2e conditionally compile GCC pragmas by Phil Nash · 12 years ago
  4. cda2149 Conditionally compile clang pragmas by Phil Nash · 12 years ago
  5. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  6. 5d73c5a Resolve reporter outside of Config by Phil Nash · 12 years ago
  7. 5824b56 Cleaned up some GCC/LLVM warnings by Phil Nash · 12 years ago
  8. 6d1c113 Fixed some signed/ unsigned warnings by Phil Nash · 12 years ago
  9. d06dced Some more reformatting. Also fixed some warnings by Phil Nash · 12 years ago
  10. e1cb8f2 Fix for comparing (const) char* to NULL by Phil Nash · 12 years ago
  11. 8fdf7f3 Added tests for signed/ unsigned fix by Phil Nash · 12 years ago
  12. 0653f48 Added tests for true == true etc by Phil Nash · 13 years ago
  13. 1adebef Fixed tests with string literal on lhs by Phil Nash · 13 years ago
  14. 823ea3e Re-org by Phil Nash · 13 years ago[Renamed (99%) from Test/ConditionTests.cpp]
  15. 4e58d7c Removed tests for unsigned ints against signed negative ints by Phil Nash · 14 years ago
  16. 18553e0 Fixed warning in 32 bit builds by Phil Nash · 14 years ago
  17. 7dfd830 Allow { NULL <op> T }to work by Phil Nash · 14 years ago
  18. ef611c6 Pointer comparisons and compare to NULL by Phil Nash · 14 years ago
  19. 1e15669 Added missing #include for <limits> by Phil Nash · 14 years ago
  20. f6758c2 Added special case logic for signed/ unsigned comparisons involving negative numbers and added test cases to cover them by Phil Nash · 14 years ago
  21. b708789 First cut of single-evaluation fix by Phil Nash · 14 years ago
  22. db378d8 Fixed most pedantic warnings by Phil Nash · 14 years ago
  23. 684baf1 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ by Phil Nash · 14 years ago
  24. aae4183 Fixed comment by Phil Nash · 14 years ago
  25. a2d2095 changed macro names: EXPECT -> REQUIRE, *_NOT -> *_FALSE by Phil Nash · 14 years ago
  26. 7e8cfa7 more portability fixes by Phil Nash · 14 years ago
  27. 16a6dd5 Added note about ! operator by Phil Nash · 14 years ago
  28. 3455e55 Change some names to protect the ... reserved by Phil Nash · 14 years ago
  29. d802600 First commit for GitHub by Phil Nash · 14 years ago