1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
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
2021-01-11 18:13:22 -05:00
..
add_import_library.cmake Refactor top level cmake file into multiple components 2019-04-30 00:48:48 +01:00
add_log_tag.cmake tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
check_for_std_filesystem.cmake Bring back ghc::filesystem for broke AF macos 2020-05-20 19:18:27 -03:00
check_for_std_optional.cmake Don't use std::optional::value() because f u macos 2020-05-20 19:18:28 -03:00
cmake_uninstall.cmake.in add uninstall target (#1340) 2020-09-09 12:06:57 -04:00
coverage.cmake More work on router docker image 2019-04-28 17:04:52 +01:00
cross_compile.cmake make windows fixes 2019-08-13 10:02:48 +01:00
DownloadLibCurl.cmake Get processor count properly 2020-06-10 14:53:57 -03:00
DownloadLibSodium.cmake revert download libsodium target name change 2020-07-02 11:13:31 -04:00
enable_lto.cmake add WITH_LTO option to disble lto on compile time 2020-05-20 19:29:49 -04:00
FindJemalloc.cmake add forgotten file 2020-05-23 16:07:20 -04:00
FindLibUV.cmake Add FindLibUV and migrate 2019-07-13 14:06:34 +01:00
GenVersion.cmake fix GenVersion.cmake 2020-05-06 14:26:15 +00:00
installer.cmake Add simple installer readme 2020-04-19 23:18:48 -03:00
libatomic.cmake new cmake module 2019-09-03 08:02:32 -05:00
link_dep_libs.cmake fix up cmake lokimq target 2020-09-19 09:50:54 -04:00
macos_installer_deps.cmake Merge pull request #1487 from jagerman/revert-uninstaller-subdir 2020-11-18 18:15:56 -04:00
MacroEnsureOutOfSourceBuild.cmake Prevent in-source-builds with cmake macro 2019-10-24 13:21:45 -06:00
shadow.cmake Partial fixes for shadow 2019-08-26 23:10:48 +00:00
solaris.cmake remove all disused platform-specific event loops 2019-06-13 21:02:57 -05:00
static_link.cmake cmake refactor 2020-05-17 23:31:23 -03:00
StaticBuild.cmake tun code refactor (#1495) 2021-01-11 18:13:22 -05:00
target_link_libraries_system.cmake Revert "Merge pull request #679 from tewinget/revert-config-refactor" 2019-07-06 14:46:25 +01:00
TargetArch.cmake add forgotten file 2019-11-05 06:52:40 -05:00
unix.cmake CMake fixes: libuv static build, base_libs, shared lib install dir (#1431) 2020-10-28 18:26:43 -04:00
Version.cmake operator presidence 2020-03-03 06:54:21 -05:00
win32.cmake CMake fixes: libuv static build, base_libs, shared lib install dir (#1431) 2020-10-28 18:26:43 -04:00
win32_installer_deps.cmake tun code refactor (#1495) 2021-01-11 18:13:22 -05:00