Block a user
hak8or
synced new reference dev-v3-replace-unique-ptr to mirrors/Catch2 from mirror
2020-06-01 16:38:39 +00:00
392e44ec21
Minor refactoring of CompactReporter
317145514f
Add op+(StringRef, StringRef) -> std::string
f2b9508081
Remove last vestiges of shared ptr use with IConfig
1d1ccf8f3c
Replace all uses of std::unique_ptr with Catch::Detail::unique_ptr
41bbaa6d57
Implement a simplified variant of std::unique_ptr<T>
hak8or
synced commits to dev-v3-replace-unique-ptr at mirrors/Catch2 from mirror
2020-05-27 14:12:36 +00:00
11ab4b5965
Rest of unique_ptrs
fd2888b8f5
WIP: Less unique_ptr
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
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
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
hak8or
synced new reference dev-v3-replace-unique-ptr to mirrors/Catch2 from mirror
2020-05-25 13:12:37 +00:00
fff3350254
fix issue with option defaults not propagating to option groups (#450)
c426c43b90
Fix clang tidy (#451)
747544d7a0
try clang 10 (#459)
3dedb52163
Merged again pr #1563
ad393b83a2
Revert
01dac453db
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.