kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22817
Re: [RFC PATCH] No more boost::context
On 21 January 2016 at 13:42, Tomasz Wlostowski
<tomasz.wlostowski@xxxxxxx> wrote:
> Hi,
>
> This patch replaces boost::context with a small library called
> libcontext (derived from boost::context sources). It drops the
> dependency on boost for the cost of one additional header file and cpp
> file (taking inspiration from ClipperLib).
>
> I've tested the new context switching code on Linux, OSX (El Capitan) &
> Windows (all OS 32-bit and 64-bit Intel). Supported compilers are GCC
> and Clang.
>
> Let me know if Kicad builds and works correctly on your platforms...
>
> Cheers,
> Tom
A big thumbs up from me Tom! Pulling this in stabalises the co-routine
code nicely.
Best Regards,
Brian.
References