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

833 commits

Author SHA1 Message Date
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
a0af60a179 Increased the precision with which var converts double values to strings. It now uses 20 decimal places, which matches the way XmlElement does this. 2015-02-24 09:49:25 +00:00
jules
7cfcf7940d Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 2015-02-16 10:58:29 +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
8d8c946528 Tidied up some inconsistent use of size_t and a problem in a demo build. 2015-02-06 08:59:20 +00:00
jules
827e02862c Tweaks to avoid an obscure compiler warning. 2015-02-05 15:10:27 +00:00
jules
3ced35439c Added compiler support detection for variadic templates 2015-02-03 10:29:26 +00:00
jules
04019091a7 Fix for deletion of opengl views on newer versions of android 2015-01-19 12:21:51 -08:00
jules
c5d9600fa1 Added comment to a file method. 2015-01-17 13:29:26 +00:00
jules
b2c9029026 Minor improvement to XML parsing. 2015-01-10 13:23:51 +00:00
jules
c5595695fe Optimisation to XML parsing of documents that contain large text sections. 2015-01-10 11:40:09 +00:00
jules
5054b4959a Added a couple of jmap() functions, to map values from source ranges to target ranges. 2015-01-06 16:32:35 +00:00
jules
7233c1b8df Made a couple of String methods more robust in the edge-case where they get called with a recursive reference to the target string. 2015-01-06 10:47:04 +00:00
jules
96054060cd Tweak to avoid a compiler warning. 2015-01-06 09:51:52 +00:00
jules
734cae7888 Tweaked a few MSVC warning suppressants. 2015-01-06 09:49:26 +00:00
jules
f72d65ce84 Moved around some includes to make sure definitions are in place for compiler feature detection. 2014-12-30 17:45:18 +00:00
jules
d14267981a Better detection of some c++11 support. 2014-12-30 17:23:43 +00:00
jules
aa1cbafd10 Fix for targeting older versions of OSX that don't support initializer_list 2014-12-29 12:44:40 +00:00
jules
268497e8bc Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
jules
d9e902e80f Workarounds for build problems with mingw in C++11 mode. 2014-12-23 15:34:32 +00:00
jules
8c66a5e767 Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 2014-12-23 15:01:10 +00:00
jules
d30b22e459 Updated a system header name for Android. 2014-12-23 10:54:41 +00:00
jules
91b5d77477 Version number update 2014-12-16 17:21:34 +00:00
jules
aecbf88998 Added method URL::withParameters 2014-12-16 16:04:21 +00:00
jules
9d9f94cadd Minor android compile fix. 2014-12-13 12:34:18 +00:00
jules
0d9e7a7128 Avoided using the C library for a couple of function calls in NormalisableRange. 2014-12-11 19:00:35 +00:00
jules
15ddb6699e Fix for some problems with the CFString utf16 implementation. 2014-12-09 10:50:03 +00:00
jules
209e91ed8d Added a public method FileLogger::trimFileSize() 2014-11-28 10:40:08 +00:00
jules
2b73de8794 Modified URL::addEscapeChars to generate upper-case hex digits because apparently lower-case can cause problems. 2014-11-27 16:24:58 +00:00
jules
ef63ba5d80 In posix StreamingSocket, added a shutdown call before closing the socket to make it disconnect. 2014-11-20 11:16:43 +02:00
jules
bcc6e63e0f Big changes to the introjucer's new project page, plus new classes to support simplified app creation. 2014-11-18 11:10:13 +02:00
jules
0d989638cc Version 3.1.0 2014-11-18 10:56:13 +02:00
jules
cde93f6e88 Workaround for a VS2014 compiler bug. 2014-11-16 18:46:45 +00:00
jules
73d2d1469b Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems 2014-11-15 17:17:44 +00:00
jules
1313eb0bef Oops - fixed win32 typo in last commit. 2014-11-12 17:15:26 +00:00
jules
0fe7802c93 Oops - fixed win32 typo in last commit. 2014-11-12 16:58:46 +00:00
jules
9c884f79d3 Added method File::setExecutePermission() 2014-11-12 15:01:34 +00:00
jules
aa59b95a98 Improved a comment 2014-11-11 09:55:51 +00:00
jules
19937e63e1 Updated a few trig functions to use the std:: implementations. 2014-11-04 15:59:38 +00:00
jules
40fe2186d2 Added a 10.10 entry in the SystemStats OS version list. 2014-10-28 11:46:46 +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
7b1e821800 Spelling correction. 2014-10-20 13:06:54 +01:00
jules
dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 2014-10-19 10:51:18 +01:00
jules
205498900a Tweaked the re-use flags for DatagramSocket 2014-10-16 17:25:12 +01:00