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

Improve .pro, improve readme and add Linux and Mac build instructions #9

Open
wants to merge 40 commits into
base: 2.1.0
Choose a base branch
from

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    49f2ada View commit details
    Browse the repository at this point in the history
  2. Fix .pro to build on Mac

    Now compiles but crash on launch because of missing resources.
    Details:
    - removed or fixed all paths using /Users/joe/ using brew standard paths
    - add include path for .moc files
    - remove -no-pie option, which isn't supported by clang
    - removed -pthread form LFLAGS, which is ignored by clang
    fradow-cloak committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    f04f8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b2c45c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a776c8 View commit details
    Browse the repository at this point in the history
  5. Clean .pro

    - Start grouping instructions
    - rename windows to win32 (windows doesn't exist)
    - show x86 vs x86_64 build on windows
    - remove some obsolete commented instructions
    - add some explanations and questions
    - fix formatting
    fradow-cloak committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    fdc207f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b0e11b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5edd550 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f1cebf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3aae8a View commit details
    Browse the repository at this point in the history
  10. Update README.md

    CloakProjectDev authored and fradow-cloak committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    5cc2689 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3346175 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3013039 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d983309 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b28ce6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c19f03 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8f7d77f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d2a1d67 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    301ff94 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    baeb171 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f8b4f1b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d70336e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    977f00d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f120822 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    de5f693 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b6815c6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0cda339 View commit details
    Browse the repository at this point in the history
  27. Remove .qm files and gitignore them

    Those are compiled files, they should not be commited
    fradow-cloak committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    8374aff View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e094ca3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    425fb65 View commit details
    Browse the repository at this point in the history
  30. Fix C++11 configuration

    fradow-cloak committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    9a29f35 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    124431e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6576100 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    84327d4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7501f7c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e721789 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

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

Commits on Apr 13, 2018

  1. Update text

    - remove obsolete info about exchanges 
    - edit Win deps text
    anorakthagreat authored Apr 13, 2018
    Configuration menu
    Copy the full SHA
    1a9a7b3 View commit details
    Browse the repository at this point in the history
  2. Update txdb-leveldb.cpp

    memenv.h and libmemenv.a are still needed
    anorakthagreat authored Apr 13, 2018
    Configuration menu
    Copy the full SHA
    a76dad6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    71b4cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6940b View commit details
    Browse the repository at this point in the history