1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
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
..
containers Fix some deprecation warnings 2022-03-22 17:27:54 +00:00
files File: Update documentation 2022-03-23 16:51:40 +00:00
javascript CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
logging macOS: Be explicit about string encodings when logging assertions 2021-02-18 17:16:45 +00:00
maths Build: Add -Wdeprecated to recommended flags and fix new warnings 2022-02-23 10:56:10 +00:00
memory Fix some copyright banners 2022-03-23 16:04:04 +00:00
misc NullCheckedInvocation: Disable Waddress warning 2022-03-31 12:46:55 +01:00
native NamedPipe: Avoid deadlocking on macOS when close and read are called simultaneously 2022-03-07 11:03:55 +00:00
network Fix some deprecation warnings 2022-03-22 17:27:54 +00:00
streams Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
system Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
text String: Fix logical error in hex parsing code 2022-02-07 14:24:11 +00:00
threads Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
time MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
unit_tests VST3: Add channel mapping tests 2022-03-23 16:51:40 +00:00
xml Nodiscard: Add to builder-pattern functions 2022-01-27 18:43:21 +00:00
zip ZipFile: Add path checks to uncompressEntry() 2022-01-12 13:16:57 +01:00
juce_core.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_core.h Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_core.mm Updated all license headers 2020-04-23 17:30:39 +01:00