Skip to content

deps: bump ThirdParty/SDL2 from e4f75ba to 03ceaca#513

Closed
dependabot[bot] wants to merge 1 commit intoWorkingfrom
dependabot/submodules/ThirdParty/SDL2-03ceaca
Closed

deps: bump ThirdParty/SDL2 from e4f75ba to 03ceaca#513
dependabot[bot] wants to merge 1 commit intoWorkingfrom
dependabot/submodules/ThirdParty/SDL2-03ceaca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps ThirdParty/SDL2 from e4f75ba to 03ceaca.

Commits
  • 03ceaca wayland: Calculate the fullscreen exclusive pointer scale from the viewport d...
  • 010e892 test: simplify SDL_UntrackAllocation a bit
  • 1e1d801 test: cannot access tracked allocation node without lock
  • 43c928e Improve constness with Clipboard APIs
  • 509a36d atomic: Fix missing full memory barrier on GCC/Clang
  • 6e65c3f [N-Gage] Remove optimisations except for native texture handling prior to som...
  • b181eb4 x11: Fix #define name
  • 75a65e0 x11: Use XInput2 events to pass through the keyboard ID to core key events
  • 6390140 [N-Gage] Micro-optimize main loop handler to improve performance and input la...
  • badc3b8 [N-Gage] Micro-optimize rendering back-end
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ThirdParty/SDL2](https://github.com/libsdl-org/SDL) from `e4f75ba` to `03ceaca`.
- [Release notes](https://github.com/libsdl-org/SDL/releases)
- [Commits](libsdl-org/SDL@e4f75ba...03ceaca)

---
updated-dependencies:
- dependency-name: ThirdParty/SDL2
  dependency-version: 03ceaca19c06732381b39d5353f05d1d1805199d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Labels

The following labels could not be found: dependencies, submodules. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown
Contributor

❌ CI Error Report

Failed jobs: check-format, clang-tidy, coverage, linux-asan, linux-clang-Debug, linux-gcc-Debug, linux-tsan, macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL, windows-vs2022-Debug
Errors: 34 | Test failures: 0 | Compiler warnings: 0

Build Errors

File Line Error Jobs
SparkEditor/Source/Panels/HierarchyPanel.cpp 488 code should be clang-formatted [-Wclang-format-violations] check-format
SparkEditor/Source/Core/EditorFonts.cpp 56 code should be clang-formatted [-Wclang-format-violations] check-format
SparkEditor/Source/Core/EditorTheme.cpp 596 code should be clang-formatted [-Wclang-format-violations] check-format
Other errors (31)
/U er /runner/work/SparkEngine/SparkEngine/SparkEngine/Source/Engine/ECS/Component /../../../Core/PlatformAudioStub .h:274:10: fatal error: 'SDL2/SDL.h' file not found [macos-Debug-OpenGL, macos-Release-Metal, macos-Release-OpenGL]
SparkEditor\Source\Panels\ProjectBrowserPanel.cpp(31,13): error C2065: 'CSIDL_PERSONAL': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
SparkEditor\Source\Panels\ProjectBrowserPanel.cpp(31,13): error C3861: 'SHGetFolderPathA': identifier not found [build\SparkEditor\SparkEditor.vcxproj] [windows-vs2022-Debug]
build\bin\SparkInstaller.exe : fatal error LNK1120: 13 unresolved externals [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp_strncpy referenced in function "void __cdecl ImStrncpy(char *,char const *,unsigned __int64)" (?ImStrncpy@@YAXPEAD [windows-vs2022-Debug]
unresolved external symbol: __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp___stdio_common_vsscanf referenced in function _vsscanf_l [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp___stdio_common_vsscanf [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp___stdio_common_vsscanf [build\SparkInstaller\SparkInstaller.vcxproj] [windows-vs2022-Debug]
unresolved external symbol: __imp_ceilf referenced in function "void __cdecl ImGui::CalcClipRectVisibleItemsY(struct ImRect const &,struct ImVec2 co [windows-vs2022-Debug]
Full error output
SparkEditor/Source/Panels/HierarchyPanel.cpp:488:59: error: code should be clang-formatted [-Wclang-format-violations]
SparkEditor/Source/Core/EditorFonts.cpp:56:34: error: code should be clang-formatted [-Wclang-format-violations]
SparkEditor/Source/Core/EditorTheme.cpp:596:55: error: code should be clang-formatted [-Wclang-format-violations]
/U er /runner/work/SparkEngine/SparkEngine/SparkEngine/Source/Engine/ECS/Component /../../../Core/PlatformAudioStub .h:274:10: fatal error: 'SDL2/SDL.h' file not found
SparkEditor\Source\Panels\ProjectBrowserPanel.cpp(31,13): error C2065: 'CSIDL_PERSONAL': undeclared identifier [build\SparkEditor\SparkEditor.vcxproj]
SparkEditor\Source\Panels\ProjectBrowserPanel.cpp(31,13): error C3861: 'SHGetFolderPathA': identifier not found [build\SparkEditor\SparkEditor.vcxproj]
build\bin\SparkInstaller.exe : fatal error LNK1120: 13 unresolved externals [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol __imp_strncpy referenced in function "void __cdecl ImStrncpy(char *,char const *,unsigned __int64)" (?ImStrncpy@@YAXPEADPEBD_K@Z) [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_impl_win32.obj) : error LNK2001: unresolved external symbol __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_tables.obj) : error LNK2001: unresolved external symbol __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui.obj) : error LNK2001: unresolved external symbol __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_widgets.obj) : error LNK2001: unresolved external symbol __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_draw.obj) : error LNK2001: unresolved external symbol __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_impl_dx11.obj) : error LNK2001: unresolved external symbol __imp__wassert [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol __imp___stdio_common_vsscanf referenced in function _vsscanf_l [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_widgets.obj) : error LNK2001: unresolved external symbol __imp___stdio_common_vsscanf [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_tables.obj) : error LNK2001: unresolved external symbol __imp___stdio_common_vsscanf [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol __imp_ceilf referenced in function "void __cdecl ImGui::CalcClipRectVisibleItemsY(struct ImRect const &,struct ImVec2 const &,float,int *,int *)" (?CalcClipRectVisibleItemsY@ImGui@@YAXAEBUImRect@@AEBUImVec2@@MPEAH2@Z) [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_draw.obj) : error LNK2001: unresolved external symbol __imp_ceilf [build\SparkInstaller\SparkInstaller.vcxproj]
imgui.lib(imgui_tables.obj) : error LNK2001: unresolved external symbol __imp_ceilf [build\SparkInstaller\SparkInstaller.vcxproj]

Updated: 2026-04-20T04:20:52Z — this comment is updated in-place, not duplicated.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #516.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/submodules/ThirdParty/SDL2-03ceaca branch April 27, 2026 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants