summaryrefslogtreecommitdiffstats
path: root/src/ingen
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-1/+0
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-1/+1
2022-12-14Use std::optionalDavid Robillard1-4/+3
2022-09-27Use std::make_uniqueDavid Robillard1-2/+1
2022-09-27Simplify clang-tidy configurationDavid Robillard1-0/+3
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-2/+6
2022-08-18Switch to meson build systemDavid Robillard1-2/+2
2021-01-02Update for latest raulDavid Robillard1-5/+5
2020-12-15Clean up includes in core and serverDavid Robillard1-0/+3
2020-12-14Avoid "using namespace"David Robillard1-35/+45
2020-08-03Clean up includesDavid Robillard1-1/+6
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-3/+2
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
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