summaryrefslogtreecommitdiffstats
path: root/cmake/modules
Commit message (Collapse)AuthorAgeFilesLines
* Workaround having string "class" anywhere in the mofRadek Novacek2013-10-221-2/+2
| | | | | This ugly workaround allows to have "class" string in the Description qualifier.
* cmake: search for openlmi-mof-register in the /usr/local dirRadek Novacek2013-09-262-7/+12
|
* fan: add FindLMSensors.cmake for finding lm_sensorsRadek Novacek2013-09-261-0/+33
| | | | | This file is required for enforcing that lm_sensors-devel is installed when building the provider from sources.
* Fix profile_mof_generate macroRadek Novacek2013-07-261-1/+2
|
* logicalfile: add profile registrationJan Synacek2013-07-251-0/+1
|
* Add version to mof/reg registrationRadek Novacek2013-07-251-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 mofRoman Rakus2013-07-241-0/+20
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Return list of CIM classes from konkretcmpi_generate macroRadek Novacek2013-07-231-7/+9
| | | | This list will be used by profile registration.
* Add FindOpenLMIIndManager cmake moduleRadek Novacek2013-06-171-0/+21
|
* Support more MOFs and MOF include for konkret generateRadek Novacek2013-05-161-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 filesRadek Novacek2013-05-161-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 providersRadek Novacek2013-04-171-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.cmakeRadek Novacek2013-02-141-4/+15
| | | | | | * Make installation of .reg file optional * Find openlmi-mof-register instead of hardcoding it * Add unregister-provider target
* Fix registration make targetRadek Novacek2013-01-301-1/+1
| | | | Forgot to fix it when renaming register.sh to openlmi-mof-register
* Allow numbers in class name in OpenLMIMacros.cmakeRadek Novacek2012-12-141-1/+1
|
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-0/+0
|
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-291-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 insteadRadek Novacek2012-08-281-53/+54
|
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-281-3/+3
|
* Always use .reg file instead of .registrationRadek Novacek2012-08-021-3/+3
|
* Use Cura_ prefix for registration filesRadek Novacek2012-08-021-3/+3
|
* Add script for registration and deregitration of providerRadek Novacek2012-08-021-1/+1
|
* Fix few errors in CuraMacros.cmake and power cmakeRadek Novacek2012-07-251-10/+12
|
* Add target for manual registration of each providerRadek Novacek2012-07-241-6/+16
|
* Introduce cim_registration macro for creating registration file from libraryRadek Novacek2012-07-231-0/+16
|
* Introduce konkretcmpi_generate cmake macroRadek Novacek2012-07-231-0/+75
|
* Start converting all providers to CMakeRadek Novacek2012-07-232-0/+47