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

Added NanoRange to the index #157

Merged
merged 15 commits into from
Nov 14, 2019
Merged

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    c007349 View commit details
    Browse the repository at this point in the history
  2. Update recipes/nanorange/all/conanfile.py

    Co-Authored-By: Michael "Croydon" Keck <git@cr0ydon.com>
    paulbendixen and Croydon committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    40e2497 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Uilian Ries <uilianries@gmail.com>
    paulbendixen and uilianries committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    651c463 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

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

Commits on Oct 18, 2019

  1. NanoRange: Change C++17 detection

    Change the detection of the standard used, so that the code will hopefully run on msvc
    paulbendixen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c952dff View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. NanoRange: Update recipie to compile with MSVC

    Update following advice from Eric Lemanissier on slack channel
    paulbendixen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    4b40eeb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. NanoRange: Apply suggestions from code review

    Changed to follow canonical YAML
    
    Co-Authored-By: Uilian Ries <uilianries@gmail.com>
    paulbendixen and uilianries committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    4ebd4c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. NanoRange: Fixed bugs from comments

    Changed the way MSVC is handled,
    open for handling version checks
    
    Removed the version number in the conanfile.py
    
    Updated the copy logic from working with .zip to .tar.gz
    paulbendixen committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    a7a6dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Update recipes/nanorange/all/conanfile.py

    NanoRange: Changed to use correct license specifier as per review
    
    Co-Authored-By: Uilian Ries <uilianries@gmail.com>
    paulbendixen and uilianries committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    19a29ec View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    changed if: ... else: to elif
    
    Co-Authored-By: Uilian Ries <uilianries@gmail.com>
    paulbendixen and uilianries committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4e0fffb View commit details
    Browse the repository at this point in the history
  3. Update recipes/nanorange/config.yml

    Fixed wierd indentation
    
    Co-Authored-By: Uilian Ries <uilianries@gmail.com>
    paulbendixen and uilianries committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    01e1259 View commit details
    Browse the repository at this point in the history
  4. NanoRange: Changed recipe to look at compiler

    The Compiler must support c++ 17 and c++17 must be enabled.
    paulbendixen committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    dd7bba2 View commit details
    Browse the repository at this point in the history
  5. Fix settings cppstd x compiler versions

    Signed-off-by: Uilian Ries <uilianries@gmail.com>
    uilianries committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    2c298ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from uilianries/hotfix/nanorange

    Fix settings cppstd x compiler versions
    paulbendixen committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    52d8d84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4cffc6 View commit details
    Browse the repository at this point in the history