| .. |
|
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
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
|
juce_NetworkServiceDiscovery.h
|
Windows: Fix a compile error when JUCE_DLL_BUILD=1
|
7 years ago |