1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules/juce_core/native
stefan 8ec9443543 Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02:00
..
java Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
juce_android_Files.cpp
juce_android_JNIHelpers.h Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 2016-02-25 10:12:30 +00:00
juce_android_Misc.cpp
juce_android_Network.cpp
juce_android_RuntimePermissions.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
juce_android_SystemStats.cpp
juce_android_Threads.cpp Add option to set default stack size for JUCE threads 2016-02-15 11:06:28 +00:00
juce_BasicNativeHeaders.h Added a definition that's missing in some very obscure win32 setups 2016-07-12 09:01:10 +01:00
juce_curl_Network.cpp Clear http headers after redirects 2016-07-07 15:31:14 +01:00
juce_linux_CommonFile.cpp
juce_linux_Files.cpp
juce_linux_Network.cpp Add CRLF between JUCE http headers and user http headers 2016-06-15 17:09:36 +01:00
juce_linux_SystemStats.cpp
juce_linux_Threads.cpp
juce_mac_ClangBugWorkaround.h
juce_mac_Files.mm Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 2016-08-11 09:26:56 +01:00
juce_mac_Network.mm Fixed potential crash in mac's legacy WebInputStream implementation 2016-09-12 18:17:19 +01:00
juce_mac_Strings.mm Made sure that String::toCFString() never returns a null pointer 2016-02-25 16:53:14 +00:00
juce_mac_SystemStats.mm Moved some code that was in the wrong file 2016-02-09 12:52:29 +00:00
juce_mac_Threads.mm Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
juce_osx_ObjCHelpers.h Deleted some defunct Mac PowerPC code 2016-04-19 16:46:45 +01:00
juce_posix_NamedPipe.cpp
juce_posix_SharedCode.h Projucer various fixes 2016-09-15 17:13:41 +02:00
juce_win32_ComSmartPtr.h Fix errors and warnings on mingw-w64 2016-08-01 18:29:12 +01:00
juce_win32_Files.cpp Projucer various fixes 2016-09-15 17:13:41 +02:00
juce_win32_Network.cpp Do a case-insensitive compare on core http headers in windows network code 2016-07-05 10:20:12 +01:00
juce_win32_Registry.cpp Improved some Windows registry root key handling. 2016-02-25 10:18:43 +00:00
juce_win32_SystemStats.cpp Fix errors and warnings on mingw-w64 2016-08-01 18:29:12 +01:00
juce_win32_Threads.cpp Stripped out some defunct VS2003 code 2016-04-20 15:27:26 +01:00