| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ |
|
| |\ \
| | |
| | |
| | | |
938476c9 CMakeLists.txt: detect and use -pthread compiler flag (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
The cmake thread detection just ain't enough to always work
|
| |\ \ \
| |_|/
|/| |
| | | |
fd62b6e7 blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
|
| | |/ |
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
c95a1408 CMakeLists.txt: Fix typo (erciccione)
|
| | | |
|
| |/
|
|
|
| |
This reverts commit 79d46c4d551a9b1261801960095bf4d24967211a, reversing
changes made to c9fc61dbb56cca442c775faa2554a7460879b637.
|
| |\
| |
| |
| | |
fb3593c2 Add check if submodules need to be updated (TheCharlatan)
|
| | |
| |
| |
| |
| | |
Adds CMake check that pulls from the different git remotes and checks if
there is any output.
|
| |/ |
|
| |
|
|
| |
85318e78 build: set ARCH_FLAG before compiler/linker flag checks (xiphon)
|
| |
|
|
| |
6a781408 Make depends use self built clang for darwin (TheCharlatan)
|
| |
|
|
| |
69da14e1 fixes make debug compilation on OSX (Dusan Klinec)
|
| |\
| |
| |
| |
| | |
0f4f873b Fix Darwin Sodium build (TheCharlatan)
bf1e1d97 A Travis to monero (TheCharlatan)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a Travis build script for Monero. This was blatantly copied from
Bitcoin. It spawns jobs in docker containers running an ubuntu bionic
image.
This commit also a fixes a problem where librt was still linked, even
when compiling statically.
|
| |/
|
|
|
|
| |
Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac
Split Ledger logic and device IO
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
66901901 README: harmonize command formatting inside README.md (Andrea)
8cd98408 disable AES on s390x architecture (Tuan M. Hoang)
4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat)
24f52396 wallet: add 'outputs' option for sweep_* commands (whythat)
52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project)
0c77523d README: fill in libsodium package name for Arch (phloatingman)
|
| | |
| |
| |
| | |
rebased by moneromooo
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| | |
Set the architecture in the toolchain file correctly
|
| | |
| |
| |
| |
| | |
icu tex support is not required, so just disable it.
Re-add mistakingly removed crypt32 lib.
|
| | |
| |
| |
| | |
Fixup arm toolchain file.
|
| | | |
|
| | |
| |
| |
| | |
This includes a minimal qt build without gui
|
| | |
| |
| |
| |
| |
| |
| | |
Fix builds for native linux and windows
The architecture flag was set incorrectly.
It needs to be set only when compiling arm6.
|
| | |
| |
| |
| |
| |
| | |
Add pcsc-lite to linux builds
Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them
Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
|
| | | |
|
| |\ \
| | |
| | |
| | | |
bcda7adc NetBSD support (thomasvaughan)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
9e6c7784 CMakeLists.txt: add -mmitigate-rop to security flags if found (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
This is GCC/x86/x86_64 only
|
| | |/
|/|
| |
| | |
Introduced with GCC 8.2
|
| |\ \
| | |
| | |
| | | |
2bc977b CMakeLists.txt: disable -fstack-protector* on windows
|
| | |/
| |
| |
| | |
Current GCC produces broken binaries with these options
|
| |\ \
| | |
| | |
| | | |
ce63d56 Windows: fix undefined references after unbound submodule update (iDunk5400)
|
| | |/ |
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| | |
bdf5a3a Fix PCSC compilation under windows (cslashm)
f17383a Fix CMAKE config for PCSC in order to avoid msys DLL dependencies (cslashm)
|
| | |
| |
| |
| | |
PR3843 based on release-v0.12 => rebased on master
|
| |\ \
| | |
| | |
| | | |
d44d19c Fixed for compilation in big endian PPC. (nioroso-x3)
|
| | |/
| |
| |
| | |
to little endian logic."
|
| |\ \
| | |
| | |
| | | |
14f0d38 Incorporate Window debug build targets (philkode)
|
| | |/ |
|
| |/
|
|
|
|
|
| |
Includes ~2 years worth of fixes including security and build.
Note: this pulls directly from master, not a release branch/tag. See
https://github.com/Tencent/rapidjson/issues/1265
|
| |
|
|
| |
(cherry picked from commit a7366b5feeffaeb65b217b2d6f138e0ab1c90192)
|
| |
|
|
|
|
| |
In package mingw-w64-x86_64-icu, version 58.2-3, the names of static
library files were changed, which leads to changes in CMakeLists.txt as
needed for compiling for Windows.
|