1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_core/native
reuk 7437e35ef5
File: Always interpret path as absolute in getLinkedTarget()
This fixes an issue where paths consisting of just a drive letter ("C:")
would be passed to CreateFile without a trailing path separator. The
documented behaviour in this case is for the path to be interpreted
relative to the "current directory" on that disk, so getLinkedTarget()
would incorrectly return the disk's working directory instead of the
drive root.
2024-11-07 21:00:22 +00:00
..
java Update licensing information 2024-04-16 11:39:35 +01:00
javacore Update licensing information 2024-04-16 11:39:35 +01:00
juce_AndroidDocument_android.cpp Platform: Remove compatibility checks for Android 20 and earlier 2024-07-03 13:45:37 +01:00
juce_BasicNativeHeaders.h MinGW: Remove support 2024-06-27 18:10:21 +01:00
juce_CFHelpers_mac.h macOS: Simplify the CoreGraphics pointer types and add some new ones 2024-08-09 17:20:36 +01:00
juce_CommonFile_linux.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ComSmartPtr_windows.h ComSmartPtr: Update implementation slightly so that error codes can be inspected during debugging 2024-09-13 13:57:10 +01:00
juce_Files_android.cpp Android: Fix issues with input stream special members 2024-09-05 12:17:12 +01:00
juce_Files_linux.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Files_mac.mm Platform: Remove build-time Apple SDK availability checks 2024-07-03 13:50:08 +01:00
juce_Files_windows.cpp File: Always interpret path as absolute in getLinkedTarget() 2024-11-07 21:00:22 +00:00
juce_IPAddress_posix.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_JNIHelpers_android.cpp Platform: Remove compatibility checks for Android 20 and earlier 2024-07-03 13:45:37 +01:00
juce_JNIHelpers_android.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Misc_android.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_NamedPipe_posix.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Network_android.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Network_curl.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Network_linux.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Network_mac.mm URLConnectionState: Use a shared NSURLSession to improve performance 2024-06-24 12:50:02 +01:00
juce_Network_windows.cpp MinGW: Remove support 2024-06-27 18:10:21 +01:00
juce_ObjCHelpers_mac.h Compatibility: Add new macros for straightforward checking of minimum deployment target 2024-11-05 13:28:10 +00:00
juce_ObjCHelpers_mac_test.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_PlatformTimer_generic.cpp HighResolutionTimer: Add fallback implementation for Windows 2024-10-29 13:06:28 +00:00
juce_PlatformTimer_windows.cpp HighResolutionTimer: Add fallback implementation for Windows 2024-10-29 13:06:28 +00:00
juce_PlatformTimerListener.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Process_mac.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_Registry_windows.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_RuntimePermissions_android.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SharedCode_intel.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SharedCode_posix.h Fix C++23 compilation 2024-08-15 11:15:15 +02:00
juce_Strings_mac.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemStats_android.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemStats_linux.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemStats_mac.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemStats_wasm.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemStats_windows.cpp Core: Handle Windows Arm platform definition 2024-10-21 14:11:11 +01:00
juce_ThreadPriorities_native.h Formatting: Improve consistency of static inline word ordering 2024-09-06 15:40:39 +00:00
juce_Threads_android.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Threads_linux.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Threads_mac.mm Platform: Remove compatibility checks for macOS 10.10 2024-07-02 18:06:27 +01:00
juce_Threads_windows.cpp Update licensing information 2024-04-16 11:39:35 +01:00