1770 Commits (55ccb3f1d5b6d102aedb797dcd547fe767678b10)

Author SHA1 Message Date
  jules 3149bc5a69 Workaround for missing symbol REPLACEFILE_IGNORE_ACL_ERRORS on mingw 7 years ago
  jules a1b6f2aa34 Whitespace 7 years ago
  jules 172c580200 Added an assertion in Array::removeLast 7 years ago
  jules 108d79d8d9 Made Array::addArray() more flexible, so it can read from other array classes 7 years ago
  jules e11bd2494b Whitespace 7 years ago
  jules d1571a19aa Added a few missing in-place operators to the javascript parser 7 years ago
  jules aba7a80ffb Added missing juce namespace to JUCE_DECLARE_WEAK_REFERENCEABLE macro 7 years ago
  Tom Poole 1fd3df6278 macOS: Fixed a data race in URL connections 7 years ago
  ed 6f65cf0f7b Fixed a bug when parsing IP address strings 7 years ago
  ed c154024641 Added a missing call to zeroUnusedBytes() in the String constructor of IPAddress 7 years ago
  Lukasz Kozakiewicz 5862d832e6 Android: fix crash when accessing system clipboard. 7 years ago
  ed 8e463b4051 Various improvements and bug-fixes to the IPAddress class - added more comparison operators and support for IPv4-mapped IPv6 addresses 7 years ago
  hogliux 4ecd7eb8e8 Do not assert in ScopedPointer::reset if you are resetting to a nullptr 7 years ago
  ed 516f053006 Removed the default bool argument from static IPAddress::any() method 7 years ago
  Lukasz Kozakiewicz 315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 7 years ago
  hogliux 7d056e2670 Tidied up some macOS ObjC conversion methods 7 years ago
  ed ddc2f9cc4c Added an assertion to ScopedPointer to catch people resetting it to itself 7 years ago
  ed 657afd8652 Removed a default bool constructor from IPAddress 7 years ago
  jules 87042769b6 Tidied up some more old typedefs 7 years ago
  jules dee78f29f6 Misc cleanups and modernisation 7 years ago
  jules d4762f1d9a Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0 7 years ago
  jules 30f6206be9 Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0 7 years ago
  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