summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
35 hoursapi: move enum sltdl_error from an internal header to the public sltdl.h.midipix1-0/+16
38 hoursAdded lt_dlloader_add() and lt_dlloader_find() as stubs.midipix1-0/+4
38 hourssltdl.h: define struct lt_dlloader and related type definitions.midipix1-0/+21
38 hourssltdl.h: provide the lt_module, lt_dlloader, and lt_user_data typedefs.midipix1-0/+3
38 hourssltdl.h: provide enum lt_dlpriority and the lt_dlloader_priority typedef.midipix1-0/+8
39 hourssltdl.h: provide LT_DLSYM_CONST.midipix1-0/+3
40 hourslt_dlforeachfile(): initial implementation.midipix1-0/+3
40 hourssltdl.h: provide definitions for lt_preloaded_symbols & lt_dlsymlist, annotate.midipix1-0/+16
5 dayssltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro.midipix1-0/+2
2020-01-03sltdl.h:; add missing forward-declaration of lt_dlerror().midipix1-0/+1
2019-12-28project: ltdl drop-in-replacement: provide ltdl.h as a header, not a symlink.midipix1-0/+1
2019-12-21lt_dlsym(), lt_dlclose(): initial implementation and integration.midipix1-0/+3
2019-12-21lt_dlopenadvise(): initial implementation (with a no-op advise parameter).midipix1-0/+1
2019-12-18lt_dlopen(), dlopenext(): initial implementation and integration.midipix1-0/+4
2019-11-24compatibility api: added type definition for lt_dladvise.midipix1-0/+1
2019-11-24search path: lt_dlpathopen(): initial implementation.midipix1-0/+1
2019-11-20search path: lt_dl{add|insert|set|get}searchdir(): initial implementation.midipix1-0/+6
2019-10-28core: added lt_dlinit(), lt_dlexit() [global reference-counting].midipix1-0/+4
2019-10-27sltdl.h: added lt_dlhandle's type definition (pointer to an opaque struct).midipix1-0/+2
2019-10-27sltdl.h: added api note.midipix1-0/+13
2019-10-27created api headers.midipix2-0/+49