2017-11-19
@Luke Drummond
Don't emit ANSI colour escape sequences when output is not a tty ...
Luke Drummond committed on 19 Nov 2017
2017-11-16
@Neil Henning
Merge pull request #14 from ldrumm/master ...
Neil Henning authored on 16 Nov 2017 GitHub committed on 16 Nov 2017
@Luke Drummond
Some minor README improvements ...
Luke Drummond committed on 16 Nov 2017
2017-11-02
@Neil Henning
Update README.md ...
Neil Henning authored on 2 Nov 2017 GitHub committed on 2 Nov 2017
2017-04-21
@Neil Henning
Merge pull request #13 from sheredom/test_moar_things ...
Neil Henning authored on 21 Apr 2017 GitHub committed on 21 Apr 2017
@Neil Henning
VS 2008 isn't supported it seems.
Neil Henning committed on 21 Apr 2017
@Neil Henning
Build fix.
Neil Henning committed on 21 Apr 2017
@Neil Henning
Add more test configurations.
Neil Henning committed on 21 Apr 2017
2016-04-28
@Neil Henning
Merge pull request #12 from sheredom/make_printfs_better ...
Neil Henning committed on 28 Apr 2016
@Neil Henning
MR: add .clang-format file to stop clang-format always breaking windows builds by reordering includes.
Neil Henning committed on 28 Apr 2016
2016-04-27
@Neil Henning
Output errors on clang/gcc.
Neil Henning committed on 27 Apr 2016
@Neil Henning
Remove printf0 printf1 printf2 macros and just suppress the clang warning.
Neil Henning committed on 27 Apr 2016
@Neil Henning
Merge pull request #11 from sheredom/big_shakeup ...
Neil Henning committed on 27 Apr 2016
@Neil Henning
MR: Gurgh another issue with 32bit this time.
Neil Henning committed on 27 Apr 2016
@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