2016-04-27
@Neil Henning
MR: VS14 update 2 has an annoying printf bug.@
Neil Henning committed on 27 Apr 2016
2016-04-26
@Neil Henning
MR: Hopeful fix for VS14
Neil Henning committed on 26 Apr 2016
@Neil Henning
MR: Remove spurious pragma warning push.@
Neil Henning committed on 26 Apr 2016
@Neil Henning
MR: Remove VS9 testing for now, spurious failures. Make ASSERT not doubly evaluate condition.
Neil Henning committed on 26 Apr 2016
2016-04-25
@Neil Henning
MR: lets not use stdint.h on Windows because old MSVC doesn't have it (and we only want two types from it anyway).
Neil Henning committed on 25 Apr 2016
@Neil Henning
MR: CMake doesn't like VS9 not having the 2008, so change the appveyor accordingly.
Neil Henning committed on 25 Apr 2016
@Neil Henning
MR: Fix windows builds.
Neil Henning committed on 25 Apr 2016
@Neil Henning
Enable old VS too.
Neil Henning committed on 25 Apr 2016
@Neil Henning
Use c89 mode for gcc/clang.
Neil Henning committed on 25 Apr 2016
2016-04-23
@Neil Henning
MR: CMake fails if you use clang for c and gcc for c++.
Neil Henning committed on 23 Apr 2016
@Neil Henning
MR: Clang complains about varargs macros pre c++11.
Neil Henning committed on 23 Apr 2016
@Neil Henning
MR: can't use snprintf (only for 2013 onwards), use _snprintf_s instead.
Neil Henning committed on 23 Apr 2016
2016-04-22
@Neil Henning
MR: Hopeful fix for MSVC.
Neil Henning committed on 22 Apr 2016
2016-04-19
@Neil Henning
MR: hopeful fix for gcc error.
Neil Henning committed on 19 Apr 2016
2016-04-06
@Neil Henning
MR: can't use strncmp because recursive macro hell on travis-ci.
Neil Henning committed on 6 Apr 2016
2016-04-03
@Neil Henning
MR: use clangs __has_warning to check if the warning exists before supressing it.
Neil Henning committed on 3 Apr 2016
@Neil Henning
MR: need to use __STDC_FORMAT_MACROS on linux.
Neil Henning committed on 3 Apr 2016
@Neil Henning
MR: null terminator space was missing, whoops.
Neil Henning committed on 3 Apr 2016
@Neil Henning
MR: fix linux issue.
Neil Henning committed on 3 Apr 2016
@Neil Henning
Big shake-up of utest.h. ...
Neil Henning committed on 3 Apr 2016
2016-03-22
@Neil Henning
And lets not revert the filter technology in the process!
Neil Henning committed on 22 Mar 2016
2016-03-21
@Neil Henning
Add two more fixtures to re-use a fixture.
Neil Henning committed on 21 Mar 2016
@Neil Henning
Add fixtures. ...
Neil Henning committed on 21 Mar 2016
2016-01-12
@Neil Henning
Merge pull request #10 from sheredom/better_filtering ...
Neil Henning committed on 12 Jan 2016
@Neil Henning
I've simplified the filtering to make it more robust.
Neil Henning committed on 12 Jan 2016
2016-01-11
@Neil Henning
Merge pull request #9 from sheredom/initial_filtering ...
Neil Henning committed on 11 Jan 2016
2016-01-10
@Neil Henning
First attempt at proper filtering. Code is a little janky but seems to work.
Neil Henning committed on 10 Jan 2016
2016-01-01
@Neil Henning
Merge pull request #8 from sheredom/initial_filtering ...
Neil Henning committed on 1 Jan 2016
@Neil Henning
Remove use of strncmp because of weird clang/release issue.
Neil Henning committed on 1 Jan 2016
@Neil Henning
VS11 fix.
Neil Henning committed on 1 Jan 2016