1770 Commits (55ccb3f1d5b6d102aedb797dcd547fe767678b10)

Author SHA1 Message Date
  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
  Tom Poole f5cf03d2f5 A minor documentation update 6 years ago
  Tom Poole bd211ce7df Fixed a bug limiting the extent of removeRange in ReferenceCountedArray 6 years ago
  jules 76c94e2c10 Added some missing comparison operators to var 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 eb1f8641f8 Fixed a documentation typo 6 years ago
  Tom Poole e6b123e751 Removed some unused code 6 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 6 years ago
  Tom Poole ce5757821d Added a std::make_unique implementation to systems lacking c++14 support 6 years ago
  ed 3d60c7613e macOS: Use File::createFileWithoutCheckingPath() in Process::openDocument() to avoid an assertion when opening a URL 6 years ago