[PATCH v1 1/4] TargetFactory.cc: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/TargetFactory.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TargetFactory.cc b/tester/covoar/TargetFactory.cc index 57ba686..fa72f05 100644 --- a/tester/covoar/TargetFactory.cc +++ b/tester/covoar/TargetFactory.cc @@ -37,7 +37,7 @@ nam

[PATCH rtems-tools v1 0/4] Convert to C++ patches

2021-12-08 Thread Ryan Long
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:

[PATCH v1 2/4] Target: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/TargetBase.cc | 35 ++- tester/covoar/TargetBase.h | 18 +- tester/covoar/Target_aarch64.cc | 18 ++ tester/covoar/Target_aarch64.h | 6 +++--- tester/covoar/Target_arm.cc | 16 +--- tester

[PATCH v1 4/4] ObjdumpProcessor: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 27 +++ tester/covoar/ObjdumpProcessor.h | 6 +++--- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index c910046..8c0e8dc 100644 --- a/tester/

[PATCH v1 3/4] ConfigFile: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/ConfigFile.cc | 79 + tester/covoar/ConfigFile.h | 2 +- 2 files changed, 31 insertions(+), 50 deletions(-) diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc index c16b64a..5c8949e 100644 --- a/tester/covoar/Conf

Re: [rtems-tools] tester: Update jobs configuration

2021-12-08 Thread Ryan Long
ping On 11/1/2021 5:31 PM, Ryan Long wrote: ping -Original Message- From: Ryan Long Sent: Wednesday, October 20, 2021 3:06 PM To: devel@rtems.org Cc: Ryan Long Subject: [rtems-tools] tester: Update jobs configuration Allow for default_jobs and max_jobs to be specified in the BSP's co

[PATCH] spec: Update location of cadence I2C

2021-12-08 Thread Kinsey Moore
When the cadence I2C code was moved to a shared directory, the references were updated but the install locations weren't. This updates the install locations to match what out-of-tree applications expect. --- spec/build/bsps/aarch64/xilinx-zynqmp/objcadencei2c.yml | 4 +++- spec/build/bsps/arm/xili

Re: [PATCH] spec: Update location of cadence I2C

2021-12-08 Thread Chris Johns
OK and thanks Chris On 9/12/21 12:08 pm, Kinsey Moore wrote: > When the cadence I2C code was moved to a shared directory, the > references were updated but the install locations weren't. This updates > the install locations to match what out-of-tree applications expect. > --- > spec/build/bsps/a

Re: [PATCH v1 3/4] ConfigFile: Convert to C++

2021-12-08 Thread Chris Johns
On 9/12/21 2:15 am, Ryan Long wrote: > --- > tester/covoar/ConfigFile.cc | 79 > + > tester/covoar/ConfigFile.h | 2 +- > 2 files changed, 31 insertions(+), 50 deletions(-) > > diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc >

Re: [rtems commit] untar: Make behavior similar to GNU or BSD tar

2021-12-08 Thread Chris Johns
Hi Christian, I did not know this was for the 5 branch. Where was this discussed? Functional changes to a release branch need to be treated carefully and in this case I would not approve it. I am sorry if I did not pick up it was for 5 as well. Thanks Chris On 9/12/21 6:21 pm, Christian Mauder

Re: [rtems commit] untar: Make behavior similar to GNU or BSD tar

2021-12-08 Thread Christian MAUDERER
Hello Chris, sorry that I haven't been clear enough. 1. The ticket #4552 that I created before sending the patch to the list and that was closed by the patch was for 5. 2. I asked as an answer to Joels review and I understood him that he is OK with that change: https://lists.rtems.org/pi