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

Ryan Long ryan.long at oarcorp.com
Wed Sep 8 16:44:30 UTC 2021


Hi,

For this 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):
  CoverageWriter: Convert to C++
  covoar.cc: Convert to C++
  CoverageWriterBase.h: Fix formatting
  covoar.cc: Fix formatting
  CoverageWriterRTEMS.cc: Fix formatting
  CoverageWriterRTEMS.h: Fix formatting
  CoverageWriterSkyeye.cc: Fix formatting
  CoverageWriterSkyeye.h: Fix formatting
  CoverageWriterTSIM.cc: Fix formatting
  CoverageWriterTSIM.h: Fix formatting

 tester/covoar/CoverageWriterBase.h    |  10 +-
 tester/covoar/CoverageWriterRTEMS.cc  |  49 ++---
 tester/covoar/CoverageWriterRTEMS.h   |  10 +-
 tester/covoar/CoverageWriterSkyeye.cc |  49 ++---
 tester/covoar/CoverageWriterSkyeye.h  |  10 +-
 tester/covoar/CoverageWriterTSIM.cc   |  46 ++---
 tester/covoar/CoverageWriterTSIM.h    |  10 +-
 tester/covoar/covoar.cc               | 334 ++++++++++++++++++----------------
 8 files changed, 281 insertions(+), 237 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list