godot/drivers
Valentin Cocaud c09731c413 Warn on filesystem case mismatch
When a file is opened with a wrong case, it can work on the developer system but break on a user system with a case-sensitive filesystem.

This will display a warning when it happens.

CAVEATS: It will also display the warning if a symlink is in the path.

Adapt warning if the file is a symlink. Avoid warning on symlinks.

Fix memory leak and avoid `lstat` usage.

Avoid exposing real_path when not in TOOLS_ENABLED mode.
2024-11-08 14:23:41 -08:00
..
alsa SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
alsamidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
backtrace SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
coreaudio Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doing 2024-10-29 19:25:47 -05:00
coremidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
d3d12 Add dependency detection improvements to the render graph. 2024-11-01 09:46:52 -03:00
egl Merge pull request #97771 from dsnopek/openxr-linux-egl 2024-10-25 13:04:08 -05:00
gl_context SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
gles3 Merge pull request #86138 from EnlightenedOne/master 2024-11-04 21:52:07 -06:00
metal Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
png Deleted stale check. Now SCons supports globbing with # inside path 2024-11-02 22:20:17 +02:00
pulseaudio Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
unix Warn on filesystem case mismatch 2024-11-08 14:23:41 -08:00
vulkan Merge pull request #93401 from Repiteo/style/clang-tidy-fixes 2024-11-04 21:52:05 -06:00
wasapi Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
windows Warn on filesystem case mismatch 2024-11-08 14:23:41 -08:00
winmidi SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
xaudio2 Merge pull request #97483 from akien-mga/clang-format-19.1.0 2024-09-26 12:46:04 +02:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub [macOS/iOS] Use hardware sampling rates for audio I/O. 2024-10-25 19:26:24 +03:00