Package boost-context-devel: Information

    Binary package: boost-context-devel
    Version: 1.80.0-alt1
    Architecture: armh
    Build time:  Oct 25, 2022, 07:54 AM in the task #308894
    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: Ivan A. Melnikov


    Last changed


    Sept. 9, 2022 Ivan A. Melnikov 1:1.80.0-alt1
    - Updated to upstream version 1.80.0
    June 22, 2022 Anton Midyukov 1:1.77.0-alt5
    - add upstream patch for fix build packages with CGAL and gcc12 on ppc64le
      (e.g. openscad)
    Jan. 14, 2022 Aleksei Nikiforov 1:1.77.0-alt4
    - Fixed compatibility with python-3.10.