| 2016-04-03 |
|
|---|---|
| 2016-03-22 |
And lets not revert the filter technology in the process!
Neil Henning
committed
on 22 Mar 2016
|
| 2016-03-21 |
Add two more fixtures to re-use a fixture.
Neil Henning
committed
on 21 Mar 2016
|
|
|
|
| 2016-01-12 |
|
|
I've simplified the filtering to make it more robust.
Neil Henning
committed
on 12 Jan 2016
|
|
| 2016-01-11 |
|
| 2016-01-10 |
First attempt at proper filtering. Code is a little janky but seems to work.
Neil Henning
committed
on 10 Jan 2016
|
| 2016-01-01 |
|
|
Remove use of strncmp because of weird clang/release issue.
Neil Henning
committed
on 1 Jan 2016
|
|
|
VS11 fix.
Neil Henning
committed
on 1 Jan 2016
|
|
|
Windows fix.
Neil Henning
committed
on 1 Jan 2016
|
|
|
Add support for initial filtering of tests.
Neil Henning
committed
on 1 Jan 2016
|
|
|
|
|
|
Clang format everything.
Neil Henning
committed
on 1 Jan 2016
|
|
| 2015-12-31 |
Merge pull request #6 from sheredom/make_macros_depend_on_each_other
...
Neil Henning
committed
on 31 Dec 2015
|
|
Make ASSERT macros use EXPECt - the macros were getting more verbose and causing some CTRL+C CTRL+V coding which is never good chi.
Neil Henning
committed
on 31 Dec 2015
|
|
| 2015-12-30 |
|
|
Apparently linux needs that?
Neil Henning
committed
on 30 Dec 2015
|
|
|
gcc doesn't have overloadable, so lets just skip it.
Neil Henning
committed
on 30 Dec 2015
|
|
| 2015-12-29 |
Split out the main() function into utest_main, to allow a user to call utest_main manually while defining their own main().
Neil Henning
committed
on 29 Dec 2015
|
|
Add the ability to print the normal pod values we are used to in C/C++.
Neil Henning
committed
on 29 Dec 2015
|
|
| 2015-12-28 |
Print bool and string values that we can print without type information or overloading.
Neil Henning
committed
on 28 Dec 2015
|
| 2015-12-12 |
Merge pull request #4 from sheredom/add_str_assert_and_expect
...
Neil Henning
committed
on 12 Dec 2015
|
|
Add ASSERT_STREQ, ASSERT_STRNE, EXPECT_STREQ and EXPECT_STRNE.
Neil Henning
committed
on 12 Dec 2015
|
|
| 2015-12-11 |
|
|
Fixup Apple timing info.
Neil Henning
committed
on 11 Dec 2015
|
|
| 2015-12-10 |
Try a travis-ci mac build to see if it works.
Neil Henning
committed
on 10 Dec 2015
|
|
Merge pull request #2 from sheredom/timing_info_on_windows
...
Neil Henning
committed
on 10 Dec 2015
|
|
|
Only use inttypes on non-windows.
Neil Henning
committed
on 10 Dec 2015
|