Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								af6e5b9f0d 
								
							 
						 
						
							
							
								
								libpng: Update to upstream 1.6.40  
							
							... 
							
							
							
							(cherry picked from commit 0baca62734 
							
						 
						
							2023-08-31 19:26:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								fc63a8d349 
								
							 
						 
						
							
							
								
								libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEON  
							
							... 
							
							
							
							(cherry picked from commit 2c9b7fc7a8 
							
						 
						
							2023-08-31 19:26:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								8d30a9f2a5 
								
							 
						 
						
							
							
								
								libwebp: Sync with upstream 1.3.1  
							
							... 
							
							
							
							https://chromium.googlesource.com/webm/libwebp/+/1.3.1/NEWS 
(cherry picked from commit 2529ad6a64 
						
							2023-08-31 19:26:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								4c354b4977 
								
							 
						 
						
							
							
								
								mbedtls: Update to upstream version 2.28.4  
							
							... 
							
							
							
							(cherry picked from commit 1f6340bc46 
							
						 
						
							2023-08-31 19:26:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								023e154cb4 
								
							 
						 
						
							
							
								
								tinyexr: Sync with upstream 1.0.7  
							
							... 
							
							
							
							(cherry picked from commit b70e2af3b7 
							
						 
						
							2023-08-31 19:26:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								894d4ca769 
								
							 
						 
						
							
							
								
								openxr: Sync with upstream 1.0.28  
							
							... 
							
							
							
							(cherry picked from commit d756169881 
							
						 
						
							2023-08-31 19:26:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bruvzg 
								
							 
						 
						
							
							
							
							
								
							
							
								c1ba321815 
								
							 
						 
						
							
							
								
								ICU4C: Update to version 73.2  
							
							... 
							
							
							
							(cherry picked from commit 1061912c7f 
							
						 
						
							2023-08-31 19:26:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								346d0bba07 
								
							 
						 
						
							
							
								
								FreeType: Update to version 2.13.2  
							
							... 
							
							
							
							Remove freetype's copy of zlib again, as we don't use it.
(cherry picked from commit 54c4c8dfa5 
							
						 
						
							2023-08-31 19:26:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bruvzg 
								
							 
						 
						
							
							
							
							
								
							
							
								9ed12c884a 
								
							 
						 
						
							
							
								
								FreeType: Update to version 2.13.1  
							
							... 
							
							
							
							(cherry picked from commit 008d3de1e9 
							
						 
						
							2023-08-31 19:26:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d0c1dd16ee 
								
							 
						 
						
							
							
								
								Revert "Update RVO2 to git 2022.09"  
							
							... 
							
							
							
							This reverts commit c920881105Fixes  #78826 . 
							
						 
						
							2023-06-29 12:50:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c79183817d 
								
							 
						 
						
							
							
								
								Revert "minimp3: Add a .cpp file to simplify building the single-header implementation"  
							
							... 
							
							
							
							This reverts commit 6fc0912137 
							
						 
						
							2023-06-19 13:34:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6fc0912137 
								
							 
						 
						
							
							
								
								minimp3: Add a .cpp file to simplify building the single-header implementation  
							
							... 
							
							
							
							Single-header libraries like this require passing a bunch of defines _once_
before including the header, but not multiple times. This can make it tricky
in user code to know when to request the implementation, if the header needs
to be included in multiple files.
So properly compiling a .cpp file for the implementation solves this, and
also enables us to properly disable warnings on thirdparty implementation code. 
							
						 
						
							2023-06-15 13:50:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								375156a637 
								
							 
						 
						
							
							
								
								Merge pull request  #78099  from DeeJayLSP/rvo2023  
							
							... 
							
							
							
							Update RVO2 to git 2022.09 
							
						 
						
							2023-06-14 09:25:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									DeeJayLSP 
								
							 
						 
						
							
							
							
							
								
							
							
								c920881105 
								
							 
						 
						
							
							
								
								Update RVO2 to git 2022.09  
							
							
							
						 
						
							2023-06-13 21:13:21 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Álex Román Núñez 
								
							 
						 
						
							
							
							
							
								
							
							
								938a837056 
								
							 
						 
						
							
							
								
								Disable NVIDIA's threaded optimization on Windows  
							
							
							
						 
						
							2023-06-13 11:47:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e289cf7085 
								
							 
						 
						
							
							
								
								pcre2: Update to upstream version 10.42 (take two)  
							
							... 
							
							
							
							Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog 
This fixes support for RISC-V architectures in the sljit library, so we
enable the module's compilation for `rv64` too. 
							
						 
						
							2023-06-12 15:12:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								72b59325cf 
								
							 
						 
						
							
							
								
								Merge pull request  #77960  from akien-mga/tinyexr-1.0.5  
							
							... 
							
							
							
							tinyexr: Sync with upstream 1.0.5 
							
						 
						
							2023-06-07 16:07:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3c25dfe0e4 
								
							 
						 
						
							
							
								
								msdfgen: Sync with upstream 1.10  
							
							
							
						 
						
							2023-06-07 15:55:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								56d85149e5 
								
							 
						 
						
							
							
								
								tinyexr: Sync with upstream 1.0.5  
							
							
							
						 
						
							2023-06-07 15:33:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1d6b28f867 
								
							 
						 
						
							
							
								
								Merge pull request  #77898  from DeeJayLSP/vulkan-250  
							
							... 
							
							
							
							Update Vulkan and related libraries to 1.3.250.0 
							
						 
						
							2023-06-07 13:31:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								10676e78e3 
								
							 
						 
						
							
							
								
								Add missing stdint.h includes for GCC 13+  
							
							... 
							
							
							
							Fixes  #77927 . 
						
							2023-06-07 11:36:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									DeeJayLSP 
								
							 
						 
						
							
							
							
							
								
							
							
								504e002224 
								
							 
						 
						
							
							
								
								Update certs (2023.06 revision)  
							
							
							
						 
						
							2023-06-06 20:29:01 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									DeeJayLSP 
								
							 
						 
						
							
							
							
							
								
							
							
								1b642d283c 
								
							 
						 
						
							
							
								
								Update Vulkan and related libraries to 1.3.250.0  
							
							
							
						 
						
							2023-06-06 12:40:04 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bitsawer 
								
							 
						 
						
							
							
							
							
								
							
							
								ca55c455ad 
								
							 
						 
						
							
							
								
								tinyexr: Sync with upstream 1.0.4  
							
							
							
						 
						
							2023-06-05 12:15:30 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								09d3dc86c0 
								
							 
						 
						
							
							
								
								Merge pull request  #77379  from bruvzg/update_ts_libs  
							
							... 
							
							
							
							Update HarfBuzz, ICU and FreeType 
							
						 
						
							2023-05-23 19:15:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								56a15a552d 
								
							 
						 
						
							
							
								
								Merge pull request  #77350  from akien-mga/glad-2.0.4  
							
							... 
							
							
							
							glad: Re-generate files with glad 2.0.4 
							
						 
						
							2023-05-23 19:14:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								86d3f43063 
								
							 
						 
						
							
							
								
								Merge pull request  #77348  from akien-mga/brotli-202302  
							
							... 
							
							
							
							brotli: Sync with upstream commit ed1995b6b 
							
						 
						
							2023-05-23 19:14:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4d0ab5332b 
								
							 
						 
						
							
							
								
								Merge pull request  #77346  from akien-mga/recastnavigation-1.6.0  
							
							... 
							
							
							
							recast: Update to upstream version 1.6.0 
							
						 
						
							2023-05-23 19:14:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b50023ce6b 
								
							 
						 
						
							
							
								
								Merge pull request  #77345  from akien-mga/wslay-202208  
							
							... 
							
							
							
							wslay: Sync with upstream 0e7d106ff 
							
						 
						
							2023-05-23 19:14:44 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7f0488899e 
								
							 
						 
						
							
							
								
								Merge pull request  #77344  from akien-mga/zstd-1.5.5  
							
							... 
							
							
							
							zstd: Update to upstream version 1.5.5 
							
						 
						
							2023-05-23 19:14:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bruvzg 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b64df2bf74 
								
							 
						 
						
							
							
								
								Update HarfBuzz, ICU and FreeType  
							
							... 
							
							
							
							HarfBuzz: Update to version 7.3.0
ICU4C: Update to version 73.1
FreeType: Update to version 2.13.0 
							
						 
						
							2023-05-23 03:26:16 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b137695b4c 
								
							 
						 
						
							
							
								
								glad: Re-generate files with glad 2.0.4  
							
							... 
							
							
							
							No change, just making explicit that we're up to date with upstream. 
							
						 
						
							2023-05-22 15:22:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7770e4447d 
								
							 
						 
						
							
							
								
								brotli: Sync with upstream commit ed1995b6b  
							
							... 
							
							
							
							ed1995b6bd 
						
							2023-05-22 15:05:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2058b63067 
								
							 
						 
						
							
							
								
								recast: Update to upstream version 1.6.0  
							
							... 
							
							
							
							Release notes:
- https://github.com/recastnavigation/recastnavigation/releases/tag/v1.6.0  
							
						 
						
							2023-05-22 14:47:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								adfc46db4d 
								
							 
						 
						
							
							
								
								wslay: Sync with upstream 0e7d106ff  
							
							... 
							
							
							
							0e7d106ff8 
						
							2023-05-22 14:42:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6100b4bd33 
								
							 
						 
						
							
							
								
								zstd: Update to upstream version 1.5.5  
							
							... 
							
							
							
							Release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.3 
- https://github.com/facebook/zstd/releases/tag/v1.5.4 
- https://github.com/facebook/zstd/releases/tag/v1.5.5  
							
						 
						
							2023-05-22 14:32:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c5834eb972 
								
							 
						 
						
							
							
								
								tinyexr: Sync with upstream 1.0.2  
							
							... 
							
							
							
							Fixes a bunch of bugs, notably addressing fuzzer reports (crashes).
https://github.com/syoyo/tinyexr/releases/tag/v1.0.2  
							
						 
						
							2023-05-22 11:20:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b4584c08f9 
								
							 
						 
						
							
							
								
								Merge pull request  #75769  from lyuma/msvc_node_debug_fix  
							
							... 
							
							
							
							Fix libwebp Node struct shadowing Godot's Node class in MSVC debugger 
							
						 
						
							2023-05-19 10:10:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bonjorno7 
								
							 
						 
						
							
							
							
							
								
							
							
								283cac859c 
								
							 
						 
						
							
							
								
								Make ok_color functions static  
							
							... 
							
							
							
							It needs to be a class to prevent build errors, but the functions can at least be static, so you don't have to instance the class. 
							
						 
						
							2023-05-13 16:57:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fabio Alessandrelli 
								
							 
						 
						
							
							
							
							
								
							
							
								eeac6f8c7f 
								
							 
						 
						
							
							
								
								[TLS] Fix crashes trying to use TLS when not available.  
							
							... 
							
							
							
							If no StreamPeerTLS implementation is available, HTTPClient and
WebSocketPeer will now correctly refuse to connect using TLS returning
ERR_UNAVAILABLE.
Similarly, ENetConnection will refuse to setup DTLS when PacketPeerDTLS
is not available. 
							
						 
						
							2023-05-12 20:08:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a1a102299a 
								
							 
						 
						
							
							
								
								Merge pull request  #76952  from akien-mga/certs-2023-03  
							
							... 
							
							
							
							certs: Sync with Mozilla bundle as of Mar 23, 2023 
							
						 
						
							2023-05-12 11:41:32 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bf86b7b2ec 
								
							 
						 
						
							
							
								
								Merge pull request  #76951  from akien-mga/basisu-1.16.4  
							
							... 
							
							
							
							basis_universal: Update to 1.16.4 
							
						 
						
							2023-05-12 11:41:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ce4f9ddf9c 
								
							 
						 
						
							
							
								
								Merge pull request  #76949  from akien-mga/astcenc-4.4.0  
							
							... 
							
							
							
							astcenc: Update to 4.4.0 
							
						 
						
							2023-05-12 11:40:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e1bd14b4c7 
								
							 
						 
						
							
							
								
								Merge pull request  #76948  from akien-mga/doctest-2.4.11  
							
							... 
							
							
							
							doctest: Update to 2.4.11 
							
						 
						
							2023-05-12 11:40:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Capitanio 
								
							 
						 
						
							
							
							
							
								
							
							
								5db751832d 
								
							 
						 
						
							
							
								
								Update ThorVG to v0.9.0  
							
							... 
							
							
							
							https://github.com/thorvg/thorvg/releases/tag/v0.9.0 
Fixes  #72478  
						
							2023-05-12 00:34:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d1c59b47e4 
								
							 
						 
						
							
							
								
								certs: Sync with Mozilla bundle as of Mar 23, 2023  
							
							... 
							
							
							
							8bcd1092d2 
						
							2023-05-11 14:50:17 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0ff337d20f 
								
							 
						 
						
							
							
								
								basis_universal: Update to 1.16.4  
							
							... 
							
							
							
							Almost no change in practice since the previous commit we tracked,
but now this is a tagged release. 
							
						 
						
							2023-05-11 14:42:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5a3f955e05 
								
							 
						 
						
							
							
								
								astcenc: Update to 4.4.0  
							
							... 
							
							
							
							> The 4.4.0 release is a minor release with image quality improvements,
> a small performance boost, a few new quality-of-life features, and a
> few minor fixes for uncommon build configurations.
https://github.com/ARM-software/astc-encoder/releases/tag/4.4.0  
							
						 
						
							2023-05-11 14:32:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3091c6e9e9 
								
							 
						 
						
							
							
								
								doctest: Update to 2.4.11  
							
							
							
						 
						
							2023-05-11 14:24:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9e9b07ffd3 
								
							 
						 
						
							
							
								
								rvo2: Include cstdint for uint32_t  
							
							... 
							
							
							
							Fixes  #76907 . 
						
							2023-05-10 15:48:07 +02:00