| .. |
|
java
|
Workaround for missing java method in some android SDKs
|
2014-05-23 21:51:37 +01:00 |
|
juce_android_Files.cpp
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
2013-12-02 09:44:17 +00:00 |
|
juce_android_JNIHelpers.h
|
For for hi-res timer threads on android.
|
2014-07-31 09:00:37 +01:00 |
|
juce_android_Misc.cpp
|
A few android warning fixes.
|
2013-07-31 22:14:11 +01:00 |
|
juce_android_Network.cpp
|
Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page.
|
2014-03-06 22:26:58 +00:00 |
|
juce_android_SystemStats.cpp
|
Tweaks to SystemStats::getDisplayLanguage() on android/linux to return a two-part identifier in the same way as other platforms.
|
2014-05-13 08:56:30 +01:00 |
|
juce_android_Threads.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_BasicNativeHeaders.h
|
Fix for MinGW builds.
|
2013-10-04 21:56:48 +01:00 |
|
juce_linux_CommonFile.cpp
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
2013-10-15 17:17:31 +01:00 |
|
juce_linux_Files.cpp
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
2013-12-02 09:44:17 +00:00 |
|
juce_linux_Network.cpp
|
Added new method File::getFileIdentifier() for retrieving a file's unique ID.
|
2014-05-03 16:46:44 +01:00 |
|
juce_linux_SystemStats.cpp
|
Tweaks to SystemStats::getDisplayLanguage() on android/linux to return a two-part identifier in the same way as other platforms.
|
2014-05-13 08:56:30 +01:00 |
|
juce_linux_Threads.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_mac_Files.mm
|
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
|
2013-12-02 09:44:17 +00:00 |
|
juce_mac_Network.mm
|
Added new method File::getFileIdentifier() for retrieving a file's unique ID.
|
2014-05-03 16:46:44 +01:00 |
|
juce_mac_Strings.mm
|
Removed a few more uses of String::empty.
|
2013-12-01 23:28:31 +00:00 |
|
juce_mac_SystemStats.mm
|
Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function.
|
2014-05-27 17:03:46 +01:00 |
|
juce_mac_Threads.mm
|
Made Process::isForegroundProcess() return a correct result on iOS.
|
2014-04-01 12:13:29 +01:00 |
|
juce_osx_ObjCHelpers.h
|
iOS build fix.
|
2013-08-01 09:08:27 +01:00 |
|
juce_posix_NamedPipe.cpp
|
Change to allow fully-specified paths to be passed as posix NamedPipe paths, to be able to specify the temp file's location.
|
2014-01-14 15:45:51 +00:00 |
|
juce_posix_SharedCode.h
|
For for hi-res timer threads on android.
|
2014-07-31 09:00:37 +01:00 |
|
juce_win32_ComSmartPtr.h
|
mingw __uuidof update
|
2014-04-06 15:38:29 +01:00 |
|
juce_win32_Files.cpp
|
Added a win32-specific flag File::windowsSystemDirectory
|
2014-07-08 14:05:55 +01:00 |
|
juce_win32_Network.cpp
|
Fix for https in the win32 http stream implementation
|
2014-07-13 19:25:30 +01:00 |
|
juce_win32_Registry.cpp
|
Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class.
|
2014-03-31 10:43:13 +01:00 |
|
juce_win32_SystemStats.cpp
|
Added an internal flag JUCE_WIN32_TIMER_PERIOD, which can be set to change the value that is passed to the timeBeginPeriod function, or to prevent this function being called at all.
|
2014-07-19 12:41:14 +01:00 |
|
juce_win32_Threads.cpp
|
Better implementation of command-line arg escaping for ChilpProcess on win32
|
2014-04-08 13:51:44 +01:00 |