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

5 ➡️ 4 - EnumIface: suppress deprecation warning (#540) #600

Closed
wants to merge 8 commits into from

Commits on Apr 25, 2024

  1. EnumIface: suppress deprecation warning (#540)

    The EnumIterator inherits from std::iterator, which has
    been deprecated in c++17. There is a fix in gz-common6
    but it breaks API, so it can't be merged to Garden. So
    just suppress the deprecation warning in Garden.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and Crola1702 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1e1c34b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Include SuppressWarning from utils

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c95da7c View commit details
    Browse the repository at this point in the history
  2. Change header to ignition

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    25fda70 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Link core library publicly to gz-utils

    Needed to use warning suppression in public header file.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and Crola1702 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c336c7b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Change include header to gz

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a2cfb85 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update src/CMakeLists.txt

    Co-authored-by: Addisu Z. Taddese <[email protected]>
    Signed-off-by: Cristóbal Arroyo <[email protected]>
    Crola1702 and azeey authored May 8, 2024
    Configuration menu
    Copy the full SHA
    51926a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ign-common4' into Crola1702/5_to_4_25-04-2024

    Signed-off-by: Cristóbal Arroyo <[email protected]>
    Crola1702 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    4b07733 View commit details
    Browse the repository at this point in the history
  3. Remove extra space

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6a20624 View commit details
    Browse the repository at this point in the history