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 488ed47cda Remove duplicate handling of jemalloc
We were linking/loading it in different ways, one with cmake option
`USE_JELLOC` and the other, older version `WITH_JEMALLOC`.  This removes
the latter (which was default OFF) and keeps the former (which was added
and has been default ON since 0.9.4 or so).

Also removes the `ifdef`ed JEMALLOC code in lokinet.cpp because we don't
need it; just linking to jemalloc is enough to get the malloc/free
replacements.
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 make lokinet-bootstrap target toggleable 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 Remove old mac installer packaging 3 years ago
libatomic.cmake new cmake module 5 years ago
link_dep_libs.cmake fix up cmake lokimq target 4 years ago
ngtcp2_lib.cmake Redo how we build ngtcp2 lib 3 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 Remove duplicate handling of jemalloc 3 years ago
win32.cmake export functions in liblokinet for win32 dll 3 years ago
win32_installer_deps.cmake Add mainnet/testnet bootstrap files into repo 3 years ago