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/threads
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
..
juce_ChildProcess.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_ChildProcess.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_CriticalSection.h Windows: Fix warnings when building with clang in 64-bit mode 2021-06-30 17:03:38 +01:00
juce_DynamicLibrary.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_HighResolutionTimer.cpp HiResTimer: Fix bug where timer would misreport its state after being stopped 2021-01-06 14:54:42 +00:00
juce_HighResolutionTimer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_InterProcessLock.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_Process.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ReadWriteLock.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ReadWriteLock.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ScopedLock.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ScopedReadLock.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ScopedWriteLock.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_SpinLock.h DSP: Revamp DSP module 2020-04-24 14:37:09 +01:00
juce_Thread.cpp Thread: Check for realtimeAudioPriority in more locations 2021-07-27 15:11:05 +01:00
juce_Thread.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ThreadLocalValue.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ThreadPool.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ThreadPool.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_TimeSliceThread.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_TimeSliceThread.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_WaitableEvent.cpp WaitableEvent: Increased lock scope in signal() 2021-06-25 14:44:35 +01:00
juce_WaitableEvent.h Updated all license headers 2020-04-23 17:30:39 +01:00