summaryrefslogtreecommitdiffstats
path: root/src/Configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-24Clean up includes in public headersDavid Robillard1-0/+2
2017-04-12Allow buffer size to be specified on the command lineDavid Robillard1-0/+1
2017-02-12Fix warningsDavid Robillard1-1/+1
2016-10-02Add parallel graph executionDavid Robillard1-3/+5
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-2/+2
2016-10-01Save global options to options.ttlDavid Robillard1-10/+10
2016-09-29Atomic bundle executionDavid Robillard1-0/+1
2016-09-18Add fancy communication loggingDavid Robillard1-0/+1
2016-08-01Implement LV2 log extension as hostDavid Robillard1-0/+1
2015-08-29Add option to flush logs after every entry.David Robillard1-0/+1
2015-06-09Server side loading.David Robillard1-0/+1
2015-05-30Preliminary server-side save support.David Robillard1-0/+1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-0/+1
2015-04-04Fix spelling error.David Robillard1-1/+1
2015-04-04Support GNU style long options.David Robillard1-42/+68
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-24Remove crusty old internal bindings.David Robillard1-1/+0
2015-02-19Fix invalid boost format string.David Robillard1-1/+1
2015-01-16Add standard version flag.David Robillard1-0/+1
2014-07-13Only use old 2-argument version of Glib::build_filename (fix #971).David Robillard1-3/+5
2014-01-24Fix various whitespace and formatting issues.David Robillard1-14/+14
2014-01-18Consolidate URIs.David Robillard1-5/+4
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-10/+10
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-17/+17
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-3/+3
2013-01-11Use range-based for loops where possible.David Robillard1-12/+10
2012-11-22Configuration file saving.David Robillard1-31/+119
2012-11-21Move most recent graph open directory to Configuration.David Robillard1-16/+17
2012-11-21Trim dead code.David Robillard1-9/+0
2012-11-21Move human name and port label options to main configuration.David Robillard1-0/+5
2012-11-21Use atoms for option values.David Robillard1-43/+40
2012-11-21Configuration file support.David Robillard1-29/+89
2012-11-21Use translatable strings for command line error messages.David Robillard1-8/+16
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-13/+166
2012-08-19Patch => GraphDavid Robillard1-7/+7
2012-07-31Remove rotten parallelism stuff.David Robillard1-1/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-0/+54