[PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

Ryan Long ryan.long at oarcorp.com
Thu Sep 2 19:24:29 UTC 2021


Hi,

For this and the following series of patches I followed this series of
steps.

1. Convert a file from the C way of doing things to C++
2. Go through all the files that had to do with the converted file and
make the formatting consistent.

Thanks,
Ryan

Ryan Long (10):
  CoverageMap.cc: Fix formatting
  CoverageReader: Convert to C++
  CoverageFactory.cc: Fix formatting
  CoverageMapBase.cc: Fix formatting
  CoverageFactory.h: Fix formatting
  CoverageMapBase.h: Fix formatting
  CoverageReaderQEMU.cc: Fix formatting
  CoverageReaderRTEMS.cc: Fix formatting
  CoverageReaderSkyeye.cc: Fix formatting
  CoverageReaderTSIM.cc: Fix formatting

 tester/covoar/CoverageFactory.cc      |  18 ++-
 tester/covoar/CoverageFactory.h       |  12 +-
 tester/covoar/CoverageMap.cc          |   2 +-
 tester/covoar/CoverageMapBase.cc      | 261 +++++++++++++++++++++-------------
 tester/covoar/CoverageMapBase.h       |  66 ++++++---
 tester/covoar/CoverageReaderBase.h    |   2 +-
 tester/covoar/CoverageReaderQEMU.cc   |  57 +++-----
 tester/covoar/CoverageReaderQEMU.h    |   4 +-
 tester/covoar/CoverageReaderRTEMS.cc  |  44 +++---
 tester/covoar/CoverageReaderRTEMS.h   |   2 +-
 tester/covoar/CoverageReaderSkyeye.cc |  41 +++---
 tester/covoar/CoverageReaderSkyeye.h  |   2 +-
 tester/covoar/CoverageReaderTSIM.cc   |  31 ++--
 tester/covoar/CoverageReaderTSIM.h    |   4 +-
 14 files changed, 308 insertions(+), 238 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list