1770 Commits (55ccb3f1d5b6d102aedb797dcd547fe767678b10)

Author SHA1 Message Date
  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
  cesare e1a8bbf020 Added support for finding the broadcast address of an interface 6 years ago
  jules dca741a01d Made an assertion in MemoryOutputStream::write() slightly more forgiving 6 years ago
  ed a64183914a Added unit tests to the InputStream classes 6 years ago
  ed d7e2a8a4ec Fixed a bug in GZIPDecompressorInputStream::isExhausted() 6 years ago
  ed e8e69410bb Override InputStream::skipNextBytes() in MemoryInputStream to call setPosition() as it will be faster than the base class implementation 6 years ago
  ed 294a6a9ca3 Corrected the documentation for InputStream::skipNextBytes() 6 years ago
  ed 027f329d43 Fixed some whitespace in juce_MemoryBlock.h 6 years ago
  Tom Poole 5223c594c8 Linux: Fixed a race condition when loading cURL lazily 6 years ago
  Tom Poole 34bbb94e2f Fixed some documentation errors 6 years ago
  ed ba85dd7a05 Added some missing override keywords 6 years ago
  jules b11560c4ca Added some locking to the linux curl networking code 6 years ago
  jules 38b553da43 Fixed a comment typo 6 years ago
  Tom Poole 5c26cd5586 Reverted 6ca7af73cf "Optimised the base class implementation of InputStream::skipNextBytes() a bit" 6 years ago
  Tom Poole 493591a7ef Cleaned up some doc comments 6 years ago
  Tom Poole 505c597429 MacOS: Fixed AVX2 detection in SystemStats 6 years ago
  Tom Poole 41e7251519 Added a String method to store decimals to a set number of significant figures 6 years ago
  Tom Poole f818377914 Fixed a leak in JUCE's std::function compatibility implementation 6 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 6 years ago
  Tom Poole 608f7bc36c Fixed a bug in the unit tests without JUCE_STRICT_REFCOUNTEDPOINTER 6 years ago
  hogliux 027889a2eb Android: Avoid a null-ptr dereference in release mode when JNI_onLoad is not called 6 years ago
  jules 8c9315ab12 Fix for projucer's command-line option handling 6 years ago
  jules 064656e2fb Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments 6 years ago
  Tom Poole 5c49152d9d CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 6 years ago
  ed 2f2250662e Updated the documentation of InputStream::skipNextBytes() to reflect the changes in the last commit 6 years ago
  ed 6ca7af73cf Optimised the base class implementation of InputStream::skipNextBytes() a bit 6 years ago
  ed ef665c5982 Updated SystemStats::getDeviceDescription() to return the device code on iOS 6 years ago
  jules e26049f141 Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 6 years ago
  ed 7ef2f508d3 Add approximatelyEqualTo() and isWithin() methods to juce_MathsFunctions.h 6 years ago
  Tom Poole b6c615e6c4 Fixed a bug adding derived ReferenceCountedObjects to base class ReferenceCountedArrays 6 years ago
  Tom Poole 4bab8cc1d5 Fixed a bug adding ReferenceCountedArrays 6 years ago