summaryrefslogtreecommitdiffstats
path: root/src/ingen
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use standard C++ includesDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-8/+10
2020-08-01Make set_bundle_path_from_code take a function pointerDavid Robillard1-1/+2
2020-07-18Add missing static specifiersDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-12/+14
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-3/+3
2019-03-08Use smart pointers to manage World in programsDavid Robillard1-1/+1
2019-03-08Pass World everywhere by referenceDavid Robillard1-1/+1
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-1/+1
2018-09-29Use nullptrDavid Robillard1-1/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard1-18/+20
2018-01-21Move Glib::thread_init to GUIDavid Robillard1-1/+0
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-9/+7
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-12-16Use unbounded queue for client signalsDavid Robillard1-1/+1
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