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 Arduino compatibility with the STL (min and max macro) #399

Closed
wants to merge 6 commits into from

Commits on Apr 10, 2019

  1. Improve Arduino compatibility with the STL

    Replaced the min and max macros with std::min and std::max to allow compilation of bits/stl_algobase.h, a core component of many STL components such as std::function.
    prototypicalpro committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7402c91 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Apply suggestions from code review

    Fixed styling
    
    Co-Authored-By: db-dropDatabase <noah@koontzs.com>
    per1234 and prototypicalpro committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    5800fce View commit details
    Browse the repository at this point in the history
  2. Replaced using declarations with custom implementation

    Created multi-type template for min and max.
    prototypicalpro committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    3991f0a View commit details
    Browse the repository at this point in the history
  3. Fix License typos

    prototypicalpro committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    5460bde View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

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

Commits on Aug 9, 2019

  1. Remove extra include

    prototypicalpro committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    c92a52d View commit details
    Browse the repository at this point in the history