• Joined on 2018-01-28
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-08-18 22:13:22 +00:00
2e480b6e56 Use StringRef for CasedString::caseSensitivitySuffix return type
f16be402f7 Make XmlEncoding tests slightly more efficient
e418e75c74 Turn CaseSensitive into proper enum class
6a46b344c0 Split out CaseSensitive enum out of catch_common.hpp
e7eb749815 Split the NonCopyable helper out of catch_common.hpp
Compare 5 commits »
hak8or synced new reference dev-v3-split-out-noncopyable to mirrors/Catch2 from mirror 2020-08-18 14:03:22 +00:00
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-08-18 14:03:22 +00:00
284672cc84 Support sentinel-based ranges in default stringify (#2004)
hak8or synced new reference dev-v3-more-compile-time-cleanups to mirrors/Catch2 from mirror 2020-08-14 12:03:22 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-08-14 12:03:22 +00:00
c1bb699d45 Remove superfluous catch_reporter_registrars.hpp includes from reporters
bf1e902ca1 Remove <algorithm> include from catch_commandline.cpp
49b55d53e4 Prune includes in catch_run_context.cpp
07fb96d42c Don't include catch_random_number_generator.hpp in catch_session.cpp
34d9a588bb Cleanup includes in catch_list.cpp
Compare 5 commits »
hak8or synced commits to master at mirrors/CLI11 from mirror 2020-08-14 03:53:26 +00:00
82c71bd7ee Clarify inclusion of CLI11 via CMake (#499)
hak8or synced new reference dev-v3-misc-cleanups to mirrors/Catch2 from mirror 2020-08-14 03:53:22 +00:00
hak8or synced new reference dev-v3-more-compile-time-cleanups to mirrors/Catch2 from mirror 2020-08-13 19:43:23 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-08-11 18:43:22 +00:00
05d7014e75 ApproxMacher uses Approx's overloads for double directly
aa28a917cb Turn UseColour into enum class
b0531404e4 Turn RunTests into TestRunOrder enum class
60cc4c293d Turn ShowDurations into an enum class
Compare 4 commits »
hak8or synced new reference dev-v3-misc-cleanups to mirrors/Catch2 from mirror 2020-08-11 18:43:22 +00:00
hak8or synced new reference dev-v3-clara-cleanups to mirrors/Catch2 from mirror 2020-08-11 10:33:22 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-08-11 10:33:22 +00:00
6dc8345261 IStreamingReporter::list* only uses IConfig instead of full Config
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-08-11 02:23:22 +00:00
24b83edf8a Clara cleanups
b824d06844 Fixup missing transitive includes
Compare 2 commits »
hak8or synced commits to dev-v3-clara-cleanups at mirrors/Catch2 from mirror 2020-08-10 01:53:22 +00:00
571b74f76f Arg and Opt out of Detail namespace
hak8or synced commits to dev-v3-clara-cleanups at mirrors/Catch2 from mirror 2020-08-09 17:43:22 +00:00
abfcab61be WIP: Move user-facing types out of Detail namespace
hak8or synced commits to dev-v3-clara-cleanups at mirrors/Catch2 from mirror 2020-08-09 01:23:22 +00:00
0fbcfedd7b Move Clara::Help to non-detail namespace
22ea3c7d5a fixup! Rename clara namespaces, clara -> Clara, detail -> Detail
2c0f1b2950 fixup! Fixup missing transitive includes
9da4a92bb4 Rename clara namespaces, clara -> Clara, detail -> Detail
0eeb5c1a74 More outlining and cleanups
Compare 6 commits »
hak8or synced new reference dev-v3-clara-cleanups to mirrors/Catch2 from mirror 2020-08-08 17:13:22 +00:00
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-08-06 16:13:24 +00:00
83b40b8cda Merge pull request #1640 from dkruempe/v1.x
db0d0438ff tcp_client.h bugfix for macOS and add tcp example
Compare 2 commits »
hak8or synced new reference dev-v3-split-text-clara to mirrors/Catch2 from mirror 2020-08-04 15:13:22 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-08-04 15:13:22 +00:00
e7aa432850 Split TextFlow out from Clara