Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version to 0.2.00.2.0 | Michal Minar | 2013-08-28 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.1.1 | Radek Novacek | 2013-08-08 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.1.00.1.0 | Radek Novacek | 2013-07-31 | 1 | -2/+2 |
| | |||||
* | software: added profile registration mof skeleton | Michal Minar | 2013-07-26 | 1 | -0/+1 |
| | | | | | | | | | | | created single instance of PG_ProviderProfileCapabilities with the following DMTF subprofiles: * Job Control * Software Identity * Software Update skeleton is parsed with cmake, which sets the VERSION and writes it to mof/ directory | ||||
* | Add version to mof/reg registration | Radek Novacek | 2013-07-25 | 1 | -0/+5 |
| | | | | | | | | 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. | ||||
* | Add FindOpenLMIIndManager cmake module | Radek Novacek | 2013-06-17 | 1 | -0/+1 |
| | |||||
* | Indication manager | Roman Rakus | 2013-05-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Roman Rakus <rrakus@redhat.com> | ||||
* | Don't install nonexisting openlmi-cimmof file | Radek Novacek | 2013-05-23 | 1 | -1/+0 |
| | |||||
* | Set project name and dont require C++ compiler | Radek Novacek | 2013-05-16 | 1 | -0/+2 |
| | | | | | CMake automatically search for C++ compiler, we have to specify that we're C only project. | ||||
* | openlmi-cimmof used by openlmi-mof-register | Michal Minar | 2013-04-26 | 1 | -0/+1 |
| | | | | Also appended for installation to libexec with cmake. | ||||
* | New provider: RealmD | Tomas Smetana | 2013-04-24 | 1 | -0/+1 |
| | |||||
* | Support for using libopenlmicommon by external providers | Radek Novacek | 2013-04-17 | 1 | -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 documentation | Radek Novacek | 2013-03-18 | 1 | -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: LogicalFile | Jan Synacek | 2013-02-11 | 1 | -0/+1 |
| | |||||
* | New provider: Hardware | Tomas Smetana | 2013-01-15 | 1 | -0/+1 |
| | |||||
* | Honor user $CFLAGS | Radek Novacek | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Move registration scripts to proper directories0.0.10 | Radek Novacek | 2012-10-22 | 1 | -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 OpenLMI | Radek Novacek | 2012-10-22 | 1 | -3/+3 |
| | |||||
* | cli-tools moved to its own repo | Peter Hatina | 2012-10-08 | 1 | -1/+0 |
| | |||||
* | Introduce CLI tools | Peter Hatina | 2012-09-13 | 1 | -0/+1 |
| | |||||
* | Show error when library has undefined symbols | Radek Novacek | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | install CuraMacros.cmake and globals.h | Radek Novacek | 2012-08-28 | 1 | -1/+4 |
| | |||||
* | Account provider0.0.2 | Roman Rakus | 2012-08-14 | 1 | -0/+1 |
| | | | | | | Listing of the users and groups Signed-off-by: Roman Rakus <rrakus@redhat.com> | ||||
* | Always use .reg file instead of .registration | Radek Novacek | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Add script for registration and deregitration of provider | Radek Novacek | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Remove -Wmaybe-uninitialized CFLAG, not working with old GCC | Radek Novacek | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | Make provider optional using cmake options | Radek Novacek | 2012-07-30 | 1 | -3/+6 |
| | |||||
* | Install the MOFs to data directory | Radek Novacek | 2012-07-24 | 1 | -0/+3 |
| | |||||
* | Restructure Power provider | Radek Novacek | 2012-07-23 | 1 | -0/+3 |
| | | | | | | * get rid of src/ subdirectory in power/ * cleanup CMake * use konkretcmpi_generate macro | ||||
* | Introduce konkretcmpi_generate cmake macro | Radek Novacek | 2012-07-23 | 1 | -0/+2 |
| | |||||
* | Start converting all providers to CMake | Radek Novacek | 2012-07-23 | 1 | -0/+22 |