[wpiutil] Upgrade to macOS 12 to remove concept shims (#5379)

The macOS deployment target has been upgraded from 10.15 to 11. Also, a
deprecation warning for sprintf() in libuv was suppressed.
This commit is contained in:
Tyler Veness
2023-06-08 19:59:54 -07:00
committed by GitHub
parent 6414be0e5d
commit 652d1c44e3
51 changed files with 86 additions and 119 deletions

View File

@@ -4,11 +4,10 @@
#pragma once
#include <concepts>
#include <memory>
#include <utility>
#include <wpi/concepts.h>
#include "frc2/command/Command.h"
#include "frc2/command/CommandPtr.h"

View File

@@ -4,6 +4,7 @@
#pragma once
#include <concepts>
#include <functional>
#include <initializer_list>
#include <memory>
@@ -12,8 +13,6 @@
#include <utility>
#include <vector>
#include <wpi/concepts.h>
#include "frc2/command/CommandBase.h"
namespace frc2 {

View File

@@ -4,6 +4,7 @@
#pragma once
#include <concepts>
#include <initializer_list>
#include <memory>
#include <span>
@@ -15,7 +16,6 @@
#include <networktables/NTSendable.h>
#include <units/time.h>
#include <wpi/FunctionExtras.h>
#include <wpi/concepts.h>
#include <wpi/sendable/SendableHelper.h>
namespace frc2 {

View File

@@ -4,6 +4,7 @@
#pragma once
#include <concepts>
#include <functional>
#include <initializer_list>
#include <memory>
@@ -13,8 +14,6 @@
#include <utility>
#include <vector>
#include <wpi/concepts.h>
#include "frc2/command/CommandPtr.h"
#include "frc2/command/SelectCommand.h"

View File

@@ -4,12 +4,11 @@
#pragma once
#include <concepts>
#include <functional>
#include <memory>
#include <utility>
#include <wpi/concepts.h>
#include "frc2/command/CommandBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -9,13 +9,13 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>
#include <wpi/DecayedDerivedFrom.h>
#include <wpi/concepts.h>
#include "frc2/command/CommandGroupBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -9,13 +9,13 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>
#include <wpi/DecayedDerivedFrom.h>
#include <wpi/concepts.h>
#include "frc2/command/CommandGroupBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -9,13 +9,13 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>
#include <wpi/DecayedDerivedFrom.h>
#include <wpi/concepts.h>
#include "frc2/command/CommandGroupBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -9,10 +9,10 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <utility>
#include <wpi/concepts.h>
#include <wpi/deprecated.h>
#include "frc2/command/CommandBase.h"

View File

@@ -9,11 +9,10 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <utility>
#include <wpi/concepts.h>
#include "frc2/command/CommandBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -9,13 +9,13 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include <wpi/concepts.h>
#include <wpi/deprecated.h>
#include <wpi/sendable/SendableBuilder.h>

View File

@@ -9,6 +9,7 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <limits>
#include <memory>
#include <span>
@@ -17,7 +18,6 @@
#include <vector>
#include <wpi/DecayedDerivedFrom.h>
#include <wpi/concepts.h>
#include "frc2/command/CommandGroupBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -4,10 +4,9 @@
#pragma once
#include <concepts>
#include <utility>
#include <wpi/concepts.h>
#include "frc2/command/CommandScheduler.h"
namespace frc2 {

View File

@@ -9,11 +9,10 @@
#pragma warning(disable : 4521)
#endif
#include <concepts>
#include <memory>
#include <utility>
#include <wpi/concepts.h>
#include "frc2/command/CommandBase.h"
#include "frc2/command/CommandHelper.h"

View File

@@ -4,12 +4,12 @@
#pragma once
#include <concepts>
#include <functional>
#include <initializer_list>
#include <span>
#include <utility>
#include <wpi/concepts.h>
#include <wpi/deprecated.h>
#include "Trigger.h"

View File

@@ -4,6 +4,7 @@
#pragma once
#include <concepts>
#include <functional>
#include <initializer_list>
#include <memory>
@@ -14,7 +15,6 @@
#include <frc/event/EventLoop.h>
#include <frc/filter/Debouncer.h>
#include <units/time.h>
#include <wpi/concepts.h>
#include "frc2/command/Command.h"
#include "frc2/command/CommandScheduler.h"