mheily / libkqueue

kqueue(2) compatibility library
Other
236 stars 77 forks source link

MSVC support #128

Closed Jan200101 closed 2 years ago

Jan200101 commented 2 years ago

At the moment libkqueue seems to target just MinGW, what is the stance on MSVC?

arr2036 commented 2 years ago

Patches welcome? MSVC is supported explicitly by cmake. If you get it building using MSVC and contribute back any build system fixes, code changes, and a CI job, we'd happily merge those changes in.

Jan200101 commented 2 years ago

Patches welcome? If you get it building using MSVC and contribute back any build system fixes, code changes, and a CI job, we'd happily merge those changes in.

Thats what I was looking for. There are some projects out there that intentionally don't support MSVC so its better to ask first.