1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

7138 commits

Author SHA1 Message Date
ed
52353ae5d5 Fixed some more static analysis issues in the Box2D code 2020-03-18 13:47:49 +00:00
ed
c1cb7cea9a Fixed some issues flagged by the Xcode static analysis tool 2020-03-18 10:18:54 +00:00
ed
6b8b728d1e Tidied up some whitespace 2020-03-17 16:26:16 +00:00
ed
d77dae186d Windows: Fixed an OpenGL scale issue in high-DPI plug-ins 2020-03-17 16:22:19 +00:00
ed
67ccd6d255 AU: Fixed some missing case warnings in the hosting code 2020-03-17 10:09:02 +00:00
ed
722a1403af VST3: Fixed a rounding error in VST3PluginInstance::getCurrentProgram() 2020-03-17 10:07:05 +00:00
ed
4a5dda489f Fixed some warnings with -Wconversion enabled 2020-03-17 09:02:57 +00:00
reuk
adbf5fc219 DSP: Add ProcessorChain tests 2020-03-16 17:17:49 +00:00
reuk
0ac8552a63 AudioBuffer: Fix alignment check on iOS/arm7
On iOS/arm7, double has an alignment of 8 but std::max_align_t has
alignment of 4, so we need to compute our own max_align value.
2020-03-16 16:02:42 +00:00
Tom Poole
730395baa6 Fixed some more license headers 2020-03-16 15:14:01 +00:00
Tom Poole
5e9826ecf8 Added some missing license headers 2020-03-16 14:11:06 +00:00
ed
69d5f16be0 Added some more FileInputStream unit tests 2020-03-16 11:01:49 +00:00
ed
330df2b3e6 Fixed a regression opening file handles introduced in e65ac0b 2020-03-16 11:01:40 +00:00
reuk
b9835d3a0c DSP: Fix tuple index sequence generator 2020-03-13 19:41:32 +00:00
reuk
3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 2020-03-13 16:59:40 +00:00
reuk
1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 2020-03-13 16:59:40 +00:00
reuk
a9492679da URL: Make downloadToFile return unique_ptr 2020-03-13 11:25:40 +00:00
reuk
04adb2fa79 DSP: Tidy up ProcessorChain implementation 2020-03-12 18:30:45 +00:00
reuk
a7d5d8dd95 DSP: Add missing consts in Oversampling 2020-03-12 18:30:45 +00:00
reuk
a886495606 APVTS: Fix thread sanitizer complaint 2020-03-12 18:30:45 +00:00
reuk
5af01b9b16 Demos: Convey proper ownership semantics 2020-03-12 18:30:45 +00:00
ed
a91b7aafd0 Android: Pulled out some shared OpenSL/Oboe code into juce_android_HighPerformanceAudioHelpers.h and updated Oboe buffer size behaviour to match OpenSL 2020-03-12 17:28:27 +00:00
Mike Toon
d38cf1f679 BLOCKS: Prevent ConfigMetaData having incorrect default index of 0 2020-03-12 09:47:00 +00:00
ed
0ae768d0d1 macOS: Fixed some unused variable warnings in the VST3 wrapper 2020-03-11 17:35:24 +00:00
Tom Poole
28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 2020-03-11 17:21:30 +00:00
ed
49ac038662 Fixed some more warnings 2020-03-10 11:10:24 +00:00
ed
e9f8758791 Fixed a typo in AudioChannelSet::ChannelType 2020-03-10 11:10:16 +00:00
ed
6e51eb4a65 Documentation update 2020-03-09 17:42:08 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
f9961e9938 Fixed a bug in the previous commit 2020-03-09 14:43:59 +00:00
ed
5cf2802a00 macOS: Fixed a data race in URLConnectionState 2020-03-09 09:45:31 +00:00
ed
32f077a86a Use Logger::writeToLog() in PerformanceCounter::printStatistics() 2020-03-06 17:39:27 +00:00
ed
d87ff510f2 Corrected the documentation for Colour::fromHSV() 2020-03-06 17:38:53 +00:00
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 2020-03-06 16:52:13 +00:00
reuk
72c1914004 APVTS: Update an example in the docs to reflect best practices for constructing ParameterLayouts 2020-03-04 17:09:44 +00:00
ed
ccbe0816d0 Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows 2020-03-04 10:01:21 +00:00
Tom Poole
67486d47e0 Fixed some Doxygen warnings 2020-03-03 18:42:02 +00:00
ed
99a17ad3a9 Windows: Fixed an issue with OpenGL rendering scale in plug-ins 2020-03-03 18:37:35 +00:00
ed
e65ac0b2cd Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag 2020-03-03 17:54:24 +00:00
ed
618f3645b2 Android: Fixed some issues in the native content sharing code 2020-03-03 17:24:39 +00:00
ed
9c83b28e4a Fixed a shadowing warning in the VST3 wrapper 2020-03-03 16:59:39 +00:00
ed
18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 2020-03-02 15:41:08 +00:00
ed
f2440ec8e2 Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference 2020-02-27 15:09:13 +00:00
ed
5d920ade5c Android: Fixed an issue when opening mono output streams in Oboe 2020-02-27 14:46:04 +00:00
Tom Poole
2269cf8168 APVTS: Fixed some threading issues 2020-02-25 17:39:20 +00:00
reuk
4b7043b0cd OptionalScopedPointer: Added proper move semantics and convenience constructors 2020-02-25 17:36:36 +00:00
reuk
c2f058df80 Threadsafety improvements 2020-02-25 16:21:10 +00:00
Tom Duncalf
6c4224d05a Android: Fixed some compiler warnings when compiling with Oboe enabled 2020-02-25 16:19:59 +00:00
ed
baebb9d1b5 Fixed a dangling pointer deletion when moving PopupMenu submenus 2020-02-20 12:42:52 +00:00
Mike Toon
a6fded11e6 BLOCKS: Use unique_ptr for setting program and add new block listeners 2020-02-20 12:38:07 +00:00