mbox

[0/3] unblock the use of the MSVC compiler

Message ID 1674674707-3094-1-git-send-email-roretzla@linux.microsoft.com (mailing list archive)
Headers

Message

Tyler Retzlaff Jan. 25, 2023, 7:25 p.m. UTC
  Introduce minimum changes to the build system to allow use of the MSVC
compiler.

This change is intended to enable a phased approach to allowing DPDK to
built with MSVC. Building with MSVC removes barriers to enterprise
customers use of DPDK who have constraints around security policy,
compliance and functional requirements.

Tyler Retzlaff (3):
  build: unblock the use of the MSVC compiler
  build: determine execution environment at config time
  build: limit what is built when using MSVC compiler

 buildtools/meson.build | 10 +++++++---
 config/meson.build     | 29 ++++++++++++++++++++++-------
 config/x86/meson.build |  8 +++++---
 lib/eal/meson.build    |  8 --------
 lib/meson.build        | 20 +++++++++++++++++---
 meson.build            | 13 +++++++++----
 6 files changed, 60 insertions(+), 28 deletions(-)
  

Comments

David Marchand Aug. 25, 2023, 8:43 a.m. UTC | #1
On Wed, Aug 16, 2023 at 11:56 PM Tyler Retzlaff
<roretzla@linux.microsoft.com> wrote:
>
> Introduce minimum changes to the build system to allow use of the MSVC
> compiler.
>
> This change is intended to enable a phased approach to allowing DPDK to
> built with MSVC. Building with MSVC removes barriers to enterprise
> customers use of DPDK who have constraints around security policy,
> compliance and functional requirements.

Series applied, thanks Tyler.
Here we go with MSVC!