| .. |
|
java
|
Tidied up a bit of android code and resaved the demo project.
|
2015-05-22 11:29:44 +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
|
Ensure that JNI callbacks have soft float ABI on arm processors
|
2015-06-26 16:28:46 +01:00 |
|
juce_android_Misc.cpp
|
A few android warning fixes.
|
2013-07-31 22:14:11 +01:00 |
|
juce_android_Network.cpp
|
Added a number-of-redirects parameter to URL::createInputStream
|
2014-12-29 10:15:54 +00:00 |
|
juce_android_SystemStats.cpp
|
A couple of small changes that seem to be needed for some Android builds.
|
2015-02-27 09:29:34 +00: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_curl_Network.cpp
|
Add https/SSL support for Linux (via libcurl)
|
2015-07-15 10:58:08 +01:00 |
|
juce_linux_CommonFile.cpp
|
Fix warnings on linux
|
2015-05-05 10:57:50 +01:00 |
|
juce_linux_Files.cpp
|
Add JUCE_STANDALONE_APPLICATION pre-processor macro
|
2015-04-20 15:49:43 +01:00 |
|
juce_linux_Network.cpp
|
Added support for reading chunked HTTP streams on linux.
|
2015-07-17 12:06:06 +01:00 |
|
juce_linux_SystemStats.cpp
|
Fix warnings on linux
|
2015-05-05 10:57:50 +01:00 |
|
juce_linux_Threads.cpp
|
Improved the way juce_isRunningUnderDebugger() works on linux.
|
2015-03-20 10:17:20 +00:00 |
|
juce_mac_Files.mm
|
Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems.
|
2014-10-26 19:36:54 +00:00 |
|
juce_mac_Network.mm
|
Fixed a rare race condition in OSX URL reading.
|
2015-04-29 11:29:12 +01:00 |
|
juce_mac_Strings.mm
|
Fix for some problems with the CFString utf16 implementation.
|
2014-12-09 10:50:03 +00:00 |
|
juce_mac_SystemStats.mm
|
Added detection for SSSE3 and AVX instructions to the SystemStats class.
|
2015-04-27 15:43:50 +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
|
Fix for PPC build
|
2015-04-06 11:29:33 +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
|
Fix compiler error on newer Android versions
|
2015-06-26 16:29:26 +01:00 |
|
juce_win32_ComSmartPtr.h
|
mingw __uuidof update
|
2014-04-06 15:38:29 +01:00 |
|
juce_win32_Files.cpp
|
Prevented accidental opening of already-open named pipes on win32.
|
2015-06-30 15:27:44 +01:00 |
|
juce_win32_Network.cpp
|
Added a number-of-redirects parameter to URL::createInputStream
|
2014-12-29 10:15:54 +00: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 detection for SSSE3 and AVX instructions to the SystemStats class.
|
2015-04-27 15:43:50 +01:00 |
|
juce_win32_Threads.cpp
|
Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS
|
2014-08-17 11:47:55 +01:00 |