Skip to content
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

Merged
merged 51 commits into from
Dec 20, 2018
Merged

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    c1fa67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    619eb89 View commit details
    Browse the repository at this point in the history
  3. Changed URLs to HTTPS /monero#4045

    einsteinsfool authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    4d6cfe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e82f9e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f30e06 View commit details
    Browse the repository at this point in the history
  6. Docker: updated cmake version /monero#4214

    homdx authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d256bb9 View commit details
    Browse the repository at this point in the history
  7. Updating Qt download link /monero#4234

    Jkat authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    cdd5eba View commit details
    Browse the repository at this point in the history
  8. Added Codefresh.yml pipeline /monero#4235

    homdx authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0ff4d63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2547d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6701a45 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2641c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fbd6dd View commit details
    Browse the repository at this point in the history
  13. 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.
    iDunk5400 authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c6d1b3f View commit details
    Browse the repository at this point in the history
  14. CMakeLists.txt: detect -fcf-protection=full and -fstack-clash-protect…

    …ion /monero#4178
    
    Introduced with GCC 8.2
    moneromooo-monero authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f8244ed View commit details
    Browse the repository at this point in the history
  15. CMakeLists.txt: add -mmitigate-rop to security flags if found /monero…

    …#4232
    
    This is GCC/x86/x86_64 only
    moneromooo-monero authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e83dec9 View commit details
    Browse the repository at this point in the history
  16. 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.
    cslashm authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a4d4e69 View commit details
    Browse the repository at this point in the history
  17. NetBSD support /monero#4326

    thomasvaughan authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5d6dd88 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f975be View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d59e8fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    adfb78b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d8f1191 View commit details
    Browse the repository at this point in the history
  22. README: fill in libsodium package name for Arch /monero#4401

    Rebased by moneromooo, with a sensible commit message
    phloatingman authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0244aa5 View commit details
    Browse the repository at this point in the history
  23. README: Compile boost with cxxflags=-fPIC cflags=-fPIC /monero#4401

    Rebased and squashed by moneromooo
    italocoin-project authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b490ed6 View commit details
    Browse the repository at this point in the history
  24. disable AES on s390x architecture /monero#4401

    rebased by moneromooo
    tmh1999 authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    364348c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d7cefa0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ece8e23 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    944e676 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b7adbd1 View commit details
    Browse the repository at this point in the history
  29. 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.
    TheCharlatan authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ebdc53f View commit details
    Browse the repository at this point in the history
  30. CMakeLists.txt: Fix typo /monero#4529

    erciccione authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    2554cf8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    51871bc View commit details
    Browse the repository at this point in the history
  32. 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>
    EmbeddedAndroid authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    66707b0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    84a261b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bc5b2e1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1a3bebb View commit details
    Browse the repository at this point in the history
  36. CMakeLists.txt: detect and use -pthread compiler flag /monero#4580

    The cmake thread detection just ain't enough to always work
    moneromooo-monero authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    1d9a6e1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    63035d3 View commit details
    Browse the repository at this point in the history
  38. build: fixed submodule check /monero#4620

    xiphon authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0135edb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    504462b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    fc0d642 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ccc75c2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c85d47e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3c4bd04 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    fd060eb View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    95fec3e View commit details
    Browse the repository at this point in the history
  46. 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
    Neofito89 authored and stoffu committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    aa12a3f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1db5e3b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    0b46944 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4fac968 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    00a9aa9 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2eab773 View commit details
    Browse the repository at this point in the history