Skip to content

WIP Modernize for Gaudi::Property in Pr

Chitsanu Khurewathanakul requested to merge modernize-gprop-in-Pr into master
  • Migrate from declareProperty to Gaudi::Property.
  • Remove empty destructor, constructor along the way.
  • Change NULL to nullptr along the way.
  • Clean uninitialized vars/pointers.
  • Use float instead of double where applicable
  • Use const,constexpr where applicable
Edited by Marco Cattaneo

Merge request reports