summaryrefslogtreecommitdiff
path: root/src/common/dynamic_library.cpp
AgeCommit message (Collapse)Author
2023-06-03common: dynamic_library: Add ctor for existing handle.bunnei
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
2022-03-19common: Reduce unused includesameerj
2020-08-16common: Silence two discarded result warningsLioncash
These are intentionally discarded internally, since the rest of the public API allows querying success. We want all non-internal uses of these functions to be explicitly checked, so we can signify that we intentionally want to discard the return values here.
2020-04-07common/dynamic_library: Import and adapt helper from DolphinReinUsesLisp