summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-08-18Use default member initializationDavid Robillard1-1/+1
2022-08-18Make empty methods and trivial constructors noexceptDavid Robillard1-2/+2
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-6/+8
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-6/+4
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+0
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+1
2017-12-18Fix override specifiersDavid Robillard1-3/+5
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-3/+0
2017-12-16Remove empty destructorDavid Robillard1-1/+0
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-44/+18
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-2/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-6/+6
2016-09-18Fix undo after redoDavid Robillard1-1/+2
2016-07-30Add undo supportDavid Robillard1-3/+11
2015-06-09Server side loading.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Use type safe enumerations.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4889 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19Patch => GraphDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14Update for latest Raul.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4687 a436a847-0d15-0410-975c-d299462d15a1
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4556 a436a847-0d15-0410-975c-d299462d15a1
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-4/+10
Fix double register when using GUI with a remote engine. Avoid signal when writing to dead socket by using send with MSG_NOSIGNAL. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4336 a436a847-0d15-0410-975c-d299462d15a1
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4335 a436a847-0d15-0410-975c-d299462d15a1
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-8/+3
This makes event pre-processing actually safe for multiple interfaces since multiple events will never be pre-processed simultaneously and the pre-process order is definitely the same as the execute order. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4323 a436a847-0d15-0410-975c-d299462d15a1
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-0/+102
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4319 a436a847-0d15-0410-975c-d299462d15a1