summaryrefslogtreecommitdiff
path: root/tests/scripts/features/loadapi
AgeCommit message (Collapse)AuthorFilesLines
2013-10-05Sanitize the registered function interface.Paul Smith1-4/+26
Expand the characters which are legal in a function name, and check the name for validity. Create a type for the function pointer. Convert the last argument from a boolean to flags, to allow for expansion.
2013-05-14Add requirement for plugin_is_GPL_compatible symbol in loaded objects.Paul Smith1-0/+2
2013-05-04Add memory allocation cleanup to loadable objects.Paul Smith1-1/+5
Add gmk_alloc() and gmk_free() functions so loadable objects can access our memory model. Also provide a more extensive example in the manual.
2013-02-25Expand the loadable object support.Paul Smith1-0/+84
Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file.