| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Thanks to iDunk for helping with Windows.
|
| |
|
|
| |
Support RandomX PoW algorithm
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
42397359 Fixup 32bit arm build (TheCharlatan)
a06d2581 Fix Windows build (TheCharlatan)
ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan)
cbbf4d24 Adapt translations to upstream changes (TheCharlatan)
db571546 Updated pcsc url (TheCharlatan)
f0ba19fd Add lrelease to the depends (TheCharlatan)
cfb30462 Add Miniupnp submodule (TheCharlatan)
5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan)
d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan)
56b6e41e Add support for apple and arm building (TheCharlatan)
29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan)
8db3d573 Modify depends for monero's dependencies (TheCharlatan)
0806a23a Initial depends addition (TheCharlatan)
|
| | |
| |
| |
| |
| | |
Drop miniupnp and unbound depends builds. Make sure that build variables are propageted properly to unbound and miniupnp.
Rebase to after the v0.12 release
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add readline, ldns, graphviz, unbound to depends packages
Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake
This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake
Add the boost locale package to depends
In the depends cmake toolchain file, a DEPENDS flag is added
to exclude, or change cmake checks done that are required for depends
Link miniupnpc and unwind from depends and not external
Add libiconv and icu4c to depends, required for mingw32 builds.
Headers (winsock) need to be lower case in order to compile on unix systems.
This should not affect building on windows.
|
| |/ |
|
| |
|
|
| |
(cherry picked from commit a7366b5feeffaeb65b217b2d6f138e0ab1c90192)
|
| |
|
|
| |
(cherry picked from commit b16a282f97d8f6c967e8a0b1ecfd75110f095182)
|
| | |
|
| |\
| |
| |
| |
| | |
f5bd3465 IOS CMAKE build settings (Jaquee)
d8a88d05 add IOS CMAKE toolchain (Jaquee)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows the OpenSSL function checks to compile in unbound's CMake
configuration.
Otherwise, the functions SHA256() and EVP_sha512() won't be called from
libunbound as possible algorithms.
They had not been compiling because static OpenSSL libraries were being
used, along with lack of -ldl. The static library preference is
unnecessary for the checks, so use default suffixes ordering for
CMAKE_FIND_LIBRARY_SUFFIXES when building unbound.
Related files:
configure_checks.cmake
external/unbound/validator/val_secalgo.c
secalgo_ds_digest(), setup_key_digest()
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| | |
which matters on case-sensitive filesystems
|
| | |
| |
| |
| |
| | |
Also change LMDB Cmake variables to CACHE rather than upgrading them
through several parent scopes.
|
| | |
| |
| |
| | |
This reverts commit b21335642e75b35d3b178a754f4cdb2314989cd1.
|
| | |
| |
| |
| | |
This reverts commit 8b82f3c57ffdc4dc190f4755c61d74d8359c8c0f.
|
| | |
| |
| |
| |
| |
| | |
Forgot that CMake vars set to PARENT_SCOPE will still vanish if that
parent scope goes...out of scope. LMDB vars elevated one more scope to
compensate for moving db_drivers/ into external/
|
| |/ |
|
| | |
|
| |
|
|
|
| |
This is necessary for static builds where the linking is passed around
to dependent targets, but the library is lost.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Instead of using BoldRed and ColourReset everywhere, wrap it up in a
function.
|
| | |
|
| |
|
|
| |
correctly finding static libs on various operating systems
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
expat
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|