Commit Graph

37 Commits

Author SHA1 Message Date
Phil Nash
7dfd830a3a Allow { NULL <op> T }to work 2011-03-18 19:08:33 +00:00
Phil Nash
ef611c65d9 Pointer comparisons and compare to NULL 2011-03-18 14:39:58 +00:00
Phil Nash
f6758c2967 Added special case logic for signed/ unsigned comparisons involving negative numbers and added test cases to cover them 2011-03-15 22:22:19 +00:00
Phil Nash
6d11d56fea Correctness fixes (for VS) 2011-03-15 18:43:13 +00:00
Phil Nash
4890a1d80a StopOnFailure now works again 2011-03-14 19:21:35 +00:00
Phil Nash
c27e6dc838 Tidied exception check macros 2011-03-14 08:49:42 +00:00
Phil Nash
0dc4508d72 Fixed exception check regression 2011-03-14 08:45:55 +00:00
Phil Nash
2e444861c9 Fixed some issues caused by single evaluation work 2011-03-10 19:18:14 +00:00
Phil Nash
e0e74774e2 More Single Evaluation work 2011-03-10 14:09:32 +00:00
Phil Nash
b708789ee9 First cut of single-evaluation fix 2011-03-09 19:45:05 +00:00
Phil Nash
8087f5738c Fixed null string reporting issue 2011-02-23 20:02:18 +00:00
Phil Nash
dea778138e Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows 2011-02-16 18:58:15 +00:00
Phil Nash
cf7b6881c9 Some layout reformatting. I think everything is in my preferred style now 2011-02-03 20:00:46 +00:00
Phil Nash
b81e0b9e9c Some code clean-up 2011-01-11 19:48:48 +00:00
Phil Nash
1172d26705 Added some specialisations for toString 2011-01-11 09:21:23 +00:00
Phil Nash
263c046b84 Refactored more into Hub 2011-01-11 09:13:31 +00:00
Phil Nash
a65f210cb2 Changed some std::string args to char* to improve compile time 2011-01-07 09:38:32 +00:00
Phil Nash
e846e0744d Refactored reporter related code into interface based design 2010-12-31 22:07:47 +00:00
Phil Nash
6ea8f298a4 First step to refactoring ResultsCapture into pure calls onto IResultListener interface 2010-12-31 20:49:58 +00:00
Phil Nash
4b8e3fca32 Fixed some more warnings 2010-12-29 23:13:22 +00:00
Phil Nash
9a79ee7958 Cleaned up some more warnings 2010-12-28 17:21:29 +00:00
Phil Nash
53da26eef1 Added ability to break into debugger on Windows and Mac 2010-12-27 20:49:19 +00:00
Phil Nash
0025668584 Added streaming to message macros and added scoped info 2010-12-27 11:09:34 +00:00
Phil Nash
9a703f73d4 Tidy up after merge mess 2010-11-29 22:52:27 +00:00
Phil Nash
fa9f970890 fixed merge 2010-11-29 22:33:48 +00:00
Phil Nash
ceab2a63bd merge 2010-11-29 19:48:37 +00:00
Phil Nash
e6b2b0e656 Implemented more reporter methods and started to fill out Section impl 2010-11-29 19:40:44 +00:00
Phil Nash
388e9ffde6 Some work on sections 2010-11-19 08:30:45 +00:00
Phil Nash
7d1ce5fade toString() now works with non-specialised non-streamable types 2010-11-16 19:30:41 +00:00
Phil Nash
d8aa843c7d Added Visual Studio project and fixed up some warnings showing in VS 2010-11-12 19:32:13 +00:00
Phil Nash
7e8cfa714f more portability fixes 2010-11-12 08:12:01 +00:00
Phil Nash
9e4708371e some portability fixes (thanks to Sam Saariste) 2010-11-11 20:56:38 +00:00
Phil Nash
92f2d32f74 Fixed leak 2010-11-11 20:37:46 +00:00
Phil Nash
48a70220a3 Detect and warn about overly complex expressions 2010-11-11 07:21:57 +00:00
Phil Nash
3d0fed768a Fixed a == 1 || b == 2 case 2010-11-10 19:18:46 +00:00
Phil Nash
3455e55538 Change some names to protect the ... reserved 2010-11-10 07:42:15 +00:00
Phil Nash
d80260001b First commit for GitHub 2010-11-09 23:24:00 +00:00