Abseil Common Libraries (C++) (grcp 依赖) https://abseil.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Abseil Team 800c04f64a Add sparse and string copy constructor benchmarks for hash table. 2 years ago
..
algorithm
base Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
cleanup
container Add sparse and string copy constructor benchmarks for hash table. 2 years ago
copts
debugging Improve failure message: tell the values we don't like. 2 years ago
flags Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
functional
hash
log Add the fact that CHECK_OK exits the program to the comment of CHECK_OK. 2 years ago
memory
meta
numeric
profiling Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
random Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
status
strings Adds support for "%v" in absl::StrFormat and related functions for numeric types, including integer and floating point values. Users may now specify %v and have the format specifier deduced. Integer values will print according to %d specifications, unsigned values will use %u, and floating point values will use %g. Note that %v does not work for `char` due to ambiguity regarding the intended output. Please continue to use %c for `char`. 2 years ago
synchronization Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
time Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
types
utility
BUILD.bazel
CMakeLists.txt
abseil.podspec.gen.py