You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Owen Green 60659962a2 Fix RT memory leak with completion messages found by Ted Moore
A paradigmatic example of why raw pointers are hard: ASyncCmd takes 
ownership of the cmd pointer, but *copies* the completion message (so we 
still need to free the latter)
5 years ago
..
ArgsFromClient.hpp Refactor SC wrapper 5 years ago
ArgsToClient.hpp Use (hacky) NRT SendReply for responses 5 years ago
BufferFuncs.hpp Refactor SC wrapper 5 years ago
CopyReplyAddress.hpp Refactor SC wrapper 5 years ago
DeriveBaseClass.hpp Refactor SC wrapper 5 years ago
Messaging.hpp Fix RT memory leak with completion messages found by Ted Moore 5 years ago
Meta.hpp Refactor SC wrapper 5 years ago
NonRealtime.hpp Fix RT memory leak with completion messages found by Ted Moore 5 years ago
RealTimeBase.hpp Fix FluidKDTree kr crash 5 years ago
Realtime.hpp Ensure realtime objects run parameter constrainsts on creation 5 years ago