summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Set project name and dont require C++ compilerRadek Novacek2013-05-161-0/+2
| | | | | CMake automatically search for C++ compiler, we have to specify that we're C only project.
* openlmi-cimmof used by openlmi-mof-registerMichal Minar2013-04-261-0/+1
| | | | Also appended for installation to libexec with cmake.
* New provider: RealmDTomas Smetana2013-04-241-0/+1
|
* Support for using libopenlmicommon by external providersRadek Novacek2013-04-171-0/+1
| | | | | | | | | * 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
* tools: don't use CIMOM for generating documentationRadek Novacek2013-03-181-0/+1
| | | | | | class2rst.py and class2uml.py was altered to use konkretmof for parsing MOFs instead of calling CIMOM. This two modules was also renamed to openlmi-doc-class2* and will be installed to $prefix/bin.
* New provider: LogicalFileJan Synacek2013-02-111-0/+1
|
* New provider: HardwareTomas Smetana2013-01-151-0/+1
|
* Honor user $CFLAGSRadek Novacek2012-10-241-1/+1
|
* Move registration scripts to proper directories0.0.10Radek Novacek2012-10-221-1/+2
| | | | | register.py is renamed to openlmi-mof-register and moved to /usr/bin/, reg2pegasus is now openlmi-register-pegasus in /usr/libexec/.
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-3/+3
|
* cli-tools moved to its own repoPeter Hatina2012-10-081-1/+0
|
* Introduce CLI toolsPeter Hatina2012-09-131-0/+1
|
* Show error when library has undefined symbolsRadek Novacek2012-08-291-1/+1
|
* install CuraMacros.cmake and globals.hRadek Novacek2012-08-281-1/+4
|
* Account provider0.0.2Roman Rakus2012-08-141-0/+1
| | | | | | Listing of the users and groups Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Always use .reg file instead of .registrationRadek Novacek2012-08-021-1/+1
|
* Add script for registration and deregitration of providerRadek Novacek2012-08-021-1/+1
|
* Remove -Wmaybe-uninitialized CFLAG, not working with old GCCRadek Novacek2012-08-011-1/+1
|
* Make provider optional using cmake optionsRadek Novacek2012-07-301-3/+6
|
* Install the MOFs to data directoryRadek Novacek2012-07-241-0/+3
|
* Restructure Power providerRadek Novacek2012-07-231-0/+3
| | | | | | * get rid of src/ subdirectory in power/ * cleanup CMake * use konkretcmpi_generate macro
* Introduce konkretcmpi_generate cmake macroRadek Novacek2012-07-231-0/+2
|
* Start converting all providers to CMakeRadek Novacek2012-07-231-0/+22