在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):abseil/abseil-cpp开源软件地址(OpenSource Url):https://github.com/abseil/abseil-cpp开源编程语言(OpenSource Language):C++ 92.8%开源软件介绍(OpenSource Introduction):Abseil - C++ Common LibrariesThe repository contains the Abseil C++ library code. Abseil is an open-source collection of C++ code (compliant to C++14) designed to augment the C++ standard library. Table of ContentsAbout AbseilAbseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you. Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole. QuickstartIf you want to just get started, make sure you at least run through the Abseil Quickstart. The Quickstart contains information about setting up your development environment, downloading the Abseil code, running tests, and getting a simple binary working. Building AbseilBazel and CMake are the official build systems for Abseil. See the quickstart for more information on building Abseil using the Bazel build system. If you require CMake support, please check the CMake build instructions and CMake Quickstart. SupportAbseil is officially supported on many platforms. See the Abseil platform support guide for details on supported operating systems, compilers, CPUs, etc. CodemapAbseil contains the following C++ library components:
ReleasesAbseil recommends users "live-at-head" (update to the latest commit from the master branch as often as possible). However, we realize this philosophy doesn't work for every project, so we also provide Long Term Support Releases to which we backport fixes for severe bugs. See our release management document for more details. LicenseThe Abseil C++ library is licensed under the terms of the Apache license. See LICENSE for more information. LinksFor more information about Abseil:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论