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_graphics
ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
2021-09-29 16:14:00 +01:00
..
colour Colour: Remove restrictions on argument to brighter() and darker() 2021-06-30 17:03:38 +01:00
contexts Font: Make Font and TypefaceCache threadsafe 2021-09-23 10:28:47 +01:00
effects Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
fonts Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
geometry Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
image_formats Fixed some warnings flagged by Clang's static analyzer 2021-07-19 15:48:31 +01:00
images Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
native macOS: Use available keyword instead of preprocessor version checks where possible 2021-09-29 16:13:48 +01:00
placement Updated all license headers 2020-06-29 08:30:22 +01:00
juce_graphics.cpp AudioProcessorGraph: Improve performance when building large graphs 2021-07-08 10:47:36 +01:00
juce_graphics.h Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_graphics.mm Updated all license headers 2020-06-29 08:30:22 +01:00