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

Updates from standard #974

Merged
merged 19 commits into from
Aug 11, 2016
Merged

Updates from standard #974

merged 19 commits into from
Aug 11, 2016

Commits on Jun 1, 2016

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

Commits on Jun 18, 2016

  1. CMAKE_BINARY_DIR may contain spaces

    CMAKE_BINARY_DIR may contain spaces, ensure the install command wraps this path in quotes.
    codemercenary committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    9041be7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from leapmotion/fix-quotedstr

    CMAKE_BINARY_DIR may contain spaces
    yeswalrus committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    e970347 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Pull in Changes from leapmotion/leapserial#110

    Walter Gray committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    06986c0 View commit details
    Browse the repository at this point in the history
  2. Add separate function, standard_project_preinit and _postinit for peo…

    …ple that want to call project() directly
    Walter Gray committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    98793e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from leapmotion/standard-project

    remove set_standard_output_variables macro, replace with standard_project* functions
    codemercenary committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    a4f6e2c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. remove unnessecary and incorrect set of CMAKE_C_FLAGS and CMAKE_CXX_F…

    …LAGS. This is already handled by cmake using CMAKE_POSITION_INDEPENDENT_CODE and CMAKE_<lang>_COMPILE_OPTIONS_PIC which is set based on the compiler
    Walter Gray committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    30a9b6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from leapmotion/remove-unused-cmake

    Remove unnessecary sets from config version template
    codemercenary committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    61f387e View commit details
    Browse the repository at this point in the history
  3. remove unnecessary conditional

    Walter Gray committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    adc8379 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from leapmotion/fix-pic

    Fix code for setting -fPIC
    codemercenary committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    ee0d9b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    682555e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from leapmotion/upd-readme

    Update README.md with StandardPackage description
    codemercenary committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    a9221ce View commit details
    Browse the repository at this point in the history
  7. fix scope problem with StandardProject

    Walter Gray committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    66b6bec View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9 from leapmotion/fix-standardproject

    Fix scope problem with StandardProject
    codemercenary committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    2bf5bdc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2660f83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b204f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. the escape quote must be recursively escaped since it gets re-parsed …

    …later.
    Walter Gray committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4690ba4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from leapmotion/fix-combined-installer

    Fix CombinedInstaller.cmake
    yeswalrus committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    0cfc7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6001a45 View commit details
    Browse the repository at this point in the history