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

Autotools #57

Open
wants to merge 35 commits into
base: autotools
Choose a base branch
from
Open

Commits on Nov 8, 2020

  1. Autotools Build

    2a5A1Ghu1 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b905716 View commit details
    Browse the repository at this point in the history
  2. Fix Recursive Push Issue

    2a5A1Ghu1 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    de8e5eb View commit details
    Browse the repository at this point in the history
  3. Update configure.ac

    2a5A1Ghu1 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e1d0fdd View commit details
    Browse the repository at this point in the history
  4. [BUILD] More Upstream Autotools

    This commit is a current state commit based off of dash's and bitcoin's autotools implementation pre c++11.
    2a5A1Ghu1 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9dbec8f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. [BUILD] More Upstream Updates

    note:
    bignum.h still errors
    TODO:
    Add Cross compile dependencies for linux ie depends structure.
    
    Current upstream commit:
    dashpay/dash@27368e7#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810
    2a5A1Ghu1 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    042711e View commit details
    Browse the repository at this point in the history
  2. [BUILD] Add Depends Crosscompile

    This is from the latest Dash upstream and may not work until the rest of the build system is updated.
    2a5A1Ghu1 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9f12457 View commit details
    Browse the repository at this point in the history
  3. [BUILD] More Upstream Autotools

    These commits will break compiling due how far behind the current code is. A full rebase, update and rework of the current code will need to be synced up with upstream. I am stopping here dues to the complexity of continuing foward. What has been done will allow autotools building with qt5 and newer versions of boost.
    
    I stopped here on both bitcoin and dash
    "Add /opt/local/include/db48 only if it exists."
    
    https://github.com/bitcoin/bitcoin/commits/master?after=7e373294a5ae819099c39d9d03d1f5a311d63cfc+384&branch=master&path%5B%5D=configure.ac
    
    https://github.com/dashpay/dash/commits/master?before=b3c830686758886aa9d026a3c07ac119709cc20d+315&branch=master&path%5B%5D=configure.ac
    2a5A1Ghu1 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    83e3271 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    70fb319 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    605c20e View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    2a5A1Ghu1 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    bec9cce View commit details
    Browse the repository at this point in the history
  3. [UPNP] Correct Lib Link

    2a5A1Ghu1 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a868dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9dadd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d72802 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb24885 View commit details
    Browse the repository at this point in the history
  7. make && make deploy fixes

    vgulkevic committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    8c89c16 View commit details
    Browse the repository at this point in the history
  8. Update .gitignore

    2a5A1Ghu1 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    c4bdd0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32c1544 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    310a9b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    376a0cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f026f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8bc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8b94de View commit details
    Browse the repository at this point in the history
  5. Minor makefile changes

    vgulkevic committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2f59cba View commit details
    Browse the repository at this point in the history
  6. Fix many compile warnings

    vgulkevic committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3523dbc View commit details
    Browse the repository at this point in the history
  7. Fix more compile warnings

    vgulkevic committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    0c4f5a3 View commit details
    Browse the repository at this point in the history
  8. Create .gitignore

    2a5A1Ghu1 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    b84a49a View commit details
    Browse the repository at this point in the history
  9. Removing bignum.h

    vgulkevic committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    59ebe78 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    265097b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce5de71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19fcde4 View commit details
    Browse the repository at this point in the history
  4. Removed CBigNum usages

    vgulkevic committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    1e76054 View commit details
    Browse the repository at this point in the history
  5. Fix lcrypto missing

    vgulkevic committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    668e46f View commit details
    Browse the repository at this point in the history
  6. Fix lssl missing

    vgulkevic committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    fa90fdc View commit details
    Browse the repository at this point in the history
  7. Fix boost printsupport

    vgulkevic committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    820168d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ed2041 View commit details
    Browse the repository at this point in the history