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.
 
 
 
 
 
 
Derek Mauro b4a4a6b01f Replace std::atomic_flag with std::atomic<bool> to avoid the C++20 2 years ago
..
internal Replace std::atomic_flag with std::atomic<bool> to avoid the C++20 2 years ago
BUILD.bazel Factor out the internal helper AppendTruncated, which is used and redefined in a couple places, plus several more that have yet to be released. 2 years ago
CMakeLists.txt drop an unused dep 2 years ago
basic_log_test.cc Release the Abseil Logging library 2 years ago
check.h Add the fact that CHECK_OK exits the program to the comment of CHECK_OK. 2 years ago
check_test.cc Release the Abseil Logging library 2 years ago
die_if_null.cc Release the Abseil Logging library 2 years ago
die_if_null.h Release the Abseil Logging library 2 years ago
die_if_null_test.cc Release the Abseil Logging library 2 years ago
flags.cc Release the Abseil Logging library 2 years ago
flags.h Release the Abseil Logging library 2 years ago
flags_test.cc Disables StderrKnobsDefault due to order dependency 2 years ago
globals.cc Release the Abseil Logging library 2 years ago
globals.h Release the Abseil Logging library 2 years ago
globals_test.cc Release the Abseil Logging library 2 years ago
initialize.cc Release the Abseil Logging library 2 years ago
initialize.h Release the Abseil Logging library 2 years ago
log.h Support logging of user-defined types that implement `AbslStringify()` 2 years ago
log_benchmark.cc Release the Abseil Logging library 2 years ago
log_entry.cc Release the Abseil Logging library 2 years ago
log_entry.h Delete LogEntry's copy ctor and assignment operator. 2 years ago
log_entry_test.cc Factor out the internal helper AppendTruncated, which is used and redefined in a couple places, plus several more that have yet to be released. 2 years ago
log_format_test.cc Narrow some _MSC_VER checks to not catch clang-cl. 2 years ago
log_macro_hygiene_test.cc Release the Abseil Logging library 2 years ago
log_modifier_methods_test.cc Fix various warnings for _WIN32. 2 years ago
log_sink.cc Release the Abseil Logging library 2 years ago
log_sink.h Release the Abseil Logging library 2 years ago
log_sink_registry.h Release the Abseil Logging library 2 years ago
log_sink_test.cc Release the Abseil Logging library 2 years ago
log_streamer.h De-pointerize LogStreamer::stream_, and fix move ctor/assign preservation of flags and other stream properties. 2 years ago
log_streamer_test.cc De-pointerize LogStreamer::stream_, and fix move ctor/assign preservation of flags and other stream properties. 2 years ago
scoped_mock_log.cc Release the Abseil Logging library 2 years ago
scoped_mock_log.h Release the Abseil Logging library 2 years ago
scoped_mock_log_test.cc Fix various warnings for _WIN32. 2 years ago
stripping_test.cc Narrow some _MSC_VER checks to not catch clang-cl. 2 years ago