summaryrefslogtreecommitdiffstats
path: root/src/common/dynamic_library.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: dynamic_library: Add ctor for existing handle.bunnei2023-06-031-0/+2
|
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+2
| | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* common: Reduce unused includesameerj2022-03-191-1/+0
|
* common: Silence two discarded result warningsLioncash2020-08-161-1/+1
| | | | | | | 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.
* common/dynamic_library: Import and adapt helper from DolphinReinUsesLisp2020-04-071-0/+106