• Joined on 2018-01-28
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-04-15 00:07:51 +00:00
6fbe5efc71 Use macro to determine whether std::uncaught_exceptions is available
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-04-14 15:57:51 +00:00
bad0fb51f8 Refactor implementation of hashed random order test sorting
a2fc7cf8c0 Randomize test for subset invariant random ordering of tests
da9e3eec65 Add test for consistent random ordering
f696ab836b Change random test shuffling technique
Compare 4 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-14 11:37:51 +00:00
c89a5148b2 Update README.md
c37adba77b Update README.md
Compare 2 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-14 03:37:50 +00:00
95cc3dec3f Update README.md
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-13 19:37:50 +00:00
42c4a91041 Update README.md
d253dad2ee Update README.md
7f0265e674 Update README.md
b9726ba66d Update syslog_sink.h
Compare 5 commits »
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-04-12 23:07:51 +00:00
5d32ce26f4 Fix bug in test spec parser handling of escaping in ORed patterns
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-12 03:17:50 +00:00
854abdf5e6 Added cmake option SPDLOG_BUILD_ALL
d0fc8a572c Fixed clang-tidy warnings
8bc1ca0e44 clang-format
d38bd138cd Micro optimze pattern-formatter when padding not needed
7766bc25d1 Updated fmt_helper::pad2()
Compare 5 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-11 19:17:51 +00:00
34244656a6 Update test_fmt_helper.cpp
619849c793 fixed comment
927b2b3942 Fixed conversion warnings
76389e057f Optimize fmt_helper::pad3()
Compare 4 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-11 11:17:50 +00:00
0a14e491ab Update README.md
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-04-10 22:07:51 +00:00
035a062596 Remove usage of __builtin_constant_p under IBM XL
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-10 18:57:51 +00:00
1f7f1c1ffb Update CMakeLists.txt
6440733002 Fixed cmake
02802af97f Renamed SPDLOG_ENABLE_WARNINGS to SPDLOG_BUILD_WARNINGS
a8169a3d6b clang-format
9ba7fc94a5 Disable building tests by default in cmake
Compare 6 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-09 18:47:50 +00:00
18ed04b990 Fixed clang-tidy warnings in bench.cpp
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-08 18:27:51 +00:00
d09e03606c Fixed multiple clang-tidy warnings
b2017f5653 Fixed multiple clang-tidy warnings
c16eb80d7f Fixed multiple clang-tidy warnings
0c56f98a92 Fix .clang-tidy
490940cd53 Minor update to fmt_helper
Compare 6 commits »
hak8or synced commits to dev-v3-file-renaming at mirrors/Catch2 from mirror 2020-04-06 20:07:51 +00:00
38f8a07280 Made test spec parser internal
hak8or synced commits to dev-v3-file-renaming at mirrors/Catch2 from mirror 2020-04-06 11:57:51 +00:00
932425ee20 More renaming
ee9cdebfd8 Remove unused catch_impl.hpp header
Compare 2 commits »
hak8or synced commits to dev-v3-file-renaming at mirrors/Catch2 from mirror 2020-04-05 03:17:51 +00:00
a541068b70 Rename reporters
debe2ab107 WIP: Renaming
Compare 2 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-04 18:07:51 +00:00
ca9c83f824 Minor improvment to number padding
fc900e2432 Enabled warnings in ci
Compare 3 commits »
hak8or synced new reference dev-v3-file-renaming to mirrors/Catch2 from mirror 2020-04-04 02:47:51 +00:00
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-04-03 18:07:51 +00:00
7d2337c6eb Fix #1504 - Extra warnings OFF by default
58629f1fea Merge pull request #1503 from Glamhoth/warnings_as_option
132ec0a5fc Added an option to disable compiler warnings
Compare 3 commits »
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-04-03 02:17:51 +00:00
d399a308d0 Suppress clang-tidy warning about vararg usage in assertion macros