Omar Boukli-Hacene
Omar Boukli-Hacene
Do we need HTTPS? Yes. See https://doesmysiteneedhttps.com/ Once enabled, I'm happy to create a pull request to update the links on the website/README. BTW, [GitHub Pages with custom domains do...
Move `catch_case_sensitive.hpp` from directory `src/catch2/internal/internal` to be directly under `src/catch2/`. Header `catch_case_sensitive.hpp` defines `enum CaseSensitive` which is part of the public API, since it is exposed by the string matcher...
Support C++17 `std::string_view` in ``` Bench& Bench::name(std::string_view benchmarkName) Bench& Bench::run(std::string_view benchmarkName, Op&& op) ```
Move `catch_test_run_info.hpp` from directory `src/catch2/internal/` to be directly under `src/catch2/`. Header `catch_test_run_info.hpp` defines `Catch::TestRunInfo` which is part of the public API, since it is required when overriding `Catch::EventListenerBase`. Fixes issue...