Пакет boost-context-devel: Информация

    Бинарный пакет: boost-context-devel
    Версия: 1.53.0-alt3
    Архитектура: x86_64
    Собран:  31 марта 2013 г. 1:48
    Исходный пакет: boost
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.boost.org

    Лицензия: Boost Software License
    О пакете: The Boost Context Lirary development files
    Описание: 
    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 aquivalent to C# keyword yield in C++.

    Сопровождающий: Ivan A. Melnikov


    Последнее изменение


    16 февраля 2013 г. Ivan A. Melnikov 1:1.53.0-alt3
    - build with python3-3.3.0.
    9 февраля 2013 г. Ivan A. Melnikov 1:1.53.0-alt2
    - add patch 29 to make qt4 moc work even when some boost headers
      included.
    6 февраля 2013 г. Ivan A. Melnikov 1:1.53.0-alt1
    - new version;
    - subpackages for Boost.Atomic, Boost.Coroutine, Boost.Lockfree and
      Boost.Multiprecision.