summaryrefslogtreecommitdiffstats
path: root/src/ingen/ingen.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1
2015-05-30Preliminary server-side save support.David Robillard1-0/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5690 a436a847-0d15-0410-975c-d299462d15a1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-1/+1
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1
2015-05-23Prevent concurrent Sord access.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Support GNU style long options.David Robillard1-18/+12
Update usage output and man page to distinguish flags from options that take a value. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5660 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-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5650 a436a847-0d15-0410-975c-d299462d15a1
2015-03-16Fix launching GUI with no engine.David Robillard1-2/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5640 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Remove crusty old internal bindings.David Robillard1-15/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5608 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-6/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1
2015-02-07Demodularize socket stuff.David Robillard1-7/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5535 a436a847-0d15-0410-975c-d299462d15a1
2015-01-16Add standard version flag.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5519 a436a847-0d15-0410-975c-d299462d15a1
2015-01-16Prevent build directory path clashes.David Robillard1-0/+218
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5518 a436a847-0d15-0410-975c-d299462d15a1