789 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  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
  jules e60aa581d6 Added some missing semi-colons. 10 years ago
  jules 336b7974d7 Added class: NormalisableRange, to represent a mapping from an arbitrary range down to 0->1 10 years ago
  jules b9dc8f8ea9 Avoided enabling lambdas on builds for older versions of iOS. 10 years ago
  jules efd45ca032 Added access to the root object's properties in JavascriptEngine 10 years ago
  jules cb80f332ac Made the win32 URL streaming code handle redirects. 10 years ago
  jules b0cbaea4f5 Updated lambda compatibility on OSX to only be enabled on 10.9 and above (sigh..) 10 years ago
  jules d0cbe7a642 Tweaked the JUCE_COMPILER_SUPPORTS_LAMBDAS flag to avoid backwards-compatibility problems with OSX 10.5 10 years ago
  jules 89854c55b9 Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 10 years ago
  jules fbc5c76544 Added missing header that was needed for MSVC. 10 years ago
  jules df1483fb49 Minor refactoring in JS parser. 10 years ago
  jules 2cc283fddd More efficient preallocation when reading large files into memory. 10 years ago
  jules 23d3bfe3e2 Bit of minor cleaning up. 10 years ago
  jules a3cf165fc4 Fix for osx 10.5 compatibility. 10 years ago
  jules 6c06c34304 Fix for File::getCreationTime on OSX. 10 years ago
  jules 6c37ffdf48 Avoided an iOS warning. 10 years ago
  jules 5fd933f041 Minor documentation fix. 10 years ago
  jules 91e6d9a35a Socket change to provide consistent re-use behaviour on posix and Windows. 10 years ago
  jules acdb9eb653 Added a test to set up the JUCE_64BIT flag if __arm64__ is set. 10 years ago
  jules b1e4823066 Avoided some gcc compiler warnings 10 years ago
  jules eed0a41a4f Added RSAKey::isValid() and URL::isEmpty() 10 years ago
  jules aae0690b7c Fixed a false-alarm assertion in ScopedPointer. 10 years ago
  jules 46dfd54d9a Minor cleanups. 10 years ago
  jules a9ab93128c doxygen formatting workaround. 10 years ago
  jules 574241650e Improved MAC address detection on linux. 10 years ago
  jules 671f5fbbdc Added a fix to make sure that javascript division always uses floating point. 10 years ago
  jules 2fd89b0ac4 A few minor clean-ups. 10 years ago
  jules f1f51f261a Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code. 10 years ago
  jules d42a606b99 Tried to improve the explanation for XmlElement::findParentElementOf. 11 years ago
  jules e12823a10f Added Math.ceil and Math.floor to the javascript parser. 11 years ago
  jules a5fc9b34ec Fixed javascript parser to handle for statements without iterator terms. 11 years ago
  jules f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 11 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 11 years ago
  jules ba2fff9c63 Avoided some win32 warnings. 11 years ago
  jules 99e8445b96 Version number update 11 years ago
  jules cd30b3bfd1 Minor warning fixes for mingw 11 years ago
  jules fe61c37d93 Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 11 years ago
  jules 66b420afdf Added method Range::withStartAndLength 11 years ago
  jules a9750c0e38 Workaround for linux gcc warning. 11 years ago
  jules 6773fc2f4f Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback. 11 years ago
  jules ed0bed9af7 Added a function countNumberOfBits() 11 years ago
  jules 6bb3a4b74f For for hi-res timer threads on android. 11 years ago
  jules ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago