1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
reuk 902a576b73 NullCheckedInvocation: Disable Waddress warning
When calling NullCheckedInvocation::invoke with a capture-less lambda,
GCC 9.3 determines that the expression
    std::declval<TheLambda>() != nullptr
is well-formed, and uses the version of invoke containing a nullptr
check. However, the compiler is also able to determine that this
expression can never be false, and emits a warning.
2022-03-31 12:46:55 +01:00
..
juce_analytics Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_audio_basics ADSR: Fix a bug in noteOn after setting new parameters 2022-03-31 10:25:18 +01:00
juce_audio_devices UnitTests: Rename UMPTests file for consistency 2022-03-23 16:51:39 +00:00
juce_audio_formats Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_audio_plugin_client VST3 Client: Properly map between VST3 and JUCE layouts 2022-03-23 16:51:40 +00:00
juce_audio_processors AudioProcessorGraph: Fix MIDI channel bug and graph execution modification 2022-03-28 20:47:30 +01:00
juce_audio_utils Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_box2d Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_core NullCheckedInvocation: Disable Waddress warning 2022-03-31 12:46:55 +01:00
juce_cryptography Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_data_structures Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_dsp SSE SIMDNativeOps: Reimplement sum for SSE3 to work around an AppleClang bug 2022-03-23 11:21:50 +00:00
juce_events ChildProcessCoordinator: Fix an issue with a missing ping thread 2022-03-24 14:01:34 +00:00
juce_graphics Line: Add explicit methods for lengthening the start and end points 2022-03-24 14:01:34 +00:00
juce_gui_basics DirectoryContentsList: Fix a data race 2022-03-28 20:47:30 +01:00
juce_gui_extra Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_opengl Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_osc Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_product_unlocking Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_video Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00