963 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  hogliux 123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 10 years ago
  jules d8bf3aabca Added a method ReferenceCountedArray::clearQuick() 10 years ago
  hogliux b5f2723ef9 Fix LLVM warning in previous commit 10 years ago
  hogliux 0bac9fefc6 Add URL stream progress support on OSX/iOS 10 years ago
  hogliux 0c3023327a Get correct path for File::currentExecutableFile on Linux 10 years ago
  jules 121ce102a7 Whitespace cleanup. 10 years ago
  hogliux 41b38f59ed Re-write DatagramSocket class and general clean-up in socket code 10 years ago
  hogliux ea4262f5e1 Add ignoreUnused utility function as a tool to avoid unused variables warning 10 years ago
  jules 0496e944b1 Documentation fix. 10 years ago
  hogliux 5b8a633108 Fix unicode input on Android 10 years ago
  jules 3bc4eb3efb Fix for PPC build 10 years ago
  jules 5b2aed2982 Fix for PPC build 10 years ago
  Fabian Renn-Giles 6d38e890f7 Fix Android compile error with recent isfinite patch 10 years ago
  Fabian Renn-Giles a9278b0fb8 Fix Android compile error with recent isfinite patch 10 years ago
  jules 904dd784fa Fix for an obscure Visual Studio warning. 10 years ago
  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