summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-07Use serd_freeDavid Robillard2-2/+2
2018-03-08Fix cut/copy/paste of arcsDavid Robillard1-2/+4
2018-01-22Speed up animation and update GUI at 30HzDavid Robillard3-7/+6
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard8-133/+119
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive.
2018-01-21Avoid unnecessary move warningsDavid Robillard1-1/+1
2018-01-21Fix mismatched struct/class declarationsDavid Robillard1-2/+2
2018-01-21Clean up URI and path handling in SerialiserDavid Robillard1-25/+22
2018-01-21Work around Jack returning NULL buffersDavid Robillard2-3/+15
2018-01-21Clean up Buffer class and factor out allocationDavid Robillard2-35/+36
2018-01-21Allow custom deleters to be used with UPtrDavid Robillard1-4/+8
2018-01-21Fix mismatched malloc/deleteDavid Robillard1-1/+3
2018-01-21Read port index if requested regardless of contextDavid Robillard1-1/+1
2018-01-21Clean up URI and path handling in parserDavid Robillard4-71/+67
2018-01-21Avoid string copyDavid Robillard1-1/+3
2018-01-21Fix newlines in parser error messagesDavid Robillard1-6/+6
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard6-25/+44
2018-01-21Move Glib::thread_init to GUIDavid Robillard2-1/+1
2018-01-21Replace glib quarksDavid Robillard2-8/+32
2018-01-21Replace Glib::ModuleDavid Robillard5-32/+137
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard26-214/+837
2018-01-21Use C++ style includes for standard language headersDavid Robillard27-43/+36
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard130-626/+831
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard29-110/+89
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard5-36/+9
2018-01-21Use new autowaf scoped test syntaxDavid Robillard1-21/+20
2018-01-17Fix connecting value sequences to CVDavid Robillard2-1/+1
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard16-120/+105
2018-01-16Add missing includesDavid Robillard8-0/+8
2018-01-16Move SocketListener details out of headerDavid Robillard2-24/+26
2018-01-16Add terse unique pointer type aliasDavid Robillard1-0/+3
2018-01-16Clean up includesDavid Robillard2-2/+4
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2018-01-16Fix build with C++11David Robillard4-3/+5
2018-01-06Fix compilation with some versions of boostDavid Robillard1-0/+2
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+18
2017-12-29Upgrade to waf 2.0.3David Robillard2-36/+36
2017-12-26Use delete to hide constructorsDavid Robillard1-2/+2
2017-12-25Use auto for iteratorsDavid Robillard25-56/+54
2017-12-25Avoid static construction exception warningDavid Robillard1-1/+1
2017-12-25Remove unused storeDavid Robillard1-1/+1
2017-12-25Use std::move to potentially avoid copyingDavid Robillard14-26/+26
2017-12-25Remove superfluous using namespace declarationsDavid Robillard56-155/+61
2017-12-25Always use bracesDavid Robillard44-185/+354
2017-12-25Use nullptrDavid Robillard83-369/+369
2017-12-25Fix inconsistent parameter namesDavid Robillard39-112/+111
2017-12-25Make single parameter destructors explicitDavid Robillard3-3/+3
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard31-75/+9
2017-12-25Use overrideDavid Robillard11-19/+19
2017-12-25Build clang compilation databaseDavid Robillard2-5/+6