719 Commits (9199fa3c5179a7d8c3a443e4068bfb1a901b62b8)

Author SHA1 Message Date
  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
  ed 8f03215a9e Accessibility: Add Android support 3 years ago
  ed d6a5156dd5 Objective-C++: Make getIvar() a free function so it can be used without a class instance 3 years ago
  reuk 802f33b0e8
Thread: Avoid setting realtime priority on Thread instances by default on POSIX systems 3 years ago
  ed 0f76c7d097 POSIX: Close file handle after mapping in MemoryMappedFile::openInternal() to avoid hitting max open file limit 3 years ago
  reuk 3d97343c2a
GCC: Fix redundant redeclaration warnings 3 years ago
  ed 4e9521be2d ComSmartPtr: Fixed behaviour of ComBaseClassHelper::QueryInterface() in release builds 3 years ago
  reuk feb9ebb485
ComSmartPtr: Allow compilation on VS2015 3 years ago
  ed efd0373525 macOS: Support infinite timeouts for URL connections 3 years ago
  reuk a70488e38e MacOS: Fix API deprecations in macOS 12.0 and iOS 15.0 3 years ago
  Attila Szarvas fbc1a51a67 Windows: replace deprecated OS calls in SystemStats::getDisplayLanguage() 3 years ago
  reuk 3399c34d0d
Windows: Fix more warnings emitted by clang with GNU-like command-line 4 years ago
  reuk 7ac6911ccc
Windows: Fix clang/gnu compiler warnings 4 years ago
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  Tom Poole bfdda737a2 Projucer: Removed the live build 4 years ago
  reuk 900282ccf3
MinGW: Fix warnings and errors emitted when building VST3 plugins 4 years ago
  ed ec990202b1 Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 4 years ago
  ed 0fc1ede50f Used MemoryBlock::isEmpty() in a few places 4 years ago
  Tom Poole 79fbde7099 Added preliminary support for FreeBSD 4 years ago
  ed be0c36001d Linux: Fixed some comparison warnings using Clang 10 4 years ago
  Tom Poole ef5608654d VST3: Fixed a bug loading plug-ins 4 years ago
  Tom Poole a9ad07a945 Use RAII for CFTypes 4 years ago
  reuk 799c5ef51b
BasicNativeHeaders: Increment minimum required IE version on Windows 4 years ago
  reuk 3fe0b07a82
SystemStats: Avoid "pragma intrinsic" when building with the Intel compiler 4 years ago
  ed 77d4ac7242 URL: Fixed backwards compatibility of URL::createInputStream() when specifying a POST-like request with parameters and no POST data 4 years ago
  ed fa8c446d0c URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters. 4 years ago
  ed fe9493867e Linux: Quote Bash command string in Process::openDocument() to prevent ampersands being treated as a control operator 4 years ago
  reuk be1e3df4d0 macOS: Be explicit about string encodings when logging assertions 4 years ago
  jules a9b5fe3a39 Tweaks for emscripten support 4 years ago
  reuk 837ab64dbd
Android: Fix numeric conversion warnings 4 years ago
  ed 46f5b126d5 Tidied up some template statement whitespace 4 years ago
  ed af69be5346 Windows: Tidied up the usage of the JUCE_COMCALL, JUCE_COMCLASS, and JUCE_IUNKNOWNCLASS macros 4 years ago
  ed dc242f76db Windows: Added multiple inheritance support to ComBaseClassHelper 4 years ago
  ed 4c008505c9 Fixed an uninitialised variable in the posix ChildProcess::isRunning() implementation 4 years ago
  ed b51da7dec0 macOS: Fixed 10.7 compatibility 4 years ago
  reuk 452b1bf224
HiResTimer: Fix units used for threading policy 4 years ago
  reuk 857f665f74
HiResTimer: Tidy up POSIX implementation using std threading constructs 4 years ago
  reuk 6787230dd4
HiResTimer: Fix bug where timer would misreport its state after being stopped 4 years ago
  reuk dc3e0d1571
SystemStats: Fix `getOperatingSystemType` assertion on macOS 11.1 4 years ago
  ed 47a0dc81f6 macOS: Fixed 10.7 compatibility 4 years ago
  ed e4c3d53c7a Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth 4 years ago
  reuk 5a19a7c8e8 IPC: Fix potential deadlock in win32 NamedPipe implementation 4 years ago
  reuk 389e7436ef
IPC: Add some missing locks in native NamedPipe implementations 4 years ago
  reuk 9b90398cf9
IPC: Fix occasional windows crash 4 years ago
  reuk 84be2fea9a
IPC: Avoid deadlocks when destroying pipes 4 years ago
  ed 884f2c1332 Windows: Use Thread::sleep() instead of yield() when waiting for ChildProcess output to avoid eating CPU 4 years ago
  ed 1e532b2ae0 macOS: Use objc_msgSendSuper_stret() for return types > 8 bytes in 32-bit builds 4 years ago
  reuk 35277443e4 SystemStats: Use new dictionaryWithContentsOfURL signature 4 years ago
  reuk 6e02c45d37 FileChooser: Fix build compatibility issue with MinGW 4 years ago