ed
|
b29b45e8cd
|
Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions
|
5 years ago |
ed
|
8e4277085a
|
Linux: Fixed some issues flagged by asan
|
5 years ago |
ed
|
bda05320cb
|
Projucer: Fixed a potential crash when quitting
|
5 years ago |
reuk
|
0c9067c9a4
|
Ownership: Fix some raw/unique ptr conversion issues
|
5 years ago |
reuk
|
bbd2184e3b
|
Demos: Fix some build issues in demos with more warnings enabled
|
5 years ago |
ed
|
12765e3761
|
Re-saved all projects
|
5 years ago |
ed
|
08925cac6e
|
Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon
|
5 years ago |
ed
|
52353ae5d5
|
Fixed some more static analysis issues in the Box2D code
|
5 years ago |
ed
|
c1cb7cea9a
|
Fixed some issues flagged by the Xcode static analysis tool
|
5 years ago |
ed
|
6b8b728d1e
|
Tidied up some whitespace
|
5 years ago |
ed
|
d77dae186d
|
Windows: Fixed an OpenGL scale issue in high-DPI plug-ins
|
5 years ago |
ed
|
e4af85e07b
|
Projucer: Only set PIP generated project settings when they are non-empty
|
5 years ago |
ed
|
67ccd6d255
|
AU: Fixed some missing case warnings in the hosting code
|
5 years ago |
ed
|
722a1403af
|
VST3: Fixed a rounding error in VST3PluginInstance::getCurrentProgram()
|
5 years ago |
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
reuk
|
adbf5fc219
|
DSP: Add ProcessorChain tests
|
5 years ago |
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.
|
5 years ago |
reuk
|
4caf25914c
|
Examples: Fix up createAssetInputStream uses
|
5 years ago |
Tom Poole
|
730395baa6
|
Fixed some more license headers
|
5 years ago |
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
5 years ago |
Tom Poole
|
ffb140de84
|
Re-saved all projects
|
5 years ago |
ed
|
7035a40879
|
Fixed some errors in the examples
|
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
|
b9835d3a0c
|
DSP: Fix tuple index sequence generator
|
5 years ago |
reuk
|
3520f6c4f6
|
Standalone: Put CreatePluginFilter in a common header
|
5 years ago |
reuk
|
1915fc7a37
|
Standalone: Fixed build issue with createPluginFilterOfType
|
5 years ago |
reuk
|
a9492679da
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
reuk
|
04adb2fa79
|
DSP: Tidy up ProcessorChain implementation
|
5 years ago |
reuk
|
a7d5d8dd95
|
DSP: Add missing consts in Oversampling
|
5 years ago |
reuk
|
a886495606
|
APVTS: Fix thread sanitizer complaint
|
5 years ago |
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
5 years ago |
reuk
|
4abffb1f11
|
Git: Ignore .idea folders
|
5 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
|
5 years ago |
Mike Toon
|
d38cf1f679
|
BLOCKS: Prevent ConfigMetaData having incorrect default index of 0
|
5 years ago |
ed
|
e49e2bac7a
|
Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter
|
5 years ago |
Tom Poole
|
fce4212ef5
|
Replaced some old macros
|
5 years ago |
reuk
|
0dd3b02728
|
Projucer: Set hidden symbol visibility on macOS and Linux
|
5 years ago |
ed
|
0ae768d0d1
|
macOS: Fixed some unused variable warnings in the VST3 wrapper
|
5 years ago |
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
5 years ago |
reuk
|
e55de57922
|
DSP: Fix compiler warnings in DSP plugin demo
|
5 years ago |
ed
|
49ac038662
|
Fixed some more warnings
|
5 years ago |
ed
|
e9f8758791
|
Fixed a typo in AudioChannelSet::ChannelType
|
5 years ago |
ed
|
6e51eb4a65
|
Documentation update
|
5 years ago |
ed
|
18306bf647
|
Re-saved all projects
|
5 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
|
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 |