• Joined on 2018-01-28
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-05-26 23:02:36 +00:00
22a169bc31 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
ac19803d03 Merge pull request #1571 from IIFE/filename-deadlock
95485ee89b keep filename as it's public
bc61f69058 Bump fmt version to 6.2.1
0b86d6a451 fix deadlock on filename() call
Compare 6 commits »
hak8or synced new reference v1.6.1 to mirrors/spdlog from mirror 2020-05-26 23:02:36 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-26 13:42:36 +00:00
d05a8e2e24 Add Bazel support for the v3 branch
hak8or synced commits to dev-v3-replace-unique-ptr at mirrors/Catch2 from mirror 2020-05-26 13:42:36 +00:00
fe775d1ae1 WIP: Move generators to Catch::unique_ptr
54c6e86ec8 Avoid std::unique_ptr in generator tracking
Compare 2 commits »
hak8or synced commits to dev-v3-replace-unique-ptr at mirrors/Catch2 from mirror 2020-05-25 21:22:37 +00:00
44def09f65 Remove rest of unique_ptr inn non-generator interfaces
c1b98a638d Use static_cast instead of forward in make_unique
d99c416eb6 Fixup unique_ptr: operator-> like standard's
Compare 3 commits »
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-25 21:22:37 +00:00
b1b5cb8122 v2.12.2
hak8or synced new reference v2.12.2 to mirrors/Catch2 from mirror 2020-05-25 21:22:37 +00:00
hak8or synced new reference dev-v3-replace-unique-ptr to mirrors/Catch2 from mirror 2020-05-25 13:12:37 +00:00
hak8or synced commits to master at mirrors/CLI11 from mirror 2020-05-25 05:02:38 +00:00
41a9c294d0 Version add (#452)
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-22 11:47:51 +00:00
77dc8cfc45 Really fix use of std::result_of when invoke_result is available
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-22 03:37:51 +00:00
1356788ea8 Avoid using std::result_of when std::invoke_result is available
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-22 03:37:51 +00:00
ddc9f4c61d Avoid using std::result_of when std::invoke_result is available
hak8or synced commits to master at mirrors/CLI11 from mirror 2020-05-21 19:27:52 +00:00
fff3350254 fix issue with option defaults not propagating to option groups (#450)
c426c43b90 Fix clang tidy (#451)
747544d7a0 try clang 10 (#459)
Compare 3 commits »
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-05-20 21:37:51 +00:00
3dedb52163 Merged again pr #1563
01dac453db Merge pull request #1563 from vekkuli/fix_ringbuffer_sink_last
03abdf49a0 Fixed ringbuffer_sink last_raw and last_formatted giving the first lim number of elements instead of last.
Compare 4 commits »
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-20 18:57:51 +00:00
21d284df34 Session now holds Config in unique_ptr instead of shared_ptr
668454b36b Do not share ownership of Config in RunContext
458241cc90 Do not use shared_ptr<Config> when listing things
fa160cf3f2 Keep reporter pointer around in TestGroup
a17b9f754a Remove unused function
Compare 6 commits »
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-20 10:47:51 +00:00
4394d3ae65 Translate exceptions by const reference instead of plain ref
4b2f1da02a Split CATCH_TRANSLATE_EXCEPTION into its own header
0c6fda6e7d Cleanup benchmark headers a tiny bit
bad8b7c866 Fix make_shared used instead of make_unique
964303706a Fixup catch_discover_tests
Compare 6 commits »
hak8or synced commits to dev-v3-compilation-times at mirrors/Catch2 from mirror 2020-05-20 02:37:51 +00:00
1b51c73c33 fixup! Cleanup benchmark headers a tiny bit
034b884a6a Translate exceptions by const reference instead of plain ref
12ab3168eb Split CATCH_TRANSLATE_EXCEPTION into its own header
96a6050ee8 Fixup catch_discover_tests
Compare 4 commits »
hak8or synced new reference dev-v3-compilation-times to mirrors/Catch2 from mirror 2020-05-19 18:27:51 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-19 02:07:51 +00:00
b4a61cfd29 Remove superfluous overload of operator==
d86834e5b5 Push down #include <ostream> to .cpp files
39e093021c Remove some superfluous includes
Compare 3 commits »
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-18 17:57:51 +00:00
bed47374ce Remove obsolete comment in UnorderedEquals vector matcher