summaryrefslogtreecommitdiffstats
path: root/src/ingen
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Demodularize Parser and Serialiser.David Robillard1-6/+1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-07Demodularize socket stuff.David Robillard1-7/+5
2015-01-16Add standard version flag.David Robillard1-0/+14
2015-01-16Prevent build directory path clashes.David Robillard1-0/+0
2014-01-24Fix various whitespace and formatting issues.David Robillard1-8/+7
2014-01-07Reduce deadlock kludge delay on exit.David Robillard1-2/+2
2014-01-04More attempts at fixing deadlocks on exit.David Robillard1-0/+3
2013-03-18Add missing semicolon.David Robillard1-1/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-02More generic Atom class.David Robillard1-12/+12
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-9/+8
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-1/+1
2012-12-21Fix UI operation via socket.David Robillard1-0/+1
2012-11-21Trim dead code.David Robillard1-1/+1
2012-11-21Use atoms for option values.David Robillard1-1/+1
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-5/+4
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-3/+2
2012-08-14Update for latest Raul.David Robillard1-2/+4
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-1/+1
2012-08-12Stricter symbol construction and conversion.David Robillard1-1/+1
2012-08-10Fix a ton of warnings.David Robillard1-2/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-7/+7
2012-06-12Correctly handle termination with GUI running (fix #833).David Robillard1-6/+4
2012-05-23Trim unnecessary includes.David Robillard1-8/+0
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-33/+25
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-6/+5
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-2/+2
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-0/+4
2012-05-09Remove old HTTP and OSC stuff.David Robillard1-22/+0
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-0/+4
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-5/+4
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-3/+3
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-1/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard1-4/+2
2012-01-14Load files passed on command line without -l option (fix #804).David Robillard1-3/+5
2011-11-24Remove client from world.David Robillard1-3/+3
2011-10-22Simplify Parser.David Robillard1-9/+2
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard1-4/+13
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-2/+2
2011-10-21Use modern terser waf syntax.David Robillard1-14/+0
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-27/+33