Block a user
7a7611e977
Merge pull request #1970 from bansan85/v1.x
ec8763adf2
Fix signed/unsigned mismatch in VS
hak8or
synced commits to devel-tracker-cleanups at mirrors/Catch2 from mirror
2021-06-10 04:08:40 +00:00
hak8or
synced new reference devel-tracker-cleanups to mirrors/Catch2 from mirror
2021-06-10 04:08:40 +00:00
65c9a1d31a
Add test for comparing immovable types
fa31d58934
Don't use removed-in-C++20 allocator parts in CustomAllocator tests
9ac8cad2d1
Merge pull request #2244 from jbadwaik/devel
c71f42cc29
Disable CATCH_INTERNAL_IGNORE_BUT_WARN for NVHPC Compilers
hak8or
synced commits to v2.x-junit-mayfail-as-skipped at mirrors/Catch2 from mirror
2021-06-07 18:58:40 +00:00
hak8or
synced new reference v2.x-junit-mayfail-as-skipped to mirrors/Catch2 from mirror
2021-06-07 18:58:40 +00:00
a530b87fd0
Merge pull request #1961 from jafj/FixCxx20Wdeprecated-copy
6c21789aed
Fix C++20 build resulting in deprecated implicit copy assignment operator warning
hak8or
synced and deleted reference 2021-06-02 00:08:40 +00:00
devel-prohibit-empty-tags
at mirrors/Catch2 from mirror
e6da4e10ae
Use make_unique instead of unique_ptr(new T)
816f69416b
Use TestCaseInfo in tests directly
aee31d0620
Disallow empty tags in test case specification
f4d80a4f5f
Fix rpmalloc init for TRACY_MANUAL_LIFETIME path.
1badc53e71
Update NEWS.
3da84d1579
Hide rpmalloc init behind thread local boolean.
b0fc0d5dcc
Check if rpmalloc has to be initialized before each operation.
92fb197aac
Use weak compare, yield thread.
hak8or
synced and deleted reference 2021-05-31 07:20:40 +00:00
devel-more-small-cleanups
at mirrors/Catch2 from mirror
c9371865d4
Use StringRef as the argument to benchmark{Failed,Preparing}
5741de9ccd
Add explicit test for serialization of boolean attributes in XML
0e2895934c
Use precomputed string sizes when constructing std::strings
a01073d871
Write single characters directly instead of as C-strings in Sonarqube
02839ba934
Remove superfluous usings in the Contains matcher
616866fcf4
Merge pull request #1958 from mlund/v1.x
faf06bcfe5
Add newlin to color_sinks.cpp
cd376a5c43
Allow compilation with nvc++
hak8or
synced commits to devel-more-small-cleanups at mirrors/Catch2 from mirror
2021-05-30 23:10:40 +00:00
4559e70e76
Use StringRef as the argument to benchmark{Failed,Preparing}
93943e6412
Add explicit test for serialization of boolean attributes in XML
f6eb909152
Documentation for CMake FetchContent support
629b6d88bb
Provide CMake TracyClient header only library
8d6a1c27ef
Use StringRef literals where possible in XML using reporters
41ad0fda11
Improve XmlWriter::writeAttribute overload set for string-like types