summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Clean up includes in core and serverDavid Robillard17-9/+53
2020-11-11Fix potential state memory leaksDavid Robillard3-8/+11
2020-08-03Clean up includesDavid Robillard28-30/+227
2020-08-02Remove Raul::managed_ptr aliasDavid Robillard12-89/+89
2020-08-02Remove std::shared_ptr aliasDavid Robillard28-229/+270
2020-08-02Remove redundant pointer get() callsDavid Robillard2-2/+2
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-1/+1
2020-08-02Remove std::unique_ptr aliasDavid Robillard6-25/+33
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Fix implicit-fallthrough warningsDavid Robillard1-0/+1
2020-08-02Fix shadow warningsDavid Robillard1-5/+4
2020-08-02Add missing override specifiersDavid Robillard3-3/+3
2020-08-02Use consistent naming for context parametersDavid Robillard26-58/+63
2020-08-02Use std::make_sharedDavid Robillard1-0/+1
2020-08-02Remove wrappers for standard memory functionsDavid Robillard2-4/+6
2020-08-01Use modern castsDavid Robillard4-7/+7
2020-08-01Add explicit accessors to QuarkDavid Robillard1-1/+1
2020-02-26Fix atomic bundle executionDavid Robillard2-5/+22
2019-12-08Cleanup: Work around clang-tidy bugDavid Robillard1-3/+3
2019-12-08Cleanup: Fix potential null dereferencesDavid Robillard1-7/+12
2019-12-08Cleanup: Remove multiple variable declarations on a single lineDavid Robillard1-1/+5
2019-12-08Cleanup: Merge branches with identical bodiesDavid Robillard2-6/+3
2019-12-08Cleanup: Remove unused parameter namesDavid Robillard7-9/+9
2019-12-08Cleanup: Use "default" for default constructors and destructorsDavid Robillard2-5/+1
2019-12-08Cleanup: Use "auto" to avoid repeating type namesDavid Robillard3-15/+15
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard28-136/+136
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard6-8/+8
2019-12-08Cleanup: Use std::make_sharedDavid Robillard1-1/+1
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-1/+1
2019-03-09Make start_to_file() take a FilePath for type safetyDavid Robillard1-1/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard27-138/+180
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-2/+2
2019-03-09Use smart pointers over manual memory managementDavid Robillard8-67/+43
2019-03-08Pass World everywhere by referenceDavid Robillard8-31/+31
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-1/+1
2018-09-29Use nullptrDavid Robillard1-2/+2
2018-09-23Use override specifiersDavid Robillard14-54/+54
2018-09-23Use lowercase namespace namesDavid Robillard28-222/+222
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard2-8/+9
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard7-24/+22
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard2-4/+4
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard6-10/+10
2017-12-25Use auto for iteratorsDavid Robillard3-4/+4
2017-12-25Always use bracesDavid Robillard2-2/+4
2017-12-25Use nullptrDavid Robillard10-45/+45
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard8-24/+0
2017-12-24Clean up includes in public headersDavid Robillard2-0/+2
2017-12-16Make events take the corresponding message directlyDavid Robillard20-257/+293