1803 Commits (2fd7c587adb2c334d4d23e44c0770a1ff9432899)

Author SHA1 Message Date
  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 7 years ago
  Tom Poole d06a2b8c13 Fixed compatibility with GCC 4.8 7 years ago
  Tom Poole a968c9dd6b Moved the UUID hashing template to the header file 7 years ago
  ed 3b8686aa97 Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted 7 years ago
  ed f4c67f6fa7 Whitespace 7 years ago
  Tom Poole 415dc54820 Protected the system Random from having its seed reset 7 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 7 years ago
  Tom Poole 23f9cff73e Moved <map> into the set of standard headers 7 years ago
  cesare ca3f1167fb Fix Xcode warnings 7 years ago
  ed b6bebb313f Fixed a documentation error in ListenerList 7 years ago
  hogliux 85ec71d6e4 Fixed an issue where file URIs on Windows would not be parsed correctly 7 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 7 years ago
  ed 6d39f01793 Bump version number to 5.4.1 7 years ago
  Tom Poole f0a4b67915 Android: Fixed some compiler warnings 7 years ago
  ed 0b8fcc7a15 Bump version number to 5.4.0 7 years ago
  Lukasz Kozakiewicz 21c2612dea Android: add putFloat to bundle and rename JavaBundle to AndroidBundle. 7 years ago
  Tom Poole 4094bcc45a Fixed some Doxygen parsing errors 7 years ago
  ed acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 7 years ago
  jules 2666842fa5 Used the shared posix networking code for Android where the target SDK supports it 7 years ago
  jules a2fcd9b4c1 Added android broadcast address support 7 years ago
  Tom Poole 823350fe30 Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary 7 years ago
  jules aaad33ce57 Fixed a couple of asan memory access warnings 7 years ago
  jules bc027b5237 Tidied up some spelling and comments 7 years ago
  jules 7d124ca74d Converted some legacy OSX network code to use atomics to avoid an asan warning 7 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 7 years ago
  jules 7ea87b4bc5 DRYed some IPAddress code 7 years ago
  jules 7b23dfe473 Made the Time class trivially copyable. 7 years ago
  jules 14989b6eda Minor tidy-up to IPAddress 7 years ago
  jules d5034083cb Fix for JSON stringification of INF and NaN double values 7 years ago
  reuk 392bd972ac Added converting constructors to OwnedArray, ArrayBase and HeapBlock 7 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 7 years ago
  Tom Poole 1eb3de3312 Fixed a typo 7 years ago
  Tom Poole 8deef0b4bc MacOS: Fixed a memory access bug when handling MAC addresses 7 years ago
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 7 years ago
  Tom Poole bedff61983 Added detection for some AVX512 features 7 years ago
  Tom Poole f5cf03d2f5 A minor documentation update 7 years ago
  Tom Poole bd211ce7df Fixed a bug limiting the extent of removeRange in ReferenceCountedArray 7 years ago
  jules 76c94e2c10 Added some missing comparison operators to var 7 years ago
  Tom Poole 05f49bab50 Fixed an issue when connecting to a non-existent NamedPipe 7 years ago
  ed 9ddad4a434 Windows: Use the return value of GetEnvironmentVariable() to indicate whether the function call was successful instead of GetLastError() 7 years ago
  Tom Poole eb1f8641f8 Fixed a documentation typo 7 years ago
  Tom Poole e6b123e751 Removed some unused code 7 years ago
  ed d56e4c3cc3 Added a new HeavyweightLeakedObjectDetector to juce_core which will print out a stack trace showing where the leaked object was created and added a corresponding JUCE_HEAVYWEIGHT_LEAK_DETECTOR macro 7 years ago
  Tom Poole ce5757821d Added a std::make_unique implementation to systems lacking c++14 support 7 years ago
  ed 3d60c7613e macOS: Use File::createFileWithoutCheckingPath() in Process::openDocument() to avoid an assertion when opening a URL 7 years ago
  cesare e1a8bbf020 Added support for finding the broadcast address of an interface 7 years ago
  jules dca741a01d Made an assertion in MemoryOutputStream::write() slightly more forgiving 7 years ago