catch2/tests/SelfTest
Martin Hořeňovský 41bbaa6d57
Implement a simplified variant of std::unique_ptr<T>
This simplified variant supports only a subset of the functionality
in `std::unique_ptr<T>`. `Catch::Detail::unique_ptr<T>` only supports
single element pointer (no array support) with default deleter.

By removing the support for custom deleters, we also avoid requiring
significant machinery to support EBO, speeding up instantiations of
`unique_ptr<T>` significantly. Catch2 also currently does not need
to support `unique_ptr<T[]>`, so that is not supported either.
2020-05-31 15:08:47 +02:00
..
Baselines Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
CompileTimePerfTests Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
IntrospectiveTests Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
UsageTests Translate exceptions by const reference instead of plain ref 2020-05-20 08:15:27 +02:00
TestRegistrations.cpp Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
WarnAboutNoTests.cmake Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00