A C++ GPU Computing Library for OpenCL C++1.6k337 pfrpfrPublic std::tuple like methods for user defined types without any macro or boilerplate code C++1.4k161 asioasioPublic Boost.org asio module C++1.3k427 Repositories Type Language
config- Boost.Log build configuration code and scripts doc- QuickBook documentation sources example- Boost.Log examples include- Interface headers of Boost.Log src- Compilable source code of Boost.Log test- Boost.Log unit tests More information ...
复制 Muduo is a multithreadedC++network library based on the reactor pattern.http://github.com/chenshuo/muduoCopyright(c)2010,Shuo Chen.All rights reserved.Useofthissource code is governed by aBSD-style license that can be foundinthe License file.Requires:Linux kernel version>=2.6.28.GCC>=4.7...
Boost unit testing framework (Boost.Test)is a part of theBoostlibrary. It is a fully functional and scalable framework, with a wide range of assertion macros, XML output, and other features. Boost.Test itself lacks mocking functionality, but it can be combined with stand-alone mocking framewor...
Boost Test Library- C++ 单元测试框架 数据结构 dynamic_bitset-std::bitset-的动态转型 仿函数与高级函数(含无名关数) bindandmem_fn- 函数的绑定 function- 函数。 functional- C++标准函数之强化。以下是加强的内容。 function object traits negators ...
1)、C++ Str Library参考网站:http://www.utilitycode.com/str/ 操作字符串和字符的库,支持Windows和支持gcc的多种平台。提供高度优化的代码,并且支持多线程环境和Unicode,同时还有正则表达式的支持。 2)、Common Text Transformation Library参考网站:http://cttl.sourceforge.net/ ...
A beginner's introduction to the smart pointers provided by the boost library.Download source files - 45.3 Kb Contents Smart Pointers can greatly simplify C++ development. Chiefly, they provide automatic memory management close to more restrictive languages (like C# or VB), but there is much ...
dump "ERROR: Cannot build boost_math library for armeabi architecture because of broken toolchain" dump " However, it is explicitly included" exit 1 fi fi else TOOLSET_ARCH=${TOOLSET} TARGET_OS=linux fi if [ -n "$WITH_PYTHON" ]; then WITHOUT_LIBRARIES= ...
选择“Tools->Options->Directories->Library file”,加入一行“C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\BOOSTREX”(彩色部分是我的Visual Studio安装目录) 配置也OK了! 注意:如果出现LINK : fatal error LNK1104: 无法打开文件“libboost_regex-vc6-sgd-1_34_1.lib”如果出现这种情况就把这个文件名改一...
目前已经更新到了1.72.0版本,官网下载地址为:https://www.boost.org/users/history/version_1_72_0.html,由于我之前在自己Windows10系统上安装的是Boost 1.69.0,其源代码下载地址为:https://sourceforge.net/projects/boost/files/boost/1.69.0/,所以本文直接演示在VS2017下使用boost1.69.0版本,使用...