summaryrefslogtreecommitdiffstats
path: root/src/ingen
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Replace use of Glib::usleep with standard facilitiesDavid Robillard1-3/+3
2017-04-12Manage world with a smart pointerDavid Robillard1-10/+5
2017-04-12Refuse to start if driver requires a graph and one is not providedDavid Robillard1-1/+8
2017-04-12Ensure thread count is saneDavid Robillard1-0/+5
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-1/+2
2017-02-18Add experimental PortAudio driverDavid Robillard1-3/+12
2017-02-18Update copyright dateDavid Robillard1-1/+1
2017-02-15Move static path stuff to its own headerDavid Robillard1-5/+5
2017-02-12Fix warningsDavid Robillard1-1/+1
2016-10-01Save global options to options.ttlDavid Robillard1-0/+5
2016-08-17Rename main graph and control/notify portsDavid Robillard1-5/+5
2015-06-09Server side loading.David Robillard1-2/+16
2015-05-30Preliminary server-side save support.David Robillard1-0/+16
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-1/+1
2015-05-23Prevent concurrent Sord access.David Robillard1-0/+2
2015-04-04Support GNU style long options.David Robillard1-18/+12
2015-04-04Improve application comment.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-2/+1
2015-03-16Fix launching GUI with no engine.David Robillard1-2/+6
2015-02-24Remove crusty old internal bindings.David Robillard2-16/+2
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