The Qore uuid module provides the ability to generate, manipulate, and parse UUIDs (universally unique identifiers). It requires qore 0.8.0+ to build and run, as it uses new type info APIs in newer releases of Qore.
| Tags | qore Module uuid |
|---|---|
| Licenses | LGPL |
| Operating Systems | Linux Unix HPUX POSIX OS X |
| Implementation | C++ |
Recent releases


Release Notes: This release ensures that UUIDs are generated consistently on all platforms (enforcing lower-case generation respective of the underlying UUID library) and supports building under Windows with Windows UUID APIs as well.


Release Notes: This release adds a static method that returns a string UUID immediately without creating a UUID object first. Minor corrections were made in the module's documentation.


Release Notes: This initial release implements all functionality of libuuid for creating, manipulating, and parsing uuids through the UUID class. The module requires qore 0.8.0+ headers and libraries to build and run, as it uses new type info APIs in newer releases of Qore.