The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
..
juce_ApplicationCommandID.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ApplicationCommandInfo.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_ApplicationCommandInfo.h Add documentation tags 7 years ago
juce_ApplicationCommandManager.cpp Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 6 years ago
juce_ApplicationCommandManager.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ApplicationCommandTarget.cpp Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 7 years ago
juce_ApplicationCommandTarget.h Add documentation tags 7 years ago
juce_KeyPressMappingSet.cpp Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_KeyPressMappingSet.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago