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.
cesare f0c1c4c6f5 Revert "Fix problem with milliseconds overflowing for long uptime on OSX" 6 years ago
..
juce_android_Messaging.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_ios_MessageManager.mm Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_linux_EventLoop.h 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_linux_Messaging.cpp Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_mac_MessageManager.mm Revert "Fix problem with milliseconds overflowing for long uptime on OSX" 6 years ago
juce_osx_MessageQueue.h 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_win32_HiddenMessageWindow.h 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_win32_Messaging.cpp Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
juce_win32_WinRTWrapper.cpp WinRT: Added a dedicated ComPtr class 6 years ago
juce_win32_WinRTWrapper.h WinRT: Added a dedicated ComPtr class 6 years ago