1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

315 commits

Author SHA1 Message Date
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
jules
064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 2015-11-30 11:47:04 +00:00
Joshua Gerrard
9b96b551f2 Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility. 2015-11-24 11:24:05 +00:00
Joshua Gerrard
e220f35250 Fixed compilation errors on MinGW 2015-11-23 12:35:05 +00:00
Joshua Gerrard
26b01e9f18 Fixed File::getLinkedTarget prepending string on Windows 2015-11-16 10:09:07 +00:00
hogliux
19572b58c7 Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android 2015-11-03 15:34:36 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
02041328dc Misc minor fix-ups 2015-11-02 18:07:36 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
jules
ddcd78eae8 Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority 2015-11-02 16:13:45 +00:00
jules
145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 2015-10-27 17:19:35 +00:00
jules
13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 2015-10-08 10:56:55 +01:00
jules
a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 2015-10-01 17:25:31 +01:00
hogliux
290c502e78 Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms 2015-09-14 09:18:20 +01:00
jules
bafdb41511 Fixed typo in win32 child process pipe connection. 2015-08-26 10:50:12 +01:00
hogliux
fb8a1dbf48 Fix some iOS build warnings 2015-08-24 11:44:23 +01:00
jules
8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation 2015-08-18 12:26:05 +01:00
jules
b2ddfe67a8 Fixes for mingw headers. 2015-08-17 19:37:06 +01:00
jules
97cbf3f96c Removed some defunct code. 2015-08-10 11:55:00 +01:00
hogliux
40848adac6 Add optional parameter to juce URL class to specify a custom HTTP command 2015-07-28 10:09:48 +01:00
hogliux
4e04dad00f Fix warning on linux 2015-07-24 18:41:45 +01:00
hogliux
03dc6479e3 Implement setScreenSaver enabled on Android 2015-07-24 16:34:01 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
e65bd0769a Added support for reading chunked HTTP streams on linux. 2015-07-17 12:06:06 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
jules
fc2ce88576 Prevented accidental opening of already-open named pipes on win32. 2015-06-30 15:27:44 +01:00
hogliux
d126a0cfbb Fix compiler error on newer Android versions 2015-06-26 16:29:26 +01:00
hogliux
8b01ffe133 Ensure that JNI callbacks have soft float ABI on arm processors 2015-06-26 16:28:46 +01:00
hogliux
67436307bf Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23) 2015-06-25 16:14:29 +01:00
jules
58105cde57 Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. 2015-06-01 12:28:02 +01:00
jules
f4fe4c5749 Tidied up a bit of android code and resaved the demo project. 2015-05-22 11:29:44 +01:00
jules
f12ede92e5 Workaround for ridiculously old versions of GLIBC 2015-05-22 09:13:21 +01:00
jules
4c932b696c Fixed linux thread affinity code. 2015-05-19 17:53:49 +01:00
Timur Doumler
be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. 2015-05-05 17:44:10 +01:00
hogliux
8c242b7547 Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
2015-05-05 10:57:50 +01:00
jules
581158e443 Fixed a rare race condition in OSX URL reading. 2015-04-29 11:29:12 +01:00
jules
7e51e64422 Added detection for SSSE3 and AVX instructions to the SystemStats class. 2015-04-27 15:43:50 +01:00
jules
19b2beec63 Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection. 2015-04-27 12:36:29 +01:00
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
hogliux
b5f2723ef9 Fix LLVM warning in previous commit 2015-04-17 18:02:09 +01:00
hogliux
0bac9fefc6 Add URL stream progress support on OSX/iOS 2015-04-17 17:44:56 +01:00
hogliux
0c3023327a Get correct path for File::currentExecutableFile on Linux 2015-04-17 11:56:44 +01:00
hogliux
5b8a633108 Fix unicode input on Android 2015-04-08 12:05:20 +01:00
jules
3bc4eb3efb Fix for PPC build 2015-04-06 11:29:33 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
cfb3c5459a Improved the way juce_isRunningUnderDebugger() works on linux. 2015-03-20 10:17:20 +00:00
jules
726279be09 Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs. 2015-03-09 10:36:55 +00:00
jules
e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 2015-03-03 09:47:03 +00:00