-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build-related upstream patches 1 #88
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c1fa67b - Browse repository at this point
Copy the full SHA c1fa67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 619eb89 - Browse repository at this point
Copy the full SHA 619eb89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6cfe9 - Browse repository at this point
Copy the full SHA 4d6cfe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82f9e0 - Browse repository at this point
Copy the full SHA e82f9e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f30e06 - Browse repository at this point
Copy the full SHA 2f30e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d256bb9 - Browse repository at this point
Copy the full SHA d256bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd5eba - Browse repository at this point
Copy the full SHA cdd5ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff4d63 - Browse repository at this point
Copy the full SHA 0ff4d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2547d9 - Browse repository at this point
Copy the full SHA a2547d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6701a45 - Browse repository at this point
Copy the full SHA 6701a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2641c6 - Browse repository at this point
Copy the full SHA e2641c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbd6dd - Browse repository at this point
Copy the full SHA 2fbd6ddView commit details -
Windows: don't preset CMAKE_SYSTEM_NAME /monero#4342
Let it be autodiscovered instead to avoid cmake thinking it's crosscompiling builds where host = target. This resolves a cmake configure error in MSYS2 caused by CMAKE_CROSSCOMPILING checks in monero-project#4294.
Configuration menu - View commit details
-
Copy full SHA for c6d1b3f - Browse repository at this point
Copy the full SHA c6d1b3fView commit details -
CMakeLists.txt: detect -fcf-protection=full and -fstack-clash-protect…
…ion /monero#4178 Introduced with GCC 8.2
Configuration menu - View commit details
-
Copy full SHA for f8244ed - Browse repository at this point
Copy the full SHA f8244edView commit details -
CMakeLists.txt: add -mmitigate-rop to security flags if found /monero…
…#4232 This is GCC/x86/x86_64 only
Configuration menu - View commit details
-
Copy full SHA for e83dec9 - Browse repository at this point
Copy the full SHA e83dec9View commit details -
One build directory per branch/arch. /monero#4286
This proposal allows to perform multiple compilation from different branch/arch in separate directories. Example: build ├── GNU_Linux │ ├── multi-compilation │ │ └── release │ └── NanoS-USBHID │ └── release └── Msys └── NanoS-USBHID └── release Edit 1: Try to handle special char as : / \ . --data-dir in unit test not yet tested Edit 2: donot use param for uname. -o is not supported by MacOS.
Configuration menu - View commit details
-
Copy full SHA for a4d4e69 - Browse repository at this point
Copy the full SHA a4d4e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6dd88 - Browse repository at this point
Copy the full SHA 5d6dd88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f975be - Browse repository at this point
Copy the full SHA 5f975beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d59e8fa - Browse repository at this point
Copy the full SHA d59e8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for adfb78b - Browse repository at this point
Copy the full SHA adfb78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f1191 - Browse repository at this point
Copy the full SHA d8f1191View commit details -
README: fill in libsodium package name for Arch /monero#4401
Rebased by moneromooo, with a sensible commit message
Configuration menu - View commit details
-
Copy full SHA for 0244aa5 - Browse repository at this point
Copy the full SHA 0244aa5View commit details -
README: Compile boost with cxxflags=-fPIC cflags=-fPIC /monero#4401
Rebased and squashed by moneromooo
Configuration menu - View commit details
-
Copy full SHA for b490ed6 - Browse repository at this point
Copy the full SHA b490ed6View commit details -
disable AES on s390x architecture /monero#4401
rebased by moneromooo
Configuration menu - View commit details
-
Copy full SHA for 364348c - Browse repository at this point
Copy the full SHA 364348cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cefa0 - Browse repository at this point
Copy the full SHA d7cefa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece8e23 - Browse repository at this point
Copy the full SHA ece8e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944e676 - Browse repository at this point
Copy the full SHA 944e676View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7adbd1 - Browse repository at this point
Copy the full SHA b7adbd1View commit details -
Add check if submodules need to be updated /monero#4501
Adds CMake check that pulls from the different git remotes and checks if there is any output.
Configuration menu - View commit details
-
Copy full SHA for ebdc53f - Browse repository at this point
Copy the full SHA ebdc53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2554cf8 - Browse repository at this point
Copy the full SHA 2554cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51871bc - Browse repository at this point
Copy the full SHA 51871bcView commit details -
Dockerfile: init and update submodules /monero#4591
The Docker image is failing to build, as the submodules are not being explicitly initialized and updated. Fixes: monero-project#4582 Signed-off-by: Tyler Baker <tyler@foundries.io>
Configuration menu - View commit details
-
Copy full SHA for 66707b0 - Browse repository at this point
Copy the full SHA 66707b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a261b - Browse repository at this point
Copy the full SHA 84a261bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5b2e1 - Browse repository at this point
Copy the full SHA bc5b2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3bebb - Browse repository at this point
Copy the full SHA 1a3bebbView commit details -
CMakeLists.txt: detect and use -pthread compiler flag /monero#4580
The cmake thread detection just ain't enough to always work
Configuration menu - View commit details
-
Copy full SHA for 1d9a6e1 - Browse repository at this point
Copy the full SHA 1d9a6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63035d3 - Browse repository at this point
Copy the full SHA 63035d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0135edb - Browse repository at this point
Copy the full SHA 0135edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 504462b - Browse repository at this point
Copy the full SHA 504462bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0d642 - Browse repository at this point
Copy the full SHA fc0d642View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc75c2 - Browse repository at this point
Copy the full SHA ccc75c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85d47e - Browse repository at this point
Copy the full SHA c85d47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4bd04 - Browse repository at this point
Copy the full SHA 3c4bd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd060eb - Browse repository at this point
Copy the full SHA fd060ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95fec3e - Browse repository at this point
Copy the full SHA 95fec3eView commit details -
README.md: increase swap size on Raspberry Pi /monero#4756
Increased swap size on raspberry pi compiling guide, since it might crash if the raspberry has any service runing in the background
Configuration menu - View commit details
-
Copy full SHA for aa12a3f - Browse repository at this point
Copy the full SHA aa12a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db5e3b - Browse repository at this point
Copy the full SHA 1db5e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b46944 - Browse repository at this point
Copy the full SHA 0b46944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fac968 - Browse repository at this point
Copy the full SHA 4fac968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a9aa9 - Browse repository at this point
Copy the full SHA 00a9aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eab773 - Browse repository at this point
Copy the full SHA 2eab773View commit details