Skip to content

Rename barcode in RingerSelectorTools

Andrii Verbytskyi requested to merge averbyts/athena:rename_barcode into main

Rename barcode in RingerSelectorTools. As the campaighn to remove the usage of barcodes in the Athena codes goes on, "barcode" is not a nice name for an identifier. Renamed for this package to codebar.

Apart from that, some additional changes:

  • use constexpr for the integer constants
  • use std::filesystem to get the base name of the file.
  • drop boost

@jchapman man @pclark

Edited by Andrii Verbytskyi

Merge request reports