1770 Commits (55ccb3f1d5b6d102aedb797dcd547fe767678b10)

Author SHA1 Message Date
  ed 2d79cc78c0 Bump version number to 5.3.2 7 years ago
  jules 8c38c6f57f Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes! 7 years ago
  jules 7975d70afb Fix for calling Process::setMaxNumberOfFileHandles (0) 7 years ago
  jules 4793cd3fb8 Disambiguated a couple of String + std::string operators 7 years ago
  jules b3390dabc9 Added a constructor to StringRef that takes a std::string 7 years ago
  jules 38295f332b Converted some old typedefs to using declarations 7 years ago
  jules da6ba0d783 Fixed InterprocessConnection's use of the supplied timeout when reading from pipes 7 years ago
  jules e2dcc32f88 Updated old code where the 'volatile' keyword was still being used 7 years ago
  Lukasz Kozakiewicz 9edfea2486 SparseSet: fix removeRange() and add unit tests. 7 years ago
  hogliux 825320dafa Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection 7 years ago
  ed fef47b8f68 Fixed a documentation typo 7 years ago
  Lukasz Kozakiewicz 772185f2b0 Add camera support for iOS and Android. 7 years ago
  Lukasz Kozakiewicz bac6996d98 SparseSet: fix removeRange() and add unit tests. 7 years ago
  jules 13a6acfe15 Added some hashing support for the Uuid class 7 years ago
  jules f4e3eafc78 Added support for floating point modulo to the javascript interpreter 7 years ago
  Tom Poole 3a373cfa06 Increased the warning level when building DemoRunner on iOS 7 years ago
  jules c6c709f796 Fixed a minor documentation typo 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  hogliux 89ec1375f3 Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection 7 years ago
  jules 8e280f3454 Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes 7 years ago
  Tom Poole c7c26fa9f0 Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
  hogliux e89c4d5d4e macOS/Linux/Android: Fixed an issue where reading the output of a ChildProcess could hang or return incorrect output 7 years ago
  hogliux 2f2ff9437b Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support 7 years ago
  jules efda09a512 Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 7 years ago
  hogliux 6dbb975c01 Windows: Fixed an issue in the conversion from URL to Windows UNC file paths and vice versa 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  Noah Dayan 1a31c86f39 Bump version number to 5.3.1 7 years ago
  hogliux 71860c88e4 Windows: Fixed an issue where File::getLinkedTarget could return an invalid File object on Windows although the docs state that it will return the link file itself if the link cannot be resolved 7 years ago
  jules d691838765 Tidied up a few minor coding style discrepencies 7 years ago
  Lukasz Kozakiewicz 0b030331f1 Android: ensure “hide native keyboard message” is sent only after the keyboard was actually shown. 7 years ago
  hogliux 7a1937b0da Zip: Added support for relative symbolic links when compressing and uncompressing zip archives 7 years ago
  hogliux 06d20b20c0 Files: Added support for creating and reading relative or special path symbolic link files 7 years ago
  jules 705262600b Quick cleanup of some posix code 7 years ago
  hogliux 736a07e4ce Added a setTagName method to XmlElement 7 years ago
  jules 809651694e Simplified the SparseSet class using Ranges 7 years ago
  hogliux 7bcd6a5ecd Added support for uncompressing symbolic links in zip files 7 years ago
  hogliux 0c18f1cab7 Fixed a signed conversion warning on macOS and iOS 7 years ago
  hogliux c048f5d40a macOS/iOS/Linux: Added support for compressing symbolic links in zip files 7 years ago
  hogliux 3ebe75f030 Windows: ensured that File::replaceInternal does not fail with ACL errors 7 years ago
  Noah Dayan db1e454f45 Fixed a documentation tag in URLInputSource 7 years ago
  hogliux 975b242987 macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads 7 years ago
  Tom Poole f5174e340e Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range 7 years ago
  hogliux 350551b37c Ensured that ThreadPool::moveJobToFront can survive a stale job pointer 7 years ago
  jules a632b57e7a Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems 7 years ago
  Noah Dayan 9e867255d3 Fixed doxygen deprecated bug 7 years ago
  jules c734e03dd0 Avoided some UB warnings when trying to sort empty arrays 7 years ago
  Lukasz Kozakiewicz 43b80f7a73 Android: fix a crash on app resume when native views are displayed. 7 years ago
  jules 26e31ff7d6 Whitespace 7 years ago
  ed 262dff8854 Bump version number to 5.3.0 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago