1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
JUCE/modules/juce_core/native
2013-09-10 15:11:20 +01:00
..
java
juce_android_Files.cpp
juce_android_JNIHelpers.h
juce_android_Misc.cpp
juce_android_Network.cpp
juce_android_SystemStats.cpp Avoided a false assertion in File. Minor clean-ups. 2013-09-10 15:11:20 +01:00
juce_android_Threads.cpp
juce_BasicNativeHeaders.h
juce_linux_Files.cpp Avoided a false assertion in File. Minor clean-ups. 2013-09-10 15:11:20 +01:00
juce_linux_Network.cpp
juce_linux_SystemStats.cpp Avoided a false assertion in File. Minor clean-ups. 2013-09-10 15:11:20 +01:00
juce_linux_Threads.cpp
juce_mac_Files.mm
juce_mac_Network.mm
juce_mac_Strings.mm
juce_mac_SystemStats.mm
juce_mac_Threads.mm
juce_osx_ObjCHelpers.h
juce_posix_NamedPipe.cpp
juce_posix_SharedCode.h
juce_win32_ComSmartPtr.h
juce_win32_Files.cpp
juce_win32_Network.cpp New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
juce_win32_Registry.cpp In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly. 2013-09-09 20:27:08 +01:00
juce_win32_SystemStats.cpp
juce_win32_Threads.cpp