summaryrefslogtreecommitdiffstats
path: root/src/common/dynamic_library.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: dynamic_library: Add ctor for existing handle.bunnei2023-06-031-0/+3
|
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+2
| | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-6/+7
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* common/dynamic_library: Import and adapt helper from DolphinReinUsesLisp2020-04-071-0/+75