jules
a6afb208c6
Android: removed the action bar
9 years ago
jules
de4637d8cb
Added support for some more File::getSpecialLocation locations on Android
9 years ago
jules
99052af8bc
Added Android support for screen orientation control
9 years ago
jules
18de8b36c1
Avoided defining alloca on MINGW if there's already a definition for it
9 years ago
jules
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
9 years ago
jules
86a745dc35
Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result.
9 years ago
jules
2a1234b6ac
Simplified some inter-module dependencies and exception-catching fallbacks
9 years ago
jules
ae712c72d8
Cleaned up a few String::empty uses
9 years ago
jules
02492b36b9
Lots of small whitespace tweaks.
9 years ago
jules
31381c6864
Stripped out some defunct OSX 10.4 fallback code
9 years ago
jules
064e45bc85
Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects
9 years ago
Joshua Gerrard
9b96b551f2
Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility.
9 years ago
Joshua Gerrard
e220f35250
Fixed compilation errors on MinGW
9 years ago
Joshua Gerrard
26b01e9f18
Fixed File::getLinkedTarget prepending string on Windows
9 years ago
hogliux
19572b58c7
Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android
9 years ago
jules
89ba69ab29
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
9 years ago
jules
02041328dc
Misc minor fix-ups
9 years ago
jules
810f2bfb2a
Introjucer: Added Android Studio exporter
9 years ago
jules
ddcd78eae8
Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority
9 years ago
jules
145a80f11f
Fix for builds with JUCE_STRING_UTF_TYPE = 32
9 years ago
jules
13b27a2923
Fix for win32 implementation of SystemStats::getComputerName()
9 years ago
jules
a610931e71
Fixed a OSX 10.11 deprecation warning in File::moveToTrash
9 years ago
hogliux
290c502e78
Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms
9 years ago
jules
bafdb41511
Fixed typo in win32 child process pipe connection.
9 years ago
hogliux
fb8a1dbf48
Fix some iOS build warnings
9 years ago
jules
8883b1f9c1
Added a "mustNotExist" argument to NamedPipe creation
9 years ago
jules
b2ddfe67a8
Fixes for mingw headers.
9 years ago
jules
97cbf3f96c
Removed some defunct code.
9 years ago
hogliux
40848adac6
Add optional parameter to juce URL class to specify a custom HTTP command
10 years ago
hogliux
4e04dad00f
Fix warning on linux
10 years ago
hogliux
03dc6479e3
Implement setScreenSaver enabled on Android
10 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
jules
e65bd0769a
Added support for reading chunked HTTP streams on linux.
10 years ago
hogliux
c2c0795aea
Add https/SSL support for Linux (via libcurl)
10 years ago
jules
fc2ce88576
Prevented accidental opening of already-open named pipes on win32.
10 years ago
hogliux
d126a0cfbb
Fix compiler error on newer Android versions
10 years ago
hogliux
8b01ffe133
Ensure that JNI callbacks have soft float ABI on arm processors
10 years ago
hogliux
67436307bf
Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23)
10 years ago
jules
58105cde57
Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this.
10 years ago
jules
f4fe4c5749
Tidied up a bit of android code and resaved the demo project.
10 years ago
jules
f12ede92e5
Workaround for ridiculously old versions of GLIBC
10 years ago
jules
4c932b696c
Fixed linux thread affinity code.
10 years ago
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
10 years ago
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
10 years ago
jules
581158e443
Fixed a rare race condition in OSX URL reading.
10 years ago
jules
7e51e64422
Added detection for SSSE3 and AVX instructions to the SystemStats class.
10 years ago
jules
19b2beec63
Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection.
10 years ago
hogliux
123b70ec91
Add JUCE_STANDALONE_APPLICATION pre-processor macro
10 years ago
hogliux
b5f2723ef9
Fix LLVM warning in previous commit
10 years ago