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

Upd standard #1016

Merged
merged 7 commits into from May 25, 2017
Merged

Upd standard #1016

merged 7 commits into from May 25, 2017

Commits on Nov 18, 2016

  1. Add -pie flag for Android

    jdonald committed Nov 18, 2016
    Copy the full SHA
    e8cc691 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Fix arm toolchains, allow proper aarch64 support

    Walter Gray committed May 22, 2017
    Copy the full SHA
    e2b6bdf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Merge pull request #26 from leapmotion/fix-android-pie

    Add -pie flag for Android
    yeswalrus committed May 23, 2017
    Copy the full SHA
    a755f09 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Fix serious bug in standard_project

    CMake searches the root Cmake file for 'project', so using stanard_project as a macro causes it to insert it's own call to project(C CXX) at the very beginning.
    CMAKE_SYSTEM_PROCESSOR is set in the toolchain, and so must be queried AFTER the first call to project
    Walter Gray committed May 24, 2017
    Copy the full SHA
    d47d215 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f749173 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from leapmotion/fix-arm

    Fix arm toolchains, allow proper aarch64 support
    jdonald committed May 24, 2017
    Copy the full SHA
    2cf9a3c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c75630a View commit details
    Browse the repository at this point in the history