Re: [Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 thread support without using winpthread

2016-06-28 Thread lh mouse
Pfeiler 发送日期:2016-06-29 04:53 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 thread support without using winpthread Hi, sorry for being so late. I welcome a proper native thread

Re: [Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 thread support without using winpthread

2016-06-28 Thread Norbert Pfeiler
------------ > 发件人:Carl Kleffner > 发送日期:2016-06-20 19:29 > 收件人:mingw-w64-public > 抄送: > 主题:Re: [Mingw-w64-public] Proposal for a C11 header and announcement > of mcfgthread, > a library that implements efficient C11 and C++11 thread support with

Re: [Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 thread support without using winpthread

2016-06-20 Thread lh mouse
Best regards, lh_mouse 2016-06-20 - 发件人:Carl Kleffner 发送日期:2016-06-20 19:29 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 threa

Re: [Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 thread support without using winpthread

2016-06-20 Thread Carl Kleffner
Hi, most of the mcfgthread code is LGPL licenced (MCFLicense.txt ). Is this set in stone, or is it foreseen to change it to a more liberal licence? Another question is: is it still possible to use pthreads (via winpthreads) if gcc

[Mingw-w64-public] Proposal for a C11 header and announcement of mcfgthread, a library that implements efficient C11 and C++11 thread support without using winpthread

2016-06-18 Thread lh mouse
Hello everyone, It is with great honor that I bring you the C11-conforming header for thread support of mcfgthread, c11thread.h: https://github.com/lhmouse/mcfgthread/blob/master/src/env/c11thread.h All headers in the mcfgthread project have been put into the public domain. As JonY suggested a f