[PATCH rtems-tools v1 0/4] Convert to C++ patches
Ryan Long
ryan.long at oarcorp.com
Wed Dec 8 15:15:48 UTC 2021
Hi,
For this series of patches, I
- Changed char * parameters and variables to a string
- Changed C functions to corresponding C++ functions
- Switched C file handling out for C++ file handling
Thanks,
Ryan
Ryan Long (4):
TargetFactory.cc: Convert to C++
Target: Convert to C++
ConfigFile: Convert to C++
ObjdumpProcessor: Convert to C++
tester/covoar/ConfigFile.cc | 79 +++++++++++++++------------------------
tester/covoar/ConfigFile.h | 2 +-
tester/covoar/ObjdumpProcessor.cc | 27 +++++++------
tester/covoar/ObjdumpProcessor.h | 6 +--
tester/covoar/TargetBase.cc | 35 ++++++++---------
tester/covoar/TargetBase.h | 18 ++++-----
tester/covoar/TargetFactory.cc | 6 +--
tester/covoar/Target_aarch64.cc | 18 +++++----
tester/covoar/Target_aarch64.h | 6 +--
tester/covoar/Target_arm.cc | 16 ++++----
tester/covoar/Target_arm.h | 6 +--
tester/covoar/Target_i386.cc | 22 ++++++-----
tester/covoar/Target_i386.h | 4 +-
tester/covoar/Target_lm32.cc | 6 +--
tester/covoar/Target_lm32.h | 4 +-
tester/covoar/Target_m68k.cc | 12 +++---
tester/covoar/Target_m68k.h | 6 +--
tester/covoar/Target_powerpc.cc | 8 ++--
tester/covoar/Target_powerpc.h | 4 +-
tester/covoar/Target_riscv.cc | 6 +--
tester/covoar/Target_riscv.h | 6 +--
tester/covoar/Target_sparc.cc | 12 +++---
tester/covoar/Target_sparc.h | 6 +--
23 files changed, 155 insertions(+), 160 deletions(-)
--
1.8.3.1
More information about the devel
mailing list