Skip to content

CbmUtility library

Sergei Zharko requested to merge s.zharko/cbmroot:CbmUtility-lib into master

The merge request creates a CbmUtility library in the core of CbmRoot. The library is supposed to contain extensions to STL and Boost C++ utilities.

NOTE: This should be merged after !2085 (merged).

UPDATE (02.06.2025):

  • the CbmYamlInterface library was merged with the CbmUtility library
  • classes from the cbm::algo::yaml namespace were moved to the cbm::util::yaml namespace
  • headers of former CbmYamlInterface were renamed according to the CbmRoot rule: Yaml.h -> CbmYaml.h, Property.h -> CbmYamlProperty.h, BaseTypes.h -> CbmYamlBaseTypes.h; the installation rule of these headers were change to the common style in CbmRoot core
Edited by Sergei Zharko

Merge request reports

Loading