Boost.Documentation list Testing list (about regression-testing the boost libraries, not for the Boost.Test library specifically) diff --git a/more/regression.html b/more/regression.html index da3838df58ff..f7bc57779827 100644 --- a/more/regression.html +++ b/more/regression.html @@ -65,11...
Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and tran...
Merge documentation fixes. 15年前 README BSL-1.0 Boost C++ Libraries The Boost project provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectru...
A set of date-time libraries based on generic programming concepts. Author(s): Jeff Garland First Release: 1.29.0 Standard: Categories: Domain Specific, System DLL Library for comfortable work with DLL and DSO. Author(s): Antony Polukhin and Renato Tegon Forti First Release: 1.61.0 Standard...
E:\Qt\Qt3rdlib\boost_1_58_0>bjam --show-libraries The following libraries require building: - atomic - chrono - container - context - coroutine - date_time-exception-filesystem-graph-graph_parallel - iostreams - locale - log - math ...
–show-libraries 显示需要编译的库名称 静态库: bjam stage –toolset=msvc-12.0 –stagedir=”C:\Boost\boost_vc_120” link=static runtime-link=shared threading=multi release 用vs2012生成 Release 版本,多线程,动态态链接C++标准库 的 静态库。
This library provides configuration support for the Boost C++ libraries. The full documentation is available on boost.org. MasterDevelop Drone Travis Appveyor Support, bugs and feature requests Bugs and feature requests can be reported through the Gitub issue tracker (see open issues and closed...
vcpkg provides the Boost set of libraries as individual packages as a convenience for users that depend only on a limited subset of Boost packages. However, this approach has a tradeoff. Users who want to lock a specific version of their Boost dependencies are required to override the versions...
Building the Boost C++ Libraries. - symlinks supported : no - junctions supported : yes - hardlinks supported : yes - C++11 mutex : yes - Boost.Config Feature Check: cxx11_auto_declarations : yes - Boost.Config Feature Check: cxx11_constexpr : yes ...
意思是要生静态库,该静态库动态链接C运行时库 生成的文件名字是:libboost_date_time-vc100-mt-gd-1_48.lib(debug verion),libboost_date_time-vc100-mt-1_48.lib(release version) 两个文件. bjam.exe --toolset=msvc-10.0 --with-date_time runtimelink=shared link=shared stage ...