.. |
juce_OSCAddress.cpp
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_OSCAddress.h
|
Add documentation tags
|
7 years ago |
juce_OSCArgument.cpp
|
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_OSCArgument.h
|
Fixed a couple of typos in comments
|
7 years ago |
juce_OSCBundle.cpp
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
juce_OSCBundle.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_OSCMessage.cpp
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
juce_OSCMessage.h
|
Add documentation tags
|
7 years ago |
juce_OSCReceiver.cpp
|
Fixed some compiler warnings
|
7 years ago |
juce_OSCReceiver.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_OSCSender.cpp
|
Another batch of ScopedPointer cleanups
|
7 years ago |
juce_OSCSender.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_OSCTimeTag.cpp
|
Some minor formatting and comment fixes
|
7 years ago |
juce_OSCTimeTag.h
|
Add documentation tags
|
7 years ago |
juce_OSCTypes.cpp
|
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_OSCTypes.h
|
Tidied up some more old typedefs
|
7 years ago |