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 9ddf8eece2 Fixed a bug where InterprocessConnection::isConnected() returned false inside the InterprocessConnection::connectionMade() callback in some cases 7 years ago
..
juce_ConnectedChildProcess.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 7 years ago
juce_ConnectedChildProcess.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_InterprocessConnection.cpp Fixed a bug where InterprocessConnection::isConnected() returned false inside the InterprocessConnection::connectionMade() callback in some cases 7 years ago
juce_InterprocessConnection.h Fixed a bug where InterprocessConnection::isConnected() returned false inside the InterprocessConnection::connectionMade() callback in some cases 7 years ago
juce_InterprocessConnectionServer.cpp Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_InterprocessConnectionServer.h Enabled some more warning flags in Xcode, and fixed the problems they caused 7 years ago
juce_NetworkServiceDiscovery.cpp Added some classes NetworkServiceDiscovery::Advertiser and NetworkServiceDiscovery::AvailableServiceList to implement a simple protocol for discovering and connecting devices on the LAN 7 years ago
juce_NetworkServiceDiscovery.h Windows: Fix a compile error when JUCE_DLL_BUILD=1 7 years ago