Re: cppunit Patch feature-modernize

2021-10-01 Thread Florian Becker
Hi Markus, about the size_t changes. Most correct seams for me a solution to change all these to size_t and avoid casting, but that is a lot of work. Let me know, if you need some kind of support. Also, i saw, that you have not merges documentation termination for \n to \\n or c:\path to

Re: cppunit Patch feature-modernize

2021-10-01 Thread Florian Becker
Hi, > Am 01.10.2021 um 12:47 schrieb Markus Mohrhard > : > > Hey, > > On Fri, Oct 1, 2021 at 4:02 AM Florian Becker > wrote: > Hi Markus, > > thanks a lot. > > Is there a list of compiler, which are supported? Also, is there any reason, > why cppunit cannot upgrade

Re: cppunit Patch feature-modernize

2021-10-01 Thread Markus Mohrhard
Hey, On Fri, Oct 1, 2021 at 4:02 AM Florian Becker wrote: > Hi Markus, > > thanks a lot. > > Is there a list of compiler, which are supported? Also, is there any > reason, why cppunit cannot upgrade to c++17? > This would force all dependent projects to use C++17 as well. Already the move to

Re: cppunit Patch feature-modernize

2021-09-30 Thread Florian Becker
Hi Markus, thanks a lot. Is there a list of compiler, which are supported? Also, is there any reason, why cppunit cannot upgrade to c++17? I would like to create a cmake definition - do we handle that the same way? Regards, Florian > Am 30.09.2021 um 21:56 schrieb Markus Mohrhard > : > > 

Re: cppunit Patch feature-modernize

2021-09-30 Thread Markus Mohrhard
Hey Florian, On Fri, Oct 1, 2021 at 1:52 AM Markus Mohrhard < markus.mohrh...@googlemail.com> wrote: > Hey Florian, > > On Tue, Sep 28, 2021 at 5:59 PM Florian Becker wrote: > >> Hello, >> >> i have patched the libcppunit 1.15.1 to modernize and use clang flags >> with highest flag settings.

Re: cppunit Patch feature-modernize

2021-09-30 Thread Markus Mohrhard
Hey Florian, On Tue, Sep 28, 2021 at 5:59 PM Florian Becker wrote: > Hello, > > i have patched the libcppunit 1.15.1 to modernize and use clang flags > with highest flag settings. Hopefully you can integrate this patch > inside master. https://github.com/VXAPPS/cppunit/tree/feature-modernize >

Re: cppunit Patch feature-modernize

2021-09-29 Thread Miklos Vajna
Hi Florian, On Mon, Sep 27, 2021 at 05:27:56PM +, Florian Becker wrote: > i have patched the libcppunit 1.15.1 to modernize and use clang flags > with highest flag settings. Hopefully you can integrate this patch > inside master. https://github.com/VXAPPS/cppunit/tree/feature-modernize >

cppunit Patch feature-modernize

2021-09-28 Thread Florian Becker
Hello, i have patched the libcppunit 1.15.1 to modernize and use clang flags with highest flag settings. Hopefully you can integrate this patch inside master. https://github.com/VXAPPS/cppunit/tree/feature-modernize If you have suggestions, please let me know. Regards, Florian