[ARCHIVED] Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libcmpiutil
License
libvirt/libcmpiutil
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
libcmpiutil : A CMPI toolkit library for writing providers Libcmpiutil is a library of utility functions for CMPI providers. It is free software available under the GNU Lesser General Public License. The goal is to reduce the amount of repetitive work done in most CMPI providers by encapsulating common procedures with more "normal" APIs. This extends from operations like getting typed instance properties to standardizing method dispatch and argument checking. The latest version of the library can be found here: http://libvirt.org/hg/libcmpiutil Development discussion currently takes place on the libvirt-cim mailing list: https://www.redhat.com/mailman/listinfo/libvirt-cim Building -------- Requirements: - Pegasus or SFCB development headers - Lex (if enabling the EO parser) - Yacc (if enabling the EO parser) - doxygen Procedure: -If building a tree cloned from the hg repository, run this step first: $ ./autogen.sh $ # You probably want the EO parser enabled $ ./configure --enable-eoparser $ make $ sudo make install
About
[ARCHIVED] Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libcmpiutil