2017 Commits (4fd3dfb51b05e3d8b77d9dd30182c202a370ba62)

Author SHA1 Message Date
  ed 802d73f73f Added startTime and endTime to UnitTest TestResult struct 5 years ago
  ed 1e9cd97664 Added startTime and endTime to UnitTest TestResult struct 5 years ago
  ed e195a25088 Added missing String::operator+=() implementation for long ints 5 years ago
  ed 7f4b6e3288 Added missing String::operator+=() implementation for long ints 5 years ago
  ed b5214a341e Normalised lambda whitespace 5 years ago
  ed d510b73cdf Normalised all whitespace before args in std::function 5 years ago
  ed 4b6be143cf Fixed some doxygen warnings 5 years ago
  reuk fca3429e6e
DSP: Update convolution 5 years ago
  reuk 0e9fb915fa
CMake: Add Wpedantic as a recommended warning flag 5 years ago
  reuk 092bc44413
MinGW: Fix windows/gcc warnings 5 years ago
  reuk f49b3733ec
Warnings: Silence some GCC warnings 5 years ago
  ed 48acdf58ef Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours 5 years ago
  ed 7553b8dc1b Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours 5 years ago
  reuk b7e4099cd5 Cleanup: Fix some warnings 5 years ago
  reuk 4cf66d6522 Cleanup: Remove redundant inlines 5 years ago
  reuk e13901d912 ClangCl: Silence code which warns when building on Windows with Clang 5 years ago
  ed 77aff4658b Fixed an edge case in Random::nextFloat() for dividends approaching std::numeric_limits<uint32>::max() 5 years ago
  Ivan Cohen c138bf91b4 DSP: Revamp DSP module 5 years ago
  Tom Poole 6cb75d9d2c Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  ed c2e3dcd8bf Updated the documentation of some methods which now return std::unique_ptr instead of raw pointers to remove references to deleting the returned object 5 years ago
  ed add88c33f2 Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  ed ffb7b0730d Increased the max number of warnings for the GCC/Clang/MSVC warning-squashing macros 5 years ago
  reuk e7e1de78fa Files: Add RangedDirectoryIterator 5 years ago
  reuk 5f348c3040 Warnings: Add warning-wrangling header 5 years ago
  reuk 175644e8c1 String: Provide range-for comaptibility 5 years ago
  reuk ece5644a20 CMake: Add support for building JUCE projects with CMake 5 years ago
  reuk 1fdba480cc JUCE 6: Update version numbers 5 years ago
  ed 5bb2e8ca6f Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast 5 years ago
  Lukasz Kozakiewicz 50310edc57 Android: Call __android_log_print() in chunks to ensure that the full log is printed 7 years ago
  reuk 6a18c9e153 iOS: Fix type declaration in juce_File.h 5 years ago
  Tom Poole 21f054b164 Documentation fix 5 years ago
  reuk dddeb1ad68 Build: Fix Xcode 11.4 compatibility issues 5 years ago
  ed 5d9ab42195 Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed 5 years ago
  ed 4a5dda489f Fixed some warnings with -Wconversion enabled 5 years ago
  Tom Poole 5e9826ecf8 Added some missing license headers 5 years ago
  ed 69d5f16be0 Added some more FileInputStream unit tests 5 years ago
  ed 330df2b3e6 Fixed a regression opening file handles introduced in e65ac0b 5 years ago
  reuk a9492679da URL: Make downloadToFile return unique_ptr 5 years ago
  reuk 5af01b9b16 Demos: Convey proper ownership semantics 5 years ago
  Tom Poole 28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 5 years ago
  ed 49ac038662 Fixed some more warnings 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  ed f9961e9938 Fixed a bug in the previous commit 5 years ago
  ed 5cf2802a00 macOS: Fixed a data race in URLConnectionState 5 years ago
  ed 32f077a86a Use Logger::writeToLog() in PerformanceCounter::printStatistics() 5 years ago
  ed c47c790f79 Linux: Use list instead of vector for file descriptor callback storage in internal message queue to fix issues when recursively adding or removing callbacks 5 years ago
  ed e65ac0b2cd Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag 5 years ago
  ed 618f3645b2 Android: Fixed some issues in the native content sharing code 5 years ago