You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/cmake
Jason Rhinelander ebd2142114 Don't use std::optional::value() because f u macos
This replaces all use of std::optional's `opt.value()` with `*opt`
because macOS is great and the ghost of Steve Jobs says that actually
supporting std::optional's value() method is not for chumps before macOS
10.14.  So don't use it because Apple is great.

Pretty much all of our use of it actually is done better with operator*
anyway (since operator* doesn't do a check that the optional has a
value).

Also replaced *most* of the `has_value()` calls with direct bool
context, except for one in the config section which looked really
confusing at a glance without a has_value().
4 years ago
..
DownloadLibCurl.cmake curl: use ccache; disabled lots of other crap 4 years ago
DownloadLibSodium.cmake Build libsodium with ccache and fPIC 4 years ago
FindLibUV.cmake Add FindLibUV and migrate 5 years ago
FindSodium.cmake freebsd fix 5 years ago
GenVersion.cmake fix GenVersion.cmake 4 years ago
MacroEnsureOutOfSourceBuild.cmake Prevent in-source-builds with cmake macro 5 years ago
TargetArch.cmake add forgotten file 5 years ago
Version.cmake operator presidence 4 years ago
add_import_library.cmake Refactor top level cmake file into multiple components 5 years ago
add_log_tag.cmake cmake refactor 4 years ago
check_for_std_filesystem.cmake Bring back ghc::filesystem for broke AF macos 4 years ago
check_for_std_optional.cmake Don't use std::optional::value() because f u macos 4 years ago
coverage.cmake More work on router docker image 5 years ago
cross_compile.cmake make windows fixes 5 years ago
enable_lto.cmake cmake refactor 4 years ago
installer.cmake Add simple installer readme 4 years ago
libatomic.cmake new cmake module 5 years ago
macos_installer_deps.cmake Use install(PROGRAMS... instead of isntall(FILES... 4 years ago
shadow.cmake Partial fixes for shadow 5 years ago
solaris.cmake remove all disused platform-specific event loops 5 years ago
static_link.cmake cmake refactor 4 years ago
target_link_libraries_system.cmake Revert "Merge pull request #679 from tewinget/revert-config-refactor" 5 years ago
unix.cmake cmake refactor 4 years ago
win32.cmake cmake refactor 4 years ago
win32_installer_deps.cmake make installer pull in tuntap driver 4 years ago