bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
218 stars 71 forks source link

Replace boost::format with standard C++ #37

Closed argilo closed 3 years ago

argilo commented 3 years ago

Gqrx depends on Boost in only a couple of places, one of which it inherited from gr-rds by using its RDS Parser block. It's fairly easy to remove the block's dependence on Boost by switching away from boost::format, so I've done that here.

bastibl commented 3 years ago

Thanks, also for decluttering the logic to generate the string for the alternate frequencies.