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 5a547f8bbd Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
..
internal Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
BUILD.bazel Disable tests on some platforms where they currently fail. 3 years ago
CMakeLists.txt raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answer: it's async-signal-safe). 3 years ago
attributes.h Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for use with clang's __is_trivially_relocatable and [[clang::trivial_abi]]. 2 years ago
bit_cast_test.cc
call_once.h Export of internal Abseil changes 4 years ago
call_once_test.cc
casts.h Export of internal Abseil changes 3 years ago
config.h Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device mode. They are not available in that configuration, even if the host supports them. 2 years ago
config_test.cc
const_init.h
dynamic_annotations.h Export of internal Abseil changes 3 years ago
exception_safety_testing_test.cc Fix C++17 constexpr storage deprecation warnings 3 years ago
inline_variable_test.cc
inline_variable_test_a.cc
inline_variable_test_b.cc
invoke_test.cc Add implementation of is_invocable_r to absl::base_internal for C++ < 17, define it as alias of std::is_invocable_r when C++ >= 17 3 years ago
log_severity.cc Adds ABSL_CONST_INIT to initializing declarations where it is missing 3 years ago
log_severity.h Export of internal Abseil changes 3 years ago
log_severity_test.cc Export of internal Abseil changes 3 years ago
macros.h Export of internal Abseil changes 4 years ago
optimization.h Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for use with clang's __is_trivially_relocatable and [[clang::trivial_abi]]. 2 years ago
optimization_test.cc Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for use with clang's __is_trivially_relocatable and [[clang::trivial_abi]]. 2 years ago
options.h Delete #include. 2 years ago
policy_checks.h Move Abseil to C++14 minimum 2 years ago
port.h Export of internal Abseil changes 4 years ago
raw_logging_test.cc
spinlock_test_common.cc Fix "unsafe narrowing" warnings in absl, 10/n. 2 years ago
thread_annotations.h Reformulate documentation of ABSL_LOCKS_EXCLUDED. 3 years ago
throw_delegate_test.cc