685 Commits (a6bfcc6427f22cd77b0facc306743c74b030b88c)

Author SHA1 Message Date
  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
  reuk 4d27422d9f GCC: Suppress cast-align warnings 4 years ago
  reuk 49588b704e Linux: Fix some cast warnings 4 years ago
  ed 54164fac3f Windows: Added ComSmartPtr::getInterface() and used it in a few places to simplify some COM code 4 years ago
  reuk 4b24ccd51f macOS: Remove older macOS versions from OperatingSystemType enum 4 years ago
  reuk 3ad4835854 macOS: Fix getOperatingSystemType when getOSXVersion returns 11.0 instead of 10.16 4 years ago
  ed 452c3e6e64 macOS: Fixed warnings about NSKVONotifying subclasses on shutdown 4 years ago
  ed c8a416f476 Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit 4 years ago
  juce-team f9f5caa5cc
macOS 11: Fix function pointer conversions 4 years ago
  reuk b27017a5e3
macOS: Initial support for macOS 11 and arm64 4 years ago
  reuk 394c4fd475 Clang: Fix warnings when building with clang 10 4 years ago
  ed d510b73cdf Normalised all whitespace before args in std::function 5 years ago
  reuk 092bc44413
MinGW: Fix windows/gcc warnings 5 years ago
  reuk b7e4099cd5 Cleanup: Fix some warnings 5 years ago
  reuk 4cf66d6522 Cleanup: Remove redundant inlines 5 years ago
  reuk e13901d912 ClangCl: Silence code which warns when building on Windows with Clang 5 years ago
  Tom Poole 6cb75d9d2c Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  ed add88c33f2 Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk e7e1de78fa Files: Add RangedDirectoryIterator 5 years ago
  reuk 5f348c3040 Warnings: Add warning-wrangling header 5 years ago
  reuk ece5644a20 CMake: Add support for building JUCE projects with CMake 5 years ago
  Lukasz Kozakiewicz 50310edc57 Android: Call __android_log_print() in chunks to ensure that the full log is printed 7 years ago
  Tom Poole 5e9826ecf8 Added some missing license headers 5 years ago
  ed 330df2b3e6 Fixed a regression opening file handles introduced in e65ac0b 5 years ago
  reuk a9492679da URL: Make downloadToFile return unique_ptr 5 years ago
  ed 49ac038662 Fixed some more warnings 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  ed f9961e9938 Fixed a bug in the previous commit 5 years ago
  ed 5cf2802a00 macOS: Fixed a data race in URLConnectionState 5 years ago
  ed e65ac0b2cd Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag 5 years ago
  ed 618f3645b2 Android: Fixed some issues in the native content sharing code 5 years ago
  ed 5bda9de977 Windows: Fixed some build errors and warnings when using Clang in Visual Studio 5 years ago
  Tom Poole 0831c718a2 macOS: Fixed some Projucer live-build issues on Catalina 5 years ago