• Joined on 2018-01-28
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-17 17:27:51 +00:00
0e9bae1cdb Create a BUILD file for compatibility with bazel
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-16 00:37:51 +00:00
f133277910 Add status attribute to JUnit's section reporting
hak8or synced new reference v1.6.0 to mirrors/spdlog from mirror 2020-05-15 21:07:50 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-15 16:27:51 +00:00
e867ce7769 Fix missing backticks on release notes
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-15 16:27:51 +00:00
f764ee3d30 Document that user can only provide main in TU with CONFIG_RUNNER
c190061001 Fix compilation failure when using libstdc++10 (#1929)
Compare 2 commits »
hak8or synced new reference dev-v3-more-warnings to mirrors/Catch2 from mirror 2020-05-14 15:57:51 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-14 15:57:51 +00:00
f7fbbac601 Update release notes for v3
ddde2f5e33 Remove obsolete configuration macros from the documentation
d5e87eabbb Add provided generic matchers to the documentation
Compare 3 commits »
hak8or synced new reference v3.0.0-preview2 to mirrors/Catch2 from mirror 2020-05-14 15:57:51 +00:00
hak8or synced commits to v1.x at mirrors/spdlog from mirror 2020-05-14 04:47:51 +00:00
83b9149930 Update README.md
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-13 15:27:51 +00:00
29d4b3768c Add Wsuggest-override to warning flags
hak8or synced commits to dev-v3-more-warnings at mirrors/Catch2 from mirror 2020-05-12 23:07:51 +00:00
eaf0089a80 IGenerator smfs
hak8or synced new reference dev-v3-more-warnings to mirrors/Catch2 from mirror 2020-05-12 14:57:51 +00:00
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-12 14:57:51 +00:00
b1dcdc5032 Fix invalid isspace call detected by PREfast
hak8or synced new reference dev-v3-sever-reporter-tostring-dep to mirrors/Catch2 from mirror 2020-05-11 22:37:51 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-11 22:37:51 +00:00
8c381abaf4 Avoid Wdeprecated-copy-dtor for Generators
f56832d3ea Add Catch2::Catch2 alias for Catch2 CMake target
601ca1c670 Refactor some uses of virtual -> override
Compare 3 commits »
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-10 22:07:51 +00:00
a39154e115 Do not explicitly default smfs if all of them are defaulted
7c622a79d4 Unvirtual bunch off destructors of simple data classes
04cbbb8a4b Replace getLineOfChars with non-templated, runtime version
f64487bf70 Move LazyExpr's and MessageInfo's implementation to the combined TU
27f1756d8e Split out LazyExpr into its own header
Compare 9 commits »
hak8or synced new reference dev-v3-sever-reporter-tostring-dep to mirrors/Catch2 from mirror 2020-05-10 22:07:51 +00:00
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-10 13:57:51 +00:00
7efbc83ae0 Introduce combined TUs for compiling small TUs
9e498278be Move StringRef header to internals
Compare 2 commits »
hak8or synced commits to dev-v3 at mirrors/Catch2 from mirror 2020-05-10 05:47:51 +00:00
14533f5bb6 Make Colour's op<< hidden friend
895d0a0696 Small improvements for StringRef
094d840efe Cleanup SourceLineInfo implementation
a595066ff9 Use internal linkage for float stringification helper
cb25c4a8a3 Reinline some StringMaker impls
Compare 8 commits »
hak8or synced commits to master at mirrors/Catch2 from mirror 2020-05-09 21:37:52 +00:00
f0e596e252 Silence clang-tidy's hicpp-vararg (alias of coreguidelines vararg)