Re: [PATCH rtems-tools v2 00/10] Convert and reformat pt. 2

2021-09-10 Thread Chris Johns
Ok to push.

Thanks

On 11/9/21 4:03 am, Ryan Long wrote:
> Hi,
> 
> For these patches I
> 
> - Changed the data type of bytes_before so that it builds with clang
> - Replaced instances of "\n" with std::endl
> - Changed .c_str() argument to just a string
> 
> 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  |  46 ++---
>  tester/covoar/CoverageWriterRTEMS.h   |  10 +-
>  tester/covoar/CoverageWriterSkyeye.cc |  49 ++---
>  tester/covoar/CoverageWriterSkyeye.h  |  10 +-
>  tester/covoar/CoverageWriterTSIM.cc   |  45 +++--
>  tester/covoar/CoverageWriterTSIM.h|  10 +-
>  tester/covoar/covoar.cc   | 334 
> ++
>  8 files changed, 279 insertions(+), 235 deletions(-)
> 
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


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

2021-09-10 Thread Ryan Long
Hi,

For these patches I

- Changed the data type of bytes_before so that it builds with clang
- Replaced instances of "\n" with std::endl
- Changed .c_str() argument to just a string

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  |  46 ++---
 tester/covoar/CoverageWriterRTEMS.h   |  10 +-
 tester/covoar/CoverageWriterSkyeye.cc |  49 ++---
 tester/covoar/CoverageWriterSkyeye.h  |  10 +-
 tester/covoar/CoverageWriterTSIM.cc   |  45 +++--
 tester/covoar/CoverageWriterTSIM.h|  10 +-
 tester/covoar/covoar.cc   | 334 ++
 8 files changed, 279 insertions(+), 235 deletions(-)

-- 
1.8.3.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel