summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Cleanup: Make single argument constructors explicitDavid Robillard4-10/+10
2019-12-08Cleanup: Remove multiple variable declarations on a single lineDavid Robillard2-4/+11
2019-12-08Cleanup: Use brace initialisation to avoid repeating return typeDavid Robillard1-5/+5
2019-12-08Cleanup: Remove unnecessary numeric conversionsDavid Robillard1-2/+2
2019-12-08Cleanup: Add missing explicit initialisationsDavid Robillard5-7/+10
2019-12-08Cleanup: Merge branches with identical bodiesDavid Robillard2-6/+3
2019-12-08Cleanup: Remove unused parameter namesDavid Robillard20-42/+37
2019-12-08Cleanup: Remove meaningless const qualifiersDavid Robillard5-6/+6
2019-12-08Cleanup: Make methods static where possibleDavid Robillard4-11/+14
2019-12-08Cleanup: Use "default" for default constructors and destructorsDavid Robillard4-10/+3
2019-12-08Cleanup: Use faster char overload of find_last_of()David Robillard2-2/+2
2019-12-08Cleanup: Use "auto" to avoid repeating type namesDavid Robillard15-69/+68
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard42-172/+183
2019-12-08Cleanup: Use range-based for loopsDavid Robillard1-16/+16
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard27-51/+50
2019-12-08Cleanup: Use std::make_sharedDavid Robillard3-3/+3
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard12-9/+38
2019-12-08Cleanup: Format Python code to be mostly flake8 cleanDavid Robillard1-43/+43
2019-11-10Fix passing NaN to control ports with no default valueDavid Robillard1-3/+10
2019-04-21Switch to using a submodule for autowafDavid Robillard1-5/+6
2019-04-13Clean up symbol tableDavid Robillard3-6/+8
2019-03-09Make start_to_file() take a FilePath for type safetyDavid Robillard2-2/+4
2019-03-09Clean up includes and forward declarationsDavid Robillard112-613/+884
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard10-56/+54
2019-03-09Use smart pointers over manual memory managementDavid Robillard18-119/+88
2019-03-08Pass World everywhere by referenceDavid Robillard34-220/+215
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard2-4/+4
2018-09-29Use nullptrDavid Robillard6-12/+18
2018-09-23Enforce that arc buffer can only be accessed in run contextDavid Robillard3-6/+6
2018-09-23Instantiate duplicated internals with correct parent graphDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard43-235/+243
2018-09-23Use lowercase namespace namesDavid Robillard119-697/+697
2018-09-22Use new LV2 include pathsDavid Robillard30-50/+50
2018-09-04Fix unintentional fall-throughDavid Robillard1-0/+1
2018-09-04Fix catch of polymorphic exception by valueDavid Robillard1-1/+1
2018-09-04Remove pointless type qualifiersDavid Robillard2-5/+5
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-21Remove glib dependency from engine and core libraryDavid Robillard1-1/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard4-23/+23
2018-01-21Use C++ style includes for standard language headersDavid Robillard14-20/+19
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard44-129/+118
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard6-19/+18
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard1-15/+2
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-16Clean up includesDavid Robillard2-2/+4
2018-01-16Fix build with C++11David Robillard3-3/+3