concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.38k stars 313 forks source link

Add cygwin support. #84

Closed hbowden closed 7 years ago

hbowden commented 7 years ago

This patch adds cygwin support for concurrencykit. Now Windows users using cygwin should be able to compile and use concucrrencykit. I didn't see a configure.ac so I modified the configure script directly. The test suite was run and all the tests passed, note that this was only tested on Windows 7.

cognet commented 7 years ago

Merged, thanks !