1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_osc/osc
2018-05-09 09:56:48 +01:00
..
juce_OSCAddress.cpp Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
juce_OSCAddress.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-08 08:59:55 +01:00
juce_OSCArgument.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OSCBundle.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
juce_OSCBundle.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
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 2018-01-11 09:08:51 +00:00
juce_OSCMessage.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OSCReceiver.cpp Added an optional thread name parameter to the OSCReceiver constructor 2018-05-09 09:56:48 +01:00
juce_OSCReceiver.h Added an optional thread name parameter to the OSCReceiver constructor 2018-05-09 09:56:48 +01:00
juce_OSCSender.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_OSCSender.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_OSCTimeTag.cpp Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
juce_OSCTimeTag.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-08 08:59:55 +01:00
juce_OSCTypes.h Add documentation tags 2018-03-15 12:10:32 +00:00