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

Move from C++11 to C++17 (second try) #1196

Merged
merged 12 commits into from
Nov 24, 2020
Merged

Commits on Nov 22, 2020

  1. build_system: let's try C++14

    This is an intermediate step in order to move to C++17.
    julianoes committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    7fb8eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df165c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c320c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04e325f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ade9dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59fcc3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c909af4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbdadf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c34108d View commit details
    Browse the repository at this point in the history
  10. manual_control: don't use make_unique

    We can't use it because the constructor is private.
    Also see: https://abseil.io/tips/134.
    julianoes committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    ad59b6b View commit details
    Browse the repository at this point in the history
  11. backend: re-ran generation

    julianoes committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    7cb50d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6dca39 View commit details
    Browse the repository at this point in the history