Re: [PATCH v3] cpukit/librcxx: Add a C++ thread interface with attributes

2019-12-13 Thread Chris Johns
On 13/12/19 5:52 pm, Sebastian Huber wrote: > > looks good. > Thanks. I look forward to this being merged once we switch the build system. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v3] cpukit/librcxx: Add a C++ thread interface with attributes

2019-12-12 Thread Sebastian Huber
Hello Chris, looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine ges

[PATCH v3] cpukit/librcxx: Add a C++ thread interface with attributes

2019-12-12 Thread chrisj
From: Chris Johns --- cpukit/include/rtems/c++/error| 65 +++ cpukit/include/rtems/c++/thread | 469 ++ cpukit/librtemscxx/error.cc | 76 +++ cpukit/librtemscxx/thread.cc | 414 .../cpukit/RTEMS-B