Eugene Gershnik

Results 5 issues of Eugene Gershnik

From `man inet6` on FreeBSD/macOS > Scoped addresses are handled specially in the kernel. In kernel structures like routing tables or interface structures, > a scoped address will have its...

FreeBSD code path works just fine on Mac. The only changes necessary were: * Recognize 'Darwin' as a supported platform and direct the code to use `RouteSocketAddressMonitor` * Use system...

Currently in [build-systems.md](https://github.com/doctest/doctest/blob/master/doc/markdown/build-systems.md#cmake) the suggested CMake integrations are either via manual file download or `ExternalProject`. The first is, well, manual and the second is heavyweight, cumbersome and downloads at build...

type/docs
build-system/cmake
category/build-systems

Consider the following scenario. There is a custom remote repository accessed via HTTP that multiple clients are pulling packages from. For one reason or another this repository needs to be...

Triaged
RFE

## Description As per #823, this documents simpler CMake integration via `FetchContent` ## GitHub Issues Closes #823