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.
jules ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago
..
juce_IPAddress.cpp Removed a few more uses of String::empty. 11 years ago
juce_IPAddress.h Updated the format of the header include guard macros. 12 years ago
juce_MACAddress.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_MACAddress.h Documentation fix. 11 years ago
juce_NamedPipe.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_NamedPipe.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_Socket.cpp Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago
juce_Socket.h Removed a few more uses of String::empty. 11 years ago
juce_URL.cpp Avoided the URL class adding parameters when generating post data for uploading files. 11 years ago
juce_URL.h Workarounds for a couple of MSVC quirks. 11 years ago