638 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)

Author SHA1 Message Date
  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
  ed 3d60c7613e macOS: Use File::createFileWithoutCheckingPath() in Process::openDocument() to avoid an assertion when opening a URL 6 years ago
  cesare e1a8bbf020 Added support for finding the broadcast address of an interface 6 years ago
  Tom Poole 5223c594c8 Linux: Fixed a race condition when loading cURL lazily 6 years ago
  jules b11560c4ca Added some locking to the linux curl networking code 6 years ago
  Tom Poole 505c597429 MacOS: Fixed AVX2 detection in SystemStats 6 years ago
  hogliux 027889a2eb Android: Avoid a null-ptr dereference in release mode when JNI_onLoad is not called 6 years ago
  Tom Poole 5c49152d9d CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 6 years ago
  ed ef665c5982 Updated SystemStats::getDeviceDescription() to return the device code on iOS 6 years ago
  Tom Poole f1c71aa0d9 Added explicit checks for curl versions when loading lazily 6 years ago
  jules e59bde5ac6 Prevented an internal threading function escaping from the juce namespace 7 years ago
  jules 1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
  jules abe01671d4 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 7 years ago