638 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)

Author SHA1 Message Date
  ed 605d0978ce Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices 5 years ago
  ed e36736e0ec Fixed some typos 5 years ago
  Tom Poole 54e1004957 Added FMA3 and FMA4 instruction detection 5 years ago
  ed c964a842b1 Replaced WaitableEvent internals with std::condition_variable 5 years ago
  jules 31e82060f1 Removed dependency on libalchemy for Bela support 5 years ago
  Tom Poole 20163e7964 Fixed some file permissions 5 years ago
  ed b7c8ac3f3b Windows: Restored MinGW compatibility 5 years ago
  ed 1b001e7a76 macOS: Removed call to deprecated NSWorkspace openFile method 5 years ago
  ed 4baf519700 Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows 5 years ago
  ed b857f965ce Replaced select() calls with poll() 5 years ago
  ed e7b38cb13c Fixed an implicit narrowing conversion warning in setFileTimesInternal() 5 years ago
  ed 052e9325d3 Increased the resolution of File time getters/setters on supported platforms 5 years ago
  cesare 895812154e Bela: Fixed timestamp call from realtime thread 5 years ago
  cesare 471ce39167 Updates to support latest Bela release 5 years ago
  ed be8a568747 Android: Added some missing activity lifecycle callbacks for Android Q 5 years ago
  Tom Poole 7dde0b26a7 Windows: Fixed a bug checking if a key exists in the registry 5 years ago
  jules fa577fc4ef Bit of tidying up in linux code 5 years ago
  Cesare Ferrari a5c802c38f Fix bela timestamping to use RT methods 5 years ago
  ed 45bc7c1aa1 Windows: Updated SystemStats::getOperatingSystemType() to use RtlGetVersion() 5 years ago
  Tom Poole 29508fac70 Fixed an issue maintaining kiosk mode on Android 5 years ago
  ed bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 6 years ago
  Tom Poole 670f77f80c Fixed some Android compiler warnings 6 years ago
  Tom Poole 16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
  Tom Poole 19e717a7cc Windows: Removed A: and B: special cases from File::isOnHardDisk 6 years ago
  ed e966bdb053 Revert "Workaround for bad HTTP response header parsing on Linux" 6 years ago
  hogliux c91915c519 Removed extern "C" from threadEntryProc 6 years ago
  Tom Poole 8eb626a338 Windows: Fixed a bug in File::getFileIdentifier() 6 years ago
  James Hurst a138458d19 Workaround for bad HTTP response header parsing on Linux 6 years ago
  ed c3df4ac8a4 macOS: Fixed a couple of potential data races flagged by tsan in the native networking code 6 years ago
  ed f3bbe90250 Projucer: Check for libc++ version instead of macOS SDK version when working around a live-build error 6 years ago
  Tom Poole 3c0ccda6a5 macOS: Cleaned up old 10.6 support ifdefs 6 years ago
  ed 43f71daa95 Projucer: Added a workaround for errors in the live-build engine from the system headers included with the macOS 10.14 SDK 6 years ago
  dimitri 49c631e916 Fixed a crash in Mac Network when createConnection fails 6 years ago
  ed 6567a7607f Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 6 years ago
  dimitri b27116607f Fixed a crash in Mac Network when createConnection fails 6 years ago
  Tom Poole d475b17a81 Fixed some compiler warnings 6 years ago
  ed 1a46fb3a5f Minor whitespace tidying 6 years ago
  ed 076be31fce Call _exit() instead of exit() on failure of execvp() in the forked child process on posix systems to avoid double-flushing stdio buffers 6 years ago
  ed 3064d243b0 Some ChildProcess reliability improvements on posix systems 6 years ago
  ed 61637218a2 macOS: Fixed a couple of places where CFStrings weren't being released properly 6 years ago
  Tom Poole cbdf5e6d21 Fixed some compiler warnings 6 years ago
  ed 1bc7fdd1ec iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 6 years ago
  ed dbd7c4d205 Fixed a typo in the native java README.txt 6 years ago
  Tom Poole 066ec6c18b Whitespace 6 years ago
  ed 360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 6 years ago
  ed 3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 6 years ago
  ed c55338b844 Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp 6 years ago
  ed a5d546b25d Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  ed 0fbb75330b Windows: Handle ERROR_INTERNET_FORCE_RETRY when opening a HTTP connection 6 years ago