1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/examples
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
..
Assets Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
Audio Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
CMake CMake: Support automatic linking of bundled libraries in modules 2021-06-30 17:04:23 +01:00
DemoRunner Re-save all projects 2021-09-23 14:26:05 +01:00
DSP Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
GUI Win32 Windowing: Fix uninitialised data members warning 2021-09-28 11:31:49 +01:00
Plugins ReaperEmbeddedViewDemo: Make refcounting slightly more consistent 2021-09-28 14:04:11 +01:00
Utilities Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00