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 847fa56a54 Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
..
algorithm
base Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
cleanup
container Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
copts
debugging Fix "unsafe narrowing" warnings in absl, 7/n. 2 years ago
flags Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
functional
hash
log Added some more no_test.. tags to build targets for controlling testing. 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 string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 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 Fixed header guards to match style guide conventions. 2 years ago
utility
BUILD.bazel
CMakeLists.txt Release the Abseil Logging library 2 years ago
abseil.podspec.gen.py