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

    Исходный пакет: boost
    Версия: 1.39.0-alt3
    Собран:  13 июня 2009 г. 13:58
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.boost.org

    Лицензия: Boost Software License
    О пакете: Библиотеки Boost
    Описание: 
    The Boost web site provides free peer-reviewed portable C++ source libraries.
    The emphasis is on libraries which work well with the C++ Standard Library. One
    goal is to establish "existing practice" and provide reference implementations
    so that the Boost libraries are suitable for eventual standardization. Some of
    the libraries have already been proposed for inclusion in the C++ Standards
    Committee's upcoming C++ Standard Library Technical Report.
    
    Although Boost was begun by members of the C++ Standards Committee Library
    Working Group, membership has expanded to include nearly two thousand members
    of the C++ community at large.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    boost-asio-devel (noarch)
    boost-devel (x86_64, i586)
    boost-devel-static (x86_64, i586)
    boost-doc (noarch)
    boost-filesystem-devel (x86_64, i586)
    boost-flyweight-devel (noarch)
    boost-interprocess-devel (noarch)
    boost-intrusive-devel (noarch)
    boost-jam (x86_64, i586)
    boost-math-devel (x86_64, i586)
    boost-program_options-devel (x86_64, i586)
    boost-python-devel (x86_64, i586)
    boost-signals-devel (x86_64, i586)
    boost-units-devel (noarch)
    boost-wave-devel (x86_64, i586)
    libboost_date_time1.39.0 (x86_64, i586)
    libboost_filesystem1.39.0 (x86_64, i586)
    libboost_graph1.39.0 (x86_64, i586)
    libboost_iostreams1.39.0 (x86_64, i586)
    libboost_math_c991.39.0 (x86_64, i586)
    libboost_math_c99f1.39.0 (x86_64, i586)
    libboost_math_c99l1.39.0 (x86_64, i586)
    libboost_math_tr11.39.0 (x86_64, i586)
    libboost_math_tr1f1.39.0 (x86_64, i586)
    libboost_math_tr1l1.39.0 (x86_64, i586)
    libboost_program_options1.39.0 (x86_64, i586)
    libboost_python1.39.0 (x86_64, i586)
    libboost_regex1.39.0 (x86_64, i586)
    libboost_serialization1.39.0 (x86_64, i586)
    libboost_signals1.39.0 (x86_64, i586)
    libboost_system1.39.0 (x86_64, i586)
    libboost_test1.39.0 (x86_64, i586)
    libboost_thread1.39.0 (x86_64, i586)
    libboost_wave1.39.0 (x86_64, i586)

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


    Права:
    @qa_p5

      1. libstdc++-devel
      2. bzlib-devel
      3. python-devel
      4. libicu-devel
      5. zlib-devel
      6. gcc-c++

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


    13 июня 2009 г. Ivan A. Melnikov 1:1.39.0-alt3
    - Added patch #16 from shrek@ to make Boost.Function compile under
      BOOST_NO_EXCEPTIONS.
    11 июня 2009 г. Ivan A. Melnikov 1:1.39.0-alt2
    - Re-enabled static libraries (closes #20407).
    3 июня 2009 г. Ivan A. Melnikov 1:1.39.0-alt1
    - New version:
      + new libraries since 1.36.0: Flyweight, ScopeExit, Signals2,
        Swap, Proto;
      + lots of bugfixes and improvements in most of libraries.
    - Put Boost.Flyweight into separate subpackage.
    - Adapted building to new features of Boost.Build with layout=system:
      + following Boost.Build defaults, multi-threaded libraries now
        don't have '-mt' suffix (this means that -lboost_regex brings in
        multi-threaded version of Boost.Regex library);
      + single-threaded libraries have '-st' suffix (updated patch #3,
        put patch #4 back);
      + added "*-mt.so" symbolic links for compatibility with build
        systems which expect older boost libraries naming.
    - Removed obsolete patches.
    - Several minor spec improvements.