Re: [PATCH] Add a C++ thread with attributes

2019-12-10 Thread Chris Johns
On 10/12/19 10:08 pm, Sebastian Huber wrote: > On 10/12/2019 12:00, Chris Johns wrote: The patch is against Sebastian's waf build repo. I would like it say it was a pleasure to add the new files to the new build system. Well done Sebastian it is really great. >>> Thanks for testing t

Re: [PATCH] Add a C++ thread with attributes

2019-12-10 Thread Sebastian Huber
On 10/12/2019 12:00, Chris Johns wrote: The patch is against Sebastian's waf build repo. I would like it say it was a pleasure to add the new files to the new build system. Well done Sebastian it is really great. Thanks for testing the new build system. It was easy. I did notice when I followed

Re: [PATCH] Add a C++ thread with attributes

2019-12-10 Thread Sebastian Huber
On 10/12/2019 12:00, Chris Johns wrote: On 10/12/19 5:05 pm, Sebastian Huber wrote: On 10/12/2019 00:28,chr...@rtems.org wrote: This patch adds C++ thread support that is similar to the standard C++ std::thread class however it has attributes so you can control a thread priority, stack size an

Re: [PATCH] Add a C++ thread with attributes

2019-12-10 Thread Chris Johns
On 10/12/19 5:05 pm, Sebastian Huber wrote: > On 10/12/2019 00:28, chr...@rtems.org wrote: >> This patch adds C++ thread support that is similar to the standard >> C++ std::thread class however it has attributes so you can control >> a thread priority, stack size and other attributes. > > looks go

Re: [PATCH] Add a C++ thread with attributes

2019-12-09 Thread Sebastian Huber
Hello Chris, On 10/12/2019 00:28, chr...@rtems.org wrote: Hi, This patch adds C++ thread support that is similar to the standard C++ std::thread class however it has attributes so you can control a thread priority, stack size and other attributes. looks good, but I don't like the short librar

[PATCH] Add a C++ thread with attributes

2019-12-09 Thread chrisj
Hi, This patch adds C++ thread support that is similar to the standard C++ std::thread class however it has attributes so you can control a thread priority, stack size and