summaryrefslogtreecommitdiffstats
path: root/src/socket/ingen_socket_client.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Move Socket class to Raul.David Robillard1-2/+8
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-1/+1
2013-02-03Fix compilation with GCC 4.6.David Robillard1-13/+17
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-7/+7
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-1/+5
2012-08-15Clean up includes.David Robillard1-2/+0
2012-08-14Update for latest Raul.David Robillard1-7/+4
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-6/+6
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-0/+57