Package boost-context-devel: Information

    Binary package: boost-context-devel
    Version: 1.76.0-alt2
    Architecture: e2kv6
    Build time:  Dec 11, 2023, 08:00 PM
    Source package: boost
    Category: Development/C++
    Report package bug
    License: BSL-1.0
    Summary: The Boost Context Library development files
    Description: 
    Boost.Context is a foundational library that provides a sort of
    cooperative multitasking on a single thread. By providing an abstraction
    of the current execution state in the current thread, including the
    stack (with local variables) and stack pointer, all registers and CPU
    flags, and the instruction pointer, a fcontext_t instance represents a
    specific point in the application's execution path. This is useful for
    building higher-level abstractions, like coroutines, cooperative threads
    (userland threads) or an equivalent to C# keyword yield in C++.

    Maintainer: Ilya Kurdyukov


    Last changed


    June 23, 2021 Ilya Kurdyukov 1:1.76.0-alt2
    - added makecontext patch for Elbrus
    April 28, 2021 Aleksei Nikiforov 1:1.76.0-alt1
    - Updated to upstream version 1.76.0.
    - Disabled compat python symlinks.
    - Enabled cmake support.
    March 15, 2021 Aleksei Nikiforov 1:1.75.0-alt3
    - Packaged boost-build instead of boost-jam.