2020-08-23
@Neil Henning
Merge pull request #37 from sheredom/add_testing_for_c99_and_c11 ...
Neil Henning authored on 23 Aug 2020 GitHub committed on 23 Aug 2020
2020-08-22
@Neil Henning
Add testing for c99 and c11.
Neil Henning committed on 22 Aug 2020
2020-07-24
@Neil Henning
Merge pull request #35 from sheredom/fix_c11_build ...
Neil Henning authored on 24 Jul 2020 GitHub committed on 24 Jul 2020
2020-07-23
@Neil Henning
Fix the c11 build on linux by using the newer timespec_get function.
Neil Henning committed on 23 Jul 2020
2020-06-22
@Neil Henning
Merge pull request #33 from sheredom/add_strncmp_methods ...
Neil Henning authored on 22 Jun 2020 GitHub committed on 22 Jun 2020
@Neil Henning
Add strncmp variants of the EXPECT and ASSERT.
Neil Henning committed on 22 Jun 2020
2020-05-27
@Neil Henning
Merge pull request #32 from sheredom/msvc_keep_symbols_during_wpo ...
Neil Henning authored on 27 May 2020 GitHub committed on 27 May 2020
2020-05-24
@Neil Henning
On second thought gold doesn't work on linux travis so don't do this.
Neil Henning committed on 24 May 2020
@Neil Henning
Add LTO options for linux/macOs too.
Neil Henning committed on 24 May 2020
@Neil Henning
Keep symbols during whole program optimization (WPO). ...
Neil Henning committed on 24 May 2020
2019-12-30
@Neil Henning
Merge pull request #29 from sheredom/use_process_h_to_test_list_tests ...
Neil Henning authored on 30 Dec 2019 GitHub committed on 30 Dec 2019
@Neil Henning
Use my process.h to test --list-tests. ...
Neil Henning committed on 30 Dec 2019
2019-12-25
@Neil Henning
Merge pull request #28 from sheredom/allow_ptr_and_array_checks ...
Neil Henning authored on 25 Dec 2019 GitHub committed on 25 Dec 2019
2019-12-24
@Neil Henning
Add support for doing type checks on pointers and also a lovely little hack of doing the typeof the input type + 0 to get around being able to compare a value against a static c-style array.
Neil Henning committed on 24 Dec 2019
2019-12-01
@Neil Henning
Merge pull request #26 from sheredom/ldrumm-stdc-type-printing ...
Neil Henning authored on 1 Dec 2019 GitHub committed on 1 Dec 2019
@Neil Henning
Try and fix the build failures.
Neil Henning committed on 1 Dec 2019
2019-11-30
@Neil Henning
Merge branch 'stdc-type-printing' of https://github.com/ldrumm/utest.h into ldrumm-stdc-type-printing
Neil Henning committed on 30 Nov 2019
2019-09-16
@Luke Drummond
Support the type printer for C11 compilers ...
Luke Drummond committed on 16 Sep 2019
2019-09-15
@Neil Henning
Merge pull request #25 from ldrumm/no-double-eval ...
Neil Henning authored on 15 Sep 2019 GitHub committed on 15 Sep 2019
@Luke Drummond
Add a test to ensure the `ASSERT_*` macros don't double eval
Luke Drummond committed on 15 Sep 2019
2019-09-14
@Neil Henning
Merge pull request #22 from sheredom/fix_build ...
Neil Henning authored on 14 Sep 2019 GitHub committed on 14 Sep 2019
2019-09-13
@Neil Henning
Fix the build for the newer werrors.
Neil Henning committed on 13 Sep 2019
2019-09-09
@Neil Henning
Merge pull request #20 from ldrumm/list-tests ...
Neil Henning authored on 9 Sep 2019 GitHub committed on 9 Sep 2019
2019-09-08
@Luke Drummond
add `--list-tests` option as the complement of `--filter` ...
Luke Drummond committed on 8 Sep 2019
@Neil Henning
Merge pull request #21 from ldrumm/no-spectre-warn ...
Neil Henning authored on 8 Sep 2019 GitHub committed on 8 Sep 2019
@Luke Drummond
Disable warnings about generated spectre mitigations ...
Luke Drummond committed on 8 Sep 2019
2017-12-22
@Neil Henning
Merge pull request #17 from sheredom/check_stdint_include ...
Neil Henning authored on 22 Dec 2017 GitHub committed on 22 Dec 2017
2017-12-21
@Neil Henning
Appveyor has an issue with MSVC 2008 / 64 bit builds so disable it.
Neil Henning committed on 21 Dec 2017
@Neil Henning
Check that including stdint.h works, because we don't include it on MSVC and it was failing previously.
Neil Henning committed on 21 Dec 2017
2017-11-27
@Neil Henning
Merge pull request #16 from nabijaczleweli/master ...
Neil Henning authored on 27 Nov 2017 GitHub committed on 27 Nov 2017