Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-14 | Add requirement for plugin_is_GPL_compatible symbol in loaded objects. | Paul Smith | 1 | -0/+2 | |
2013-05-04 | Add memory allocation cleanup to loadable objects. | Paul Smith | 1 | -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-25 | Expand the loadable object support. | Paul Smith | 1 | -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. |