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+.
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.
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.