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
jules
7d4273f9d4
A couple of small changes that seem to be needed for some Android builds.
2015-02-27 09:29:34 +00:00
jules
17863a45b6
Workaround for problems on Android when the OS reuses a posix thread for the openGL thread.
2015-02-24 17:59:53 +00:00
jules
c87463cad1
Added support for in-memory fonts on Android.
2015-02-24 10:15:01 +00:00
jules
5cbad3b30f
Removed more 'final's from the android java class.
2015-02-12 09:11:25 +00:00
jules
c206793ff1
Removed 'final' from the android java activity class.
2015-02-11 16:39:07 +00:00
jules
fe7d345060
Workaround for win32 folder read-only permissions problem.
2015-02-06 17:09:17 +00:00
jules
04019091a7
Fix for deletion of opengl views on newer versions of android
2015-01-19 12:21:51 -08:00
jules
268497e8bc
Added a number-of-redirects parameter to URL::createInputStream
2014-12-29 10:15:54 +00:00
jules
9d9f94cadd
Minor android compile fix.
2014-12-13 12:34:18 +00:00
jules
15ddb6699e
Fix for some problems with the CFString utf16 implementation.
2014-12-09 10:50:03 +00:00
jules
1313eb0bef
Oops - fixed win32 typo in last commit.
2014-11-12 17:15:26 +00:00
jules
9c884f79d3
Added method File::setExecutePermission()
2014-11-12 15:01:34 +00:00
jules
7a7f7814fb
Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems.
2014-10-26 19:36:54 +00:00
jules
74571aba11
New class: MountedVolumeListChangeDetector
2014-10-26 17:39:49 +00:00
jules
cb80f332ac
Made the win32 URL streaming code handle redirects.
2014-10-09 09:22:41 +01:00
jules
23d3bfe3e2
Bit of minor cleaning up.
2014-09-28 13:15:01 +01:00
jules
a3cf165fc4
Fix for osx 10.5 compatibility.
2014-09-28 11:07:59 +01:00
jules
6c06c34304
Fix for File::getCreationTime on OSX.
2014-09-26 09:55:51 +01:00
jules
6c37ffdf48
Avoided an iOS warning.
2014-09-24 10:15:40 +01:00
jules
b1e4823066
Avoided some gcc compiler warnings
2014-09-15 17:31:43 +01:00
jules
574241650e
Improved MAC address detection on linux.
2014-08-29 11:34:10 +01:00
jules
f376a82a56
Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS
2014-08-17 11:47:55 +01:00
jules
3e7d305094
A few minor whitespace cleanups.
2014-08-16 21:06:27 +01:00
jules
a9750c0e38
Workaround for linux gcc warning.
2014-08-05 10:26:31 +01:00
jules
6773fc2f4f
Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback.
2014-08-01 09:11:30 +01:00