summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Fix include orderDavid Robillard5-6/+7
2020-08-01Use modern castsDavid Robillard38-196/+272
2020-08-01Add explicit accessors to QuarkDavid Robillard8-9/+13
2020-08-01Remove superfluous semicolonsDavid Robillard1-1/+1
2020-07-18Add missing const specifiersDavid Robillard3-3/+3
2020-07-18Remove unused macrosDavid Robillard2-5/+0
2020-07-18Fix incorrect format specifiersDavid Robillard1-1/+1
2020-02-26Fix atomic bundle executionDavid Robillard4-5/+26
2019-12-08Fix use of virtual functions in destructorsDavid Robillard10-13/+19
2019-12-08Cleanup: Work around clang-tidy bugDavid Robillard1-3/+3
2019-12-08Cleanup: Use emplace_backDavid Robillard1-1/+1
2019-12-08Cleanup: Fix potential memory leakDavid Robillard1-0/+1
2019-12-08Cleanup: Fix potential null dereferencesDavid Robillard1-7/+12
2019-12-08Cleanup: Remove potentially redundant storeDavid Robillard1-6/+4
2019-12-08Cleanup: Set up engine RNG with a distinct seedDavid Robillard1-1/+1
2019-12-08Cleanup: Add missing namespace commentDavid Robillard1-1/+1
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