forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update macOS machines for May 2024 (microsoft#38834)
* Run through the macOS update instructions one more time. I think they're in a pretty good state now since this is the first attempt to rerun them since we dropped Vagrant. * Removed Parallels references for arm64. * Removed references to removing Vagrant because it's no longer on any of the hosts. * Update macOS to 14.5. * Update XCode CLT to 14.3.
- Loading branch information
1 parent
9760ce6
commit a4275b7
Showing
29 changed files
with
169 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/include/clockUtils/sockets/TcpSocket.h b/include/clockUtils/sockets/TcpSocket.h | ||
index 3bb97a9..cdd7810 100644 | ||
--- a/include/clockUtils/sockets/TcpSocket.h | ||
+++ b/include/clockUtils/sockets/TcpSocket.h | ||
@@ -33,6 +33,7 @@ | ||
#include <sstream> | ||
#include <string> | ||
#include <vector> | ||
+#include <thread> | ||
|
||
#include "clockUtils/errors.h" | ||
|
||
diff --git a/include/clockUtils/sockets/UdpSocket.h b/include/clockUtils/sockets/UdpSocket.h | ||
index c5da451..ea0a518 100644 | ||
--- a/include/clockUtils/sockets/UdpSocket.h | ||
+++ b/include/clockUtils/sockets/UdpSocket.h | ||
@@ -33,6 +33,7 @@ | ||
#include <queue> | ||
#include <string> | ||
#include <vector> | ||
+#include <thread> | ||
|
||
#include "clockUtils/errors.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/libavdevice/opengl_enc.c b/libavdevice/opengl_enc.c | ||
index b2ac6eb..6351614 100644 | ||
--- a/libavdevice/opengl_enc.c | ||
+++ b/libavdevice/opengl_enc.c | ||
@@ -116,7 +116,7 @@ typedef void (APIENTRY *FF_PFNGLATTACHSHADERPROC) (GLuint program, GLuint shad | ||
typedef GLuint (APIENTRY *FF_PFNGLCREATESHADERPROC) (GLenum type); | ||
typedef void (APIENTRY *FF_PFNGLDELETESHADERPROC) (GLuint shader); | ||
typedef void (APIENTRY *FF_PFNGLCOMPILESHADERPROC) (GLuint shader); | ||
-typedef void (APIENTRY *FF_PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const char* *string, const GLint *length); | ||
+typedef void (APIENTRY *FF_PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const char* const *string, const GLint *length); | ||
typedef void (APIENTRY *FF_PFNGLGETSHADERIVPROC) (GLuint shader, GLenum pname, GLint *params); | ||
typedef void (APIENTRY *FF_PFNGLGETSHADERINFOLOGPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, char *infoLog); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro | ||
index ed974db..f17d45a 100644 | ||
--- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro | ||
+++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro | ||
@@ -34,6 +34,9 @@ android|gcc { | ||
} | ||
|
||
darwin { | ||
+ QMAKE_CXXFLAGS += \ | ||
+ -Wno-enum-constexpr-conversion | ||
+ | ||
LIBS += \ | ||
-framework Foundation | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
message(STATUS "${PORT} has a spurious failure in which it is unable to create a parent directory! Just retry.") | ||
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) | ||
qt_submodule_installation(PATCHES missing-include.patch) | ||
qt_submodule_installation(PATCHES missing-include.patch disable-enum-warning.patch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.