1982 Commits (bf51d2c076f68fc5a16697c1ea5b51f68d1024a1)

Author SHA1 Message Date
  ed 38fb341ee4 Remove empty strings when creating an ArgumentList so they are not treated as a separate argument 6 years ago
  ed bcf388b2cd Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file 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
  jules 26279af622 Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails 6 years ago
  ed 5e7409ead1 Android: Revert commit 9bad191 6 years ago
  ed 84513eef8f Added JUCE_CONSTEXPR macro to qualifying functions in Range 6 years ago
  jules 12ec130cf6 Avoided a possible recursion in ScopedPointer::reset() if called from within the object's own destructor. 6 years ago
  ed 74b6673e42 Improved the documentation of some methods in juce_Thread.h 6 years ago
  ed 3ba771507d Avoid unnecessary zeros when writing double values to XML or JSON 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
  Tom Poole 721d732b40 Reverted the numberOfDecimalPlaces behaviour of the String constructor 6 years ago
  Tom Poole d06a2b8c13 Fixed compatibility with GCC 4.8 6 years ago
  Tom Poole a968c9dd6b Moved the UUID hashing template to the header file 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
  Tom Poole 415dc54820 Protected the system Random from having its seed reset 6 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
  Tom Poole 23f9cff73e Moved <map> into the set of standard headers 6 years ago
  cesare ca3f1167fb Fix Xcode warnings 6 years ago
  ed b6bebb313f Fixed a documentation error in ListenerList 6 years ago
  hogliux 85ec71d6e4 Fixed an issue where file URIs on Windows would not be parsed correctly 6 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 6 years ago
  ed 6d39f01793 Bump version number to 5.4.1 6 years ago
  Tom Poole f0a4b67915 Android: Fixed some compiler warnings 6 years ago
  ed 0b8fcc7a15 Bump version number to 5.4.0 6 years ago
  Lukasz Kozakiewicz 21c2612dea Android: add putFloat to bundle and rename JavaBundle to AndroidBundle. 6 years ago
  Tom Poole 4094bcc45a Fixed some Doxygen parsing errors 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
  Tom Poole 823350fe30 Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary 6 years ago
  jules aaad33ce57 Fixed a couple of asan memory access warnings 6 years ago
  jules bc027b5237 Tidied up some spelling and comments 6 years ago
  jules 7d124ca74d Converted some legacy OSX network code to use atomics to avoid an asan warning 6 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
  jules 7ea87b4bc5 DRYed some IPAddress code 6 years ago
  jules 7b23dfe473 Made the Time class trivially copyable. 6 years ago
  jules 14989b6eda Minor tidy-up to IPAddress 6 years ago
  jules d5034083cb Fix for JSON stringification of INF and NaN double values 6 years ago
  reuk 392bd972ac Added converting constructors to OwnedArray, ArrayBase and HeapBlock 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  Tom Poole 1eb3de3312 Fixed a typo 6 years ago
  Tom Poole 8deef0b4bc MacOS: Fixed a memory access bug when handling MAC addresses 6 years ago
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 6 years ago
  Tom Poole bedff61983 Added detection for some AVX512 features 6 years ago