jules
|
17863a45b6
|
Workaround for problems on Android when the OS reuses a posix thread for the openGL thread.
|
10 years ago |
jules
|
c87463cad1
|
Added support for in-memory fonts on Android.
|
10 years ago |
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.
|
10 years ago |
jules
|
7cfcf7940d
|
Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall.
|
10 years ago |
jules
|
5cbad3b30f
|
Removed more 'final's from the android java class.
|
10 years ago |
jules
|
c206793ff1
|
Removed 'final' from the android java activity class.
|
10 years ago |
jules
|
fe7d345060
|
Workaround for win32 folder read-only permissions problem.
|
10 years ago |
jules
|
8d8c946528
|
Tidied up some inconsistent use of size_t and a problem in a demo build.
|
10 years ago |
jules
|
827e02862c
|
Tweaks to avoid an obscure compiler warning.
|
10 years ago |
jules
|
3ced35439c
|
Added compiler support detection for variadic templates
|
10 years ago |
jules
|
04019091a7
|
Fix for deletion of opengl views on newer versions of android
|
10 years ago |
jules
|
c5d9600fa1
|
Added comment to a file method.
|
10 years ago |
jules
|
b2c9029026
|
Minor improvement to XML parsing.
|
10 years ago |
jules
|
c5595695fe
|
Optimisation to XML parsing of documents that contain large text sections.
|
10 years ago |
jules
|
5054b4959a
|
Added a couple of jmap() functions, to map values from source ranges to target ranges.
|
10 years ago |
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.
|
10 years ago |
jules
|
96054060cd
|
Tweak to avoid a compiler warning.
|
10 years ago |
jules
|
734cae7888
|
Tweaked a few MSVC warning suppressants.
|
10 years ago |
jules
|
f72d65ce84
|
Moved around some includes to make sure definitions are in place for compiler feature detection.
|
10 years ago |
jules
|
d14267981a
|
Better detection of some c++11 support.
|
10 years ago |
jules
|
aa1cbafd10
|
Fix for targeting older versions of OSX that don't support initializer_list
|
10 years ago |
jules
|
268497e8bc
|
Added a number-of-redirects parameter to URL::createInputStream
|
10 years ago |
jules
|
d9e902e80f
|
Workarounds for build problems with mingw in C++11 mode.
|
10 years ago |
jules
|
8c66a5e767
|
Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists.
|
10 years ago |
jules
|
d30b22e459
|
Updated a system header name for Android.
|
10 years ago |
jules
|
91b5d77477
|
Version number update
|
10 years ago |
jules
|
aecbf88998
|
Added method URL::withParameters
|
10 years ago |
jules
|
9d9f94cadd
|
Minor android compile fix.
|
10 years ago |
jules
|
0d9e7a7128
|
Avoided using the C library for a couple of function calls in NormalisableRange.
|
10 years ago |
jules
|
15ddb6699e
|
Fix for some problems with the CFString utf16 implementation.
|
10 years ago |
jules
|
209e91ed8d
|
Added a public method FileLogger::trimFileSize()
|
10 years ago |
jules
|
2b73de8794
|
Modified URL::addEscapeChars to generate upper-case hex digits because apparently lower-case can cause problems.
|
10 years ago |
jules
|
ef63ba5d80
|
In posix StreamingSocket, added a shutdown call before closing the socket to make it disconnect.
|
10 years ago |
jules
|
0d989638cc
|
Version 3.1.0
|
10 years ago |
jules
|
cde93f6e88
|
Workaround for a VS2014 compiler bug.
|
10 years ago |
jules
|
73d2d1469b
|
Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems
|
10 years ago |
jules
|
1313eb0bef
|
Oops - fixed win32 typo in last commit.
|
10 years ago |
jules
|
0fe7802c93
|
Oops - fixed win32 typo in last commit.
|
10 years ago |
jules
|
9c884f79d3
|
Added method File::setExecutePermission()
|
10 years ago |
jules
|
aa59b95a98
|
Improved a comment
|
10 years ago |
jules
|
19937e63e1
|
Updated a few trig functions to use the std:: implementations.
|
10 years ago |
jules
|
5be91dd16b
|
Updated a few trig functions to use the std:: implementations.
|
10 years ago |
jules
|
40fe2186d2
|
Added a 10.10 entry in the SystemStats OS version list.
|
10 years ago |
jules
|
7a7f7814fb
|
Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems.
|
10 years ago |
jules
|
74571aba11
|
New class: MountedVolumeListChangeDetector
|
10 years ago |
jules
|
7b1e821800
|
Spelling correction.
|
10 years ago |
jules
|
dd678f7e82
|
Added some VC14 feature support, and moved C++11 detection into its own header file.
|
10 years ago |
jules
|
205498900a
|
Tweaked the re-use flags for DatagramSocket
|
10 years ago |
jules
|
c3694572ae
|
Added a workaround for an MSVC warning.
|
10 years ago |
jules
|
80e7a36691
|
Modified the DBG and jassert macros to force users to follow them with a semi-colon. This can avoid some nasty and subtle mistakes when the macros are elided in a release build.
|
10 years ago |