10838 Commits (ffb140de84bce33bcab9bafa2518b58e70ea95dd)
 

Author SHA1 Message Date
  Tom Poole ffb140de84 Re-saved all projects 6 years ago
  ed 7035a40879 Fixed some errors in the examples 6 years ago
  ed 69d5f16be0 Added some more FileInputStream unit tests 6 years ago
  ed 330df2b3e6 Fixed a regression opening file handles introduced in e65ac0b 6 years ago
  reuk b9835d3a0c DSP: Fix tuple index sequence generator 6 years ago
  reuk 3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 6 years ago
  reuk 1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 6 years ago
  reuk a9492679da URL: Make downloadToFile return unique_ptr 6 years ago
  reuk 04adb2fa79 DSP: Tidy up ProcessorChain implementation 6 years ago
  reuk a7d5d8dd95 DSP: Add missing consts in Oversampling 6 years ago
  reuk a886495606 APVTS: Fix thread sanitizer complaint 6 years ago
  reuk 5af01b9b16 Demos: Convey proper ownership semantics 6 years ago
  reuk 4abffb1f11 Git: Ignore .idea folders 6 years ago
  ed a91b7aafd0 Android: Pulled out some shared OpenSL/Oboe code into juce_android_HighPerformanceAudioHelpers.h and updated Oboe buffer size behaviour to match OpenSL 6 years ago
  Mike Toon d38cf1f679 BLOCKS: Prevent ConfigMetaData having incorrect default index of 0 6 years ago
  ed e49e2bac7a Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter 6 years ago
  Tom Poole fce4212ef5 Replaced some old macros 6 years ago
  reuk 0dd3b02728 Projucer: Set hidden symbol visibility on macOS and Linux 6 years ago
  ed 0ae768d0d1 macOS: Fixed some unused variable warnings in the VST3 wrapper 6 years ago
  Tom Poole 28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 6 years ago
  reuk e55de57922 DSP: Fix compiler warnings in DSP plugin demo 6 years ago
  ed 49ac038662 Fixed some more warnings 6 years ago
  ed e9f8758791 Fixed a typo in AudioChannelSet::ChannelType 6 years ago
  ed 6e51eb4a65 Documentation update 6 years ago
  ed 18306bf647 Re-saved all projects 6 years ago
  ed 7c75c6da70 Projucer: Added -Wswitch-enum, -Wswitch-default, and -Wredundant-decls to recommended GCC warning flags and -Wswitch-enum to recommended Clang warning flags 6 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 6 years ago
  ed f9961e9938 Fixed a bug in the previous commit 6 years ago
  ed 5cf2802a00 macOS: Fixed a data race in URLConnectionState 6 years ago
  ed 32f077a86a Use Logger::writeToLog() in PerformanceCounter::printStatistics() 6 years ago
  ed d87ff510f2 Corrected the documentation for Colour::fromHSV() 6 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 6 years ago
  reuk 72c1914004 APVTS: Update an example in the docs to reflect best practices for constructing ParameterLayouts 6 years ago
  ed ccbe0816d0 Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows 6 years ago
  Tom Poole 67486d47e0 Fixed some Doxygen warnings 6 years ago
  ed 99a17ad3a9 Windows: Fixed an issue with OpenGL rendering scale in plug-ins 6 years ago
  ed e65ac0b2cd Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag 6 years ago
  ed deed6c4906 Re-saved all projects 6 years ago
  ed 618f3645b2 Android: Fixed some issues in the native content sharing code 6 years ago
  ed 9c83b28e4a Fixed a shadowing warning in the VST3 wrapper 6 years ago
  ed 6acbb3e4d4 Partially reverted af6fc6b to add back in AudioPluginDemo input bus 6 years ago
  ed 18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 6 years ago
  ed af6fc6b66a AudioPluginDemo fixes for AUv3 builds - don't add input bus and ensure that updateTrackProperties() is called on the message thread 6 years ago
  ed ad241f8fec Projucer: Only add com.apple.security.app-sandbox entitlement by default to AUv3 projects on macOS 6 years ago
  ed 2b48d0e4bc Projucer: Removed a duplicate plugin characteristic setting in PIPGenerator 6 years ago
  ed f2440ec8e2 Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference 6 years ago
  ed 5d920ade5c Android: Fixed an issue when opening mono output streams in Oboe 6 years ago
  ed b3ad34fa80 Added Builds/Android/app/.cxx directory to .gitignore to squash some noise when building Android projects in tree 6 years ago
  ed 9e030b7eaf Don't attempt to open input channels if audio recording permission isn't granted in the audio app template 6 years ago
  ed 11b184e43f Projucer: Updated some code that was using an incorrect method to get module config flags 6 years ago