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
attila 9da424a663 Fix Windows DLL build
In Windows DLL builds we inject operator new/delete definitions into
classes with a leak detector. This requires that all inheritance from
such classes must be public, and classes inheriting from multiple such
classes must disambiguate between the base's operators.
2023-01-03 17:48:22 +01:00
..
juce_ChildProcess.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ChildProcess.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_CriticalSection.h Use more concise stdlib type aliases 2022-09-26 18:03:47 +01:00
juce_DynamicLibrary.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_HighResolutionTimer.cpp Fix Windows DLL build 2023-01-03 17:48:22 +01:00
juce_HighResolutionTimer.h Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_InterProcessLock.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_Process.h Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_ReadWriteLock.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ReadWriteLock.h Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
juce_ScopedLock.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ScopedReadLock.h Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
juce_ScopedWriteLock.h Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
juce_SpinLock.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_Thread.cpp Android: Set thread priority using user-provided value 2022-12-07 13:12:02 +00:00
juce_Thread.h Fix a typo 2022-12-21 09:58:31 +00:00
juce_ThreadLocalValue.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_ThreadPool.cpp Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_ThreadPool.h Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_TimeSliceThread.cpp TimeSliceThread: Add function to check whether a certain job is still registered 2022-09-22 19:36:40 +01:00
juce_TimeSliceThread.h TimeSliceThread: Add function to check whether a certain job is still registered 2022-09-22 19:36:40 +01:00
juce_WaitableEvent.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_WaitableEvent.h Update copyright banners 2022-04-04 12:36:32 +01:00