638 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)

Author SHA1 Message Date
  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
  ed 5e7409ead1 Android: Revert commit 9bad191 6 years ago
  ed 6d4fa280c6 Linux: Fix Process::openDocument() return value in previous commit 6 years ago
  ed 6cd0ebd832 Linux: Don't quote space-escaped paths in Process::openDocument() as it causes xdg-open to fail 6 years ago
  ed 9bad19151b Android: Create URL object without checking the filepath in Process::openDocument() to avoid hitting an assertion when opening URLs 6 years ago
  ed 3b8686aa97 Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted 6 years ago
  ed f4c67f6fa7 Whitespace 6 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 6 years ago
  Tom Poole f0a4b67915 Android: Fixed some compiler warnings 6 years ago
  Lukasz Kozakiewicz 21c2612dea Android: add putFloat to bundle and rename JavaBundle to AndroidBundle. 6 years ago
  ed acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 6 years ago
  jules 2666842fa5 Used the shared posix networking code for Android where the target SDK supports it 6 years ago
  jules a2fcd9b4c1 Added android broadcast address support 6 years ago
  jules 7d124ca74d Converted some legacy OSX network code to use atomics to avoid an asan warning 6 years ago
  jules 7ea87b4bc5 DRYed some IPAddress code 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  Tom Poole 8deef0b4bc MacOS: Fixed a memory access bug when handling MAC addresses 6 years ago
  Tom Poole bedff61983 Added detection for some AVX512 features 6 years ago
  Tom Poole 05f49bab50 Fixed an issue when connecting to a non-existent NamedPipe 6 years ago
  ed 9ddad4a434 Windows: Use the return value of GetEnvironmentVariable() to indicate whether the function call was successful instead of GetLastError() 6 years ago
  Tom Poole e6b123e751 Removed some unused code 6 years ago