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

Refactored CMake build scripts #2189

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    bc35935 View commit details
    Browse the repository at this point in the history
  2. Require at least cmake 3.15.5

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    6565ae8 View commit details
    Browse the repository at this point in the history
  3. Update to a more modern distro

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    3ddad86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868586c View commit details
    Browse the repository at this point in the history
  5. More cmake cleanup

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    8d5af22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d2567a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    101b447 View commit details
    Browse the repository at this point in the history
  8. Attempt flipping the order

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    c98915a View commit details
    Browse the repository at this point in the history
  9. Revert back to the global link directories until we can use a more mo…

    …dern version of cmake
    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    cf00dfa View commit details
    Browse the repository at this point in the history
  10. Revert "Revert back to the global link directories until we can use a…

    … more modern version of cmake"
    
    This reverts commit 5989140.
    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    6e95fae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6b331d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f3f40a View commit details
    Browse the repository at this point in the history
  13. Fix custom command

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    7abfde1 View commit details
    Browse the repository at this point in the history
  14. Fixes for Mac OSX

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    28de2f1 View commit details
    Browse the repository at this point in the history
  15. Link zlib

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    f63b7aa View commit details
    Browse the repository at this point in the history
  16. The Linux build was not linking in pthreads, causing a crash with a u…

    …ndefined symbol. This is probably needed in a larger scope but I don't have the other platforms to test at this time.
    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    2f22aad View commit details
    Browse the repository at this point in the history
  17. Raspbian builds and links

    bradc6 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    5e6e108 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

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

Commits on Jul 2, 2020

  1. Use the old global link_directories for older versions of cmake, this…

    … does leak context but there is nothing we can really do about that at the moment
    bradc6 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    d6f5f76 View commit details
    Browse the repository at this point in the history
  2. missed an instance

    bradc6 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2585f92 View commit details
    Browse the repository at this point in the history