µOS++ Intrusive Lists v5.0.0 released
Version 5.0.0 is a new release; it changes the naming convention for the classes and updates to the latest test configurations.
The µOS++ Intrusive Lists project is a C++ source code library with the µOS++ intrusive lists.
Prerequisites
When installed via xpm, this project requires the xPack Prerequisites.
However, like any source code library, this project can also be integrated into another project in the traditional manner, either by copying the relevant files into the target project or by linking the entire project as a Git submodule.
Install
The most convenient way to integrate the @micro-os-plus/utils-lists
package into a project is to add it as a dependency via xpm.
xpm install @micro-os-plus/utils-lists@5.0.0 -verbose
Comprehensive instructions can be found in the Install Guide.
Source code
Bug fixes
- none
Enhancements
- The naming convention for the classes was changed to be more accurate and consistent with the rest of the µOS++ libraries; the classes are now named
doubly_list_*. - Updated to the latest test configurations, most of them being automatically generated from templates.
Known problems
- none
CI tests
Before publishing, a set of tests were performed . The results are available from:
