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 6a262fdadd 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
..
algorithm algorithm_test: suppress bogus -Wnonnull warning in GCC 12 3 years ago
base Fixed header guards to match style guide conventions. 2 years ago
cleanup Export of internal Abseil changes 3 years ago
container Fixed header guards to match style guide conventions. 2 years ago
copts Export of internal Abseil changes 3 years ago
debugging Fix "unsafe narrowing" warnings in absl, 7/n. 2 years ago
flags Typo fix 2 years ago
functional any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC 2 years ago
hash Workaround bug in GCC 7.2 2 years ago
log Added some more no_test.. tags to build targets for controlling testing. 2 years ago
memory Don't construct/destroy object twice 3 years ago
meta Map the absl::is_trivially_* functions to their std impl 2 years ago
numeric Change bit_width(T) to return int rather than T. 2 years ago
profiling Fix "unsafe narrowing" warnings in absl, 1/n. 2 years ago
random Fix "unsafe narrowing" warnings in absl, 3/n. 2 years ago
status remove unused includes and add missing std includes for absl/status/status.h 2 years ago
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 Added some more no_test.. tags to build targets for controlling testing. 2 years ago
time Switch time_state to explicit default initialization instead of value initialization. 2 years ago
types Fixed header guards to match style guide conventions. 2 years ago
utility Minor clang-tidy cleanups 2 years ago
BUILD.bazel Export of internal Abseil changes 3 years ago
CMakeLists.txt Release the Abseil Logging library 2 years ago
abseil.podspec.gen.py Export of internal Abseil changes 4 years ago