libftdi Archives

Subject: Re: [PATCH 00/10] msvc fixes

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Cc: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Shawn Hoffman <business@xxxxxxxxxxxx>
Date: Thu, 12 Jun 2025 22:30:57 +0200
Hi Shawn,

You wrote on Wed, Apr 10, 2024 at 07:15:39AM -0700:
> This patchset fixes windows/msvc compilation and some other bugs/warnings
> encountered while getting it to work.
> 
> I took the opportunity to remove deprecated code (it's been 5 years :))
> 
> ftdipp dependency on boost is also removed in favor of STL.
> boost is still required for tests.
> 
> Feel free to accept any part of the changes with your own modifications if
> necessary. The important bits for msvc are just removal of gettimeofday
> (from the main library) and the cmake changes in the last commit.

sorry for the ultra long delay in getting back to you.

I've applied most of your patches. I will ping Uwe Bonnes about the proposed
changes to src/ftdi_stream.c if he is happy with those, too.

@Uwe: Can you take a look at the mail with subject
"[PATCH 07/10] use timespec_get instead of gettimeofday timespec_get"

and let me know what you think about it?

I do like the changes, but it will result in minor API breakage.

We could additionally bump the .so version to alert maintainers
that they should recompile packages.

Cheers,
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • Re: [PATCH 00/10] msvc fixes, Thomas Jarosch <=