Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix profile_mof_generate macro | Radek Novacek | 2013-07-26 | 1 | -1/+2 |
| | |||||
* | logicalfile: add profile registration | Jan Synacek | 2013-07-25 | 1 | -0/+1 |
| | |||||
* | Add version to mof/reg registration | Radek Novacek | 2013-07-25 | 1 | -2/+3 |
| | | | | | | | | Both (un)register-$PROVIDER and specfile are updated to use version during register/unregister. Version of OpenLMI-Providers *MUST* be kept up-to-date in top level CMakeLists.txt. | ||||
* | Common: Macro for generating profile registration mof | Roman Rakus | 2013-07-24 | 1 | -0/+20 |
| | | | | Signed-off-by: Roman Rakus <rrakus@redhat.com> | ||||
* | Return list of CIM classes from konkretcmpi_generate macro | Radek Novacek | 2013-07-23 | 1 | -7/+9 |
| | | | | This list will be used by profile registration. | ||||
* | Add FindOpenLMIIndManager cmake module | Radek Novacek | 2013-06-17 | 1 | -0/+21 |
| | |||||
* | Support more MOFs and MOF include for konkret generate | Radek Novacek | 2013-05-16 | 1 | -23/+61 |
| | | | | | | | | | konkretcmpi_generate macro can now take more MOF files for generating providers. Also MOF files can be included in generation but the provider sources will not be generated out of them. This is required to use MOF files 05_LMI_Qualifiers.mof and 30_LMI_Jobs.mof as dependencies. | ||||
* | Extend FindOpenLMI.cmake to find common MOF files | Radek Novacek | 2013-05-16 | 1 | -0/+14 |
| | | | | | Files 05_LMI_Qualifiers.mof and 30_LMI_Jobs.mof are now found runtime and can be further used. | ||||
* | Support for using libopenlmicommon by external providers | Radek Novacek | 2013-04-17 | 1 | -0/+21 |
| | | | | | | | | | * 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 | ||||
* | Improve OpenLMIMacros.cmake | Radek Novacek | 2013-02-14 | 1 | -4/+15 |
| | | | | | | * Make installation of .reg file optional * Find openlmi-mof-register instead of hardcoding it * Add unregister-provider target | ||||
* | Fix registration make target | Radek Novacek | 2013-01-30 | 1 | -1/+1 |
| | | | | Forgot to fix it when renaming register.sh to openlmi-mof-register | ||||
* | Allow numbers in class name in OpenLMIMacros.cmake | Radek Novacek | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Change project name from Cura to OpenLMI | Radek Novacek | 2012-10-22 | 1 | -0/+0 |
| | |||||
* | Make destination of .reg adjustable in CuraMacros0.0.3 | Radek Novacek | 2012-08-29 | 1 | -2/+3 |
| | | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed. | ||||
* | Don't call sed from CuraMacros, use cmake regex instead | Radek Novacek | 2012-08-28 | 1 | -53/+54 |
| | |||||
* | Rename prefix from Cura_ to LMI_ | Radek Novacek | 2012-08-28 | 1 | -3/+3 |
| | |||||
* | Always use .reg file instead of .registration | Radek Novacek | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | Use Cura_ prefix for registration files | Radek Novacek | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | Add script for registration and deregitration of provider | Radek Novacek | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Fix few errors in CuraMacros.cmake and power cmake | Radek Novacek | 2012-07-25 | 1 | -10/+12 |
| | |||||
* | Add target for manual registration of each provider | Radek Novacek | 2012-07-24 | 1 | -6/+16 |
| | |||||
* | Introduce cim_registration macro for creating registration file from library | Radek Novacek | 2012-07-23 | 1 | -0/+16 |
| | |||||
* | Introduce konkretcmpi_generate cmake macro | Radek Novacek | 2012-07-23 | 1 | -0/+75 |
| | |||||
* | Start converting all providers to CMake | Radek Novacek | 2012-07-23 | 2 | -0/+47 |