catch2/projects
Thomas Lamb 6a6b41411c switch from ->* to <= in expression decomposer
<= chosen arbitrarily from comparison operators, but any of <=, >=, <, >
have the same precedence.

This now allows expressions containing any of *, /, %, +, -, << and >>
to be used on the LHS.

No tests broke, and the corresponding originally failing test in
[tricky] was expanded and added to the main suite.
2014-08-06 03:25:56 -07:00
..
CMake Updated cmake file with command line test removal 2014-03-06 08:21:47 +00:00
SelfTest switch from ->* to <= in expression decomposer 2014-08-06 03:25:56 -07:00
VS2008/TestCatch First cut of new test spec parser code 2014-05-16 06:50:00 +01:00
VS2010/TestCatch Updated VS2010 project (removed CmdLineTests.cpp) 2014-03-07 06:53:30 +00:00
XCode Section no longer relies on copy-elision for correctness 2014-07-09 07:39:57 +01:00
runners/iTchRunner Fix build issue with TchRunnerMainView in XCode 5 2014-03-30 18:33:40 +03:00