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
Jeff 49b9ad7197
tun code refactor (#1495)
* partial tun code refactor

* take out the trash

* move vpn platform code into llarp/vpn/platform.cpp

* fix hive build

* fix win32

* fix memory leak on win32

* reduce cpu use

* make macos compile

* win32 patches:

* use wepoll for zmq
* use all cores on windows iocp read loop

* fix zmq patch for windows

* clean up cmake for win32

* add uninstall before reinstall option to win32 installer

* more ipv6 stuff

* make it compile

* fix up route poker

* remove an unneeded code block in macos wtf

* always use call to system

* fix route poker behavior on macos

* disable ipv6 on windows for now

* cpu perf improvement:

* colease calls to Router::PumpLL to 1 per event loop wakeup

* set up THEN add addresses

* emulate proactor event loop on win32

* remove excessively verbose error message

* fix issue #1499

* exclude uv_poll from win32 so that it can start up

* update logtag to include directory

* create minidump on windows if there was a crash

* make windows happy

* use dmp suffix on minidump files

* typo fix

* address feedback from jason
* use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
* quote $@ in apply-patches in case path has spaces in it

* address feedback from tom

* remove llarp/ev/pipe
* add comments for clairification
* make event loop queue size constant named
3 years ago
..
DownloadLibCurl.cmake Get processor count properly 4 years ago
DownloadLibSodium.cmake revert download libsodium target name change 4 years ago
FindJemalloc.cmake add forgotten file 4 years ago
FindLibUV.cmake Add FindLibUV and migrate 5 years ago
GenVersion.cmake fix GenVersion.cmake 4 years ago
MacroEnsureOutOfSourceBuild.cmake Prevent in-source-builds with cmake macro 5 years ago
StaticBuild.cmake tun code refactor (#1495) 3 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 tun code refactor (#1495) 3 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
cmake_uninstall.cmake.in add uninstall target (#1340) 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 add WITH_LTO option to disble lto on compile time 4 years ago
installer.cmake Add simple installer readme 4 years ago
libatomic.cmake new cmake module 5 years ago
link_dep_libs.cmake fix up cmake lokimq target 4 years ago
macos_installer_deps.cmake Merge pull request #1487 from jagerman/revert-uninstaller-subdir 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 fixes: libuv static build, base_libs, shared lib install dir (#1431) 4 years ago
win32.cmake CMake fixes: libuv static build, base_libs, shared lib install dir (#1431) 4 years ago
win32_installer_deps.cmake tun code refactor (#1495) 3 years ago