2157 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  reuk d66f9399ba
StringPairArray: Allow adding the contents of a std::unordered_map<String, String> 3 years ago
  reuk ca5c9fdae6
FloatVectorOperations: Add overloads accepting size_t element counts 3 years ago
  ed 96383fb504 macOS: Fix nullptr dereference in WebInputStream on macOS versions < 10.10 3 years ago
  reuk 02b0b752ea Thread: Update macOS thread priority calculation 3 years ago
  Tom Poole 8a6e1980d0 Bump version number to 6.1.4 3 years ago
  attila f052e1becb Fix CharPointer_UTF8::isWhitespace() when encountering ideographic whitespace 3 years ago
  reuk 48c6087faf Thread: Update macOS thread priority calculation 3 years ago
  reuk 44404508fe Bump version number to 6.1.3 3 years ago
  reuk bf32f0dba9 Sanitizer Warnings: Bump sanitizer macro to support Xcode 11 onwards 3 years ago
  reuk d26945f476
ObjC Helpers: Ensure that all methods accept mandatory "self" and "selector" arguments 3 years ago
  ed 81013b0517 Docs fix 3 years ago
  ed 4c2c51eaf4 Check for nullptr comparison operator in NullCheckedInvocation::invoke() 3 years ago
  ed fcb4a8adb3 Fix NullCheckedInvocation::invoke() std::function signature to allow non-forwarding references 3 years ago
  ed fc0f6b1f2f Tidy up 3 years ago
  reuk 69aa461be1
Time: Fix duplicate '-' symbols in UTC offset string 3 years ago
  reuk aa95939273
SystemStats: Set hasNeon flag correctly on M1 machines 3 years ago
  reuk 81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function 3 years ago
  reuk 4196b5e45b
macOS: Silence deprecation warnings on Monterey 3 years ago
  reuk 17b8708852
WebBrowserComponent: Avoid leaking browsers on macOS 3 years ago
  reuk 317083d409
Variant: Improve documentation for equals() 3 years ago
  reuk 6244fc293f
CharacterFunctions: Avoid UB when parsing hex strings 6 years ago
  ed aabd65b0fd Text: Fix some build issues when JUCE_STRING_UTF_TYPE != 8 3 years ago
  reuk d5e9793cb1
Reservoir: Fix bug where incorrect buffer region could be read in some cases 3 years ago
  reuk d36c8b4c55
NamedPipe: Avoid early exits from writes on unavailable pipes 3 years ago
  ed 7d1918b385 macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 3 years ago
  ed e612481771 HeapBlock: Relax size constructor constraints to allow enums 3 years ago
  ed d9eb2022ed POSIX: Fix overflow when setting hi-res timer thread period on macOS/iOS 3 years ago
  reuk f5f834f758
CompilerWarnings: Update minimum supported clang version for JUCE_BEGIN_NO_SANITIZE 3 years ago
  reuk 4b57909fb0
Singleton: Fix thread sanitizer warning about race on "instance" data member 3 years ago
  ed e6ec1819ec macOS: Fix compile error when using C++20 language standard 3 years ago
  ed 6da59e87a3 Fix float_Pi deprecation warning typo 3 years ago
  ed 3d282c1078 Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 3 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 3 years ago
  ed a435026b24 macOS: Use available keyword instead of preprocessor version checks where possible 3 years ago
  ed 1658d3f9ab Obj-C++: Remove JUCE_OBJC_HAS_AVAILABLE_FEATURE define 3 years ago
  Tom Poole 2c8ec9dae1 Fix a documentation typo 3 years ago
  ed 2c02ba9723 macOS: Fix compile error when using C++20 language standard 3 years ago
  reuk afa6465098
UB Sanitizer: Avoid warnings in third party code, with clang 3 years ago
  reuk f87582a013
URL: Allow specifying shared container for downloads on iOS 3 years ago
  reuk e02a09da0c
HeapBlock: Disable size-based constructor for non-integral arguments 3 years ago
  reuk 930a3299f2
Reservoir: Factor out reservoir management code 3 years ago
  reuk b0bd1c4f63
SingleThreadedAbstractFifo: Move into juce_core 3 years ago
  reuk b6ab931bcf
File: Add helper function to locate shared containers on macOS and iOS 3 years ago
  reuk d738f0274e
File: Fix quoting in openDocument() on Linux 3 years ago
  Tom Poole bc75010116 Bump version number to 6.1.2 3 years ago
  Tom Poole 5109e30c6f Bump version number to 6.1.1 3 years ago
  Tom Poole 46fe3789fc Bump version number to 6.1.0 3 years ago
  Tom Poole a6fced64df Remove some outdated documentation 3 years ago
  ed 055a4e93e9 POSIX: Set fileHandle to 0 after closing in MemoryMappedFile::openInternal() to prevent it from being closed again in the destructor 3 years ago
  ed 39772b7474 Android: Remove old minimum SDK version checks 3 years ago