Zeph
Zeph
I was hoping to use this for cppreference https://en.cppreference.com/w/File:cppreference-doxygen-web.tag.xml :(
Thanks for the quick reply Unfortunately I don't see how we can use it without causing subtle bugs. running jobs nightly might be okay on main, but doing it for...
I almost had to stop using doctest due to the lack of this feature, but I discovered that the cmake function `doctest_discover_tests` allows you to specify a JUNIT output directory,...
I had a clang-tidy warning (posted below due to length), using the following `main.cpp` ``` #define DOCTEST_CONFIG_IMPLEMENT #include TEST_CASE("example") { REQUIRE(true); } auto main(int argc, char** argv) -> int {...
ooh thanks :) unfortunately it looks like that only adds an additional subfolder, and doesn't change the hash used for the path ``` if(CPM_USE_NAMED_CACHE_DIRECTORIES) string(SHA1 origin_hash "${origin_parameters};NEW_CACHE_STRUCTURE_TAG") set(download_directory ${CPM_SOURCE_CACHE}/${lower_case_name}/${origin_hash}/${CPM_ARGS_NAME}) else()...
I'd be interested in the same feature
I'm unable to get this working using Mullvad 2022.4 but I am with 2022.1, thanks @ninjaeon unfortunately this will only be a suitable solution for so long, I'm wary of...
I didn't try 2022.2 or 2022.3, only 2022.4 and 2022.1 Using a custom DNS server in Mullavad 2022.4 with `127.0.0.1` as the DNS server, with portmaster running, no internet connections...
sorry, I should have linked to it directly :) it's this one https://github.com/Countly/countly-sdk-cpp/blob/master/CMakeLists.txt#L16
hi :) > Hello. I'm not actually sure myself, the original developers are not part of the team anymore. aw okay, no worries :) #16 fixes windows by excluding it...