Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ReturnInstance macro to be used instead of KReturnInstance | Radek Novacek | 2013-05-16 | 1 | -0/+10 |
| | | | | | | | | KReturnInstance macro calls return directly on failure which is bad because there is no possibility to do cleanups or other error handling. ReturnInstance macro returns plain boolean to indicate if the instance is returned properly. | ||||
* | Support for using libopenlmicommon by external providers | Radek Novacek | 2013-04-17 | 1 | -0/+80 |
* add FindOpenLMI.cmake module * add pkgconfig for OpenLMI * add openlmi.c/h with exported functions * add symlink with major version to openlmicommon library Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=948948 |