Re: [PATCH v2 0/2] enable lpm to be compiled with MSVC

2025-06-03 Thread David Marchand
On Fri, May 16, 2025 at 7:37 PM Andre Muezerie wrote: > > This patchset resolves all issues related to lpm that until now prevented > it from being built using MSVC. > > After resolving the issues it enables lpm to be compiled with MSVC. Series applied, thanks. -- David Marchand

[PATCH v2 0/2] enable lpm to be compiled with MSVC

2025-05-16 Thread Andre Muezerie
This patchset resolves all issues related to lpm that until now prevented it from being built using MSVC. After resolving the issues it enables lpm to be compiled with MSVC. v2: - Updated meson.build to enable lpm for MSVC Andre Muezerie (2): lib/lpm: use standard atomic_store_explicit lib/l