963 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  jules ac3d4ce36b Fixed a spelling mistake. 10 years ago
  jules 58105cde57 Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. 10 years ago
  hogliux 0fa2b1ca56 Fix warnings on gcc on linux 10 years ago
  jules f4fe4c5749 Tidied up a bit of android code and resaved the demo project. 10 years ago
  jules f12ede92e5 Workaround for ridiculously old versions of GLIBC 10 years ago
  jules efb40313b4 Avoided a false alarm unit test failure. 10 years ago
  jules 4c932b696c Fixed linux thread affinity code. 10 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  hogliux 79c5c34466 Fix bug where a socket connection error was mistakenly ignored 10 years ago
  Timur Doumler be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. 10 years ago
  jules 1952ed195e Whitespace 10 years ago
  hogliux 8c242b7547 Fix warnings on linux 10 years ago
  hogliux e0d1dd0a71 Fix warnings on Mac and Linux 10 years ago
  hogliux 67cc7f3fed Add multicast support to juce_Socket 10 years ago
  jules 581158e443 Fixed a rare race condition in OSX URL reading. 10 years ago
  jules 7e51e64422 Added detection for SSSE3 and AVX instructions to the SystemStats class. 10 years ago
  jules 19b2beec63 Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection. 10 years ago
  jules c17a72e5b1 Minor clean-ups. 10 years ago
  jules 06f279856c Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod 10 years ago
  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