jules
|
82b4581d2d
|
Fixed a warning in juce_isfinite
|
10 years ago |
jules
|
5ce5d95064
|
Added some template specialisation to the juce_isfinite method, so that it can safely be called for integer types too.
|
10 years ago |
jules
|
f6395d4cda
|
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
|
10 years ago |
jules
|
8fb779e2fb
|
Minor change to avoid a compiler warning.
|
10 years ago |
jules
|
12f318d3d0
|
Added an option to allow use of GZIPDecompressorInputStream on gzip format data.
|
10 years ago |
jules
|
058f8102f8
|
Added a method to DatagramSocket that can return the sender address when reading. Also updated some internal code in the socket classes.
|
10 years ago |
jules
|
c66f412224
|
Optimised performance of String::isEmpty()
|
10 years ago |
jules
|
18dd0af6c1
|
Removed assertions about invalid characters in Identifier constructors.
|
10 years ago |
jules
|
710aec4503
|
Fixed a couple of broken unit tests
|
10 years ago |
jules
|
cfb3c5459a
|
Improved the way juce_isRunningUnderDebugger() works on linux.
|
10 years ago |
jules
|
995839429e
|
Tweaked JUCE_UNDENORMALISE to add/subtract a different constant, as this seems to lead to values that snap to zero better.
|
10 years ago |
jules
|
0a977b5589
|
Added a template specialisation for juce_hypot when used with float parameters.
|
10 years ago |
jules
|
8f51420c8d
|
Minor documentation fix.
|
10 years ago |
jules
|
d723d58b16
|
Documentation fix.
|
10 years ago |
jules
|
3dc8a96265
|
Made the JUCE_UNDENORMALISE macro active on 64-bit intel, because apparently it actually is still an issue on that platform.
|
10 years ago |
jules
|
726279be09
|
Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs.
|
10 years ago |
jules
|
f6139cee55
|
Minor documentation cleanups.
|
10 years ago |
jules
|
e1dcd96892
|
Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled.
|
10 years ago |
jules
|
7d4273f9d4
|
A couple of small changes that seem to be needed for some Android builds.
|
10 years ago |
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 |