summaryrefslogtreecommitdiffstats
path: root/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* stop installing manager headerPatrick Venture2019-01-151-1/+1
| | | | | | | | Stop installing the manager header as it is no longer meant to be exported, but rather used only internally within this repository. Change-Id: I2ab21a31fd745e1b3e36fc39ffea5e26d373ff51 Signed-off-by: Patrick Venture <venture@google.com>
* add dynamic library interface to enable testingPatrick Venture2018-11-281-27/+22
| | | | | | | | Add interface defining the methods for dynamic linking to enable testing. Change-Id: If4d090d3cedc019b426435a1f651191803bfc1a9 Signed-off-by: Patrick Venture <venture@google.com>
* copyright: add missing copyright headersPatrick Venture2018-11-211-0/+16
| | | | | | | | Add missing copyright headers to the source files. Originally, left off. Reviewing other new sources acted as a reminder. Change-Id: I7ac612fbea731885b93cb13346afcddda54bdec3 Signed-off-by: Patrick Venture <venture@google.com>
* bugfix: load handlers and use factory symbolPatrick Venture2018-11-141-1/+32
| | | | | | | | Use a predefined factory symbol to build each handler after loading the library. Change-Id: I0369c6e46a57c2e8533409d8b06eb74a3962434c Signed-off-by: Patrick Venture <venture@google.com>
* bugfix: flip library search logicPatrick Venture2018-11-131-1/+6
| | | | | | | | | | Fix library search logic to load libraries installed of the format: libname.so.? versus libname.so because the recipe creates a symlink of the form libname.so.? only. Tested: Now it finds and loads the handlers. Change-Id: Ie7280f41a678bf78db226bb458c02396e352da56 Signed-off-by: Patrick Venture <venture@google.com>
* utils: add methods for finding and loading handlersPatrick Venture2018-09-301-0/+37
This module provides a couple basic methods for enumerating and then loading handlers. Change-Id: I4f58be313190c48de25c2b9578b7c622afefc656 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud