utils-lists 4.0.0
µOS++ C++ intrusive lists utilities
|
According to the semver rules:
Major version X (X.y.z | X > 0) MUST be incremented if any backwards incompatible changes are introduced to the public API.
The breaking changes introduced by each major release, in reverse chronological order, are:
Major rework; add double_list_links_base
, remove next()
& previous()
setters, add initialize_once()
, reorder double_list
template parameter, rename links_pointer()
.
Rework, with templates instead of separate static classes and a cleaner API.
The C++ namespace was renamed from os
to micro_os_plus
.
The code was extracted from the mono-repo µOS++ project.