| .. |
|
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 |