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

Use std::optional instead of dmlc::optional, NFC #12443

Merged
merged 5 commits into from
Aug 16, 2022
Merged

Use std::optional instead of dmlc::optional, NFC #12443

merged 5 commits into from
Aug 16, 2022

Commits on Aug 15, 2022

  1. Use std::optional instead of dmlc::optional, NFC

    Krzysztof Parzyszek committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1180c8d View commit details
    Browse the repository at this point in the history
  2. Fix linter

    Krzysztof Parzyszek committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7376bec View commit details
    Browse the repository at this point in the history
  3. Set deployment target to macOS 10.13

    Otherwise std::optional<T>::value() is "unavailable"...
    Krzysztof Parzyszek committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3480e67 View commit details
    Browse the repository at this point in the history
  4. Fix linter again

    Krzysztof Parzyszek committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    463439c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Update Hexagon apps to use C++17 as the C++ standard

    Krzysztof Parzyszek committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    22bbfdb View commit details
    Browse the repository at this point in the history