C++ implementation of the Google logging module
link.h is usually provided by glibc. Current implementation of symbolize can work on link.h. Enhance the symbolize detection logic to support link.h, AKA. define HAVE_SYMBOLIZE if defined(HAVE_LINK_H). |
||
|---|---|---|
| .bazelci | ||
| .github | ||
| bazel | ||
| cmake | ||
| docs | ||
| examples | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| BUILD.bazel | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| codecov.yml | ||
| CONTRIBUTORS | ||
| gcovr.cfg | ||
| glog-config.cmake.in | ||
| glog-modules.cmake.in | ||
| libglog.pc.in | ||
| LICENSE.md | ||
| mkdocs.yml | ||
| MODULE.bazel | ||
| README.rst | ||
| WORKSPACE.bazel | ||
Google Logging Library ====================== |Linux Github actions| |Windows Github actions| |macOS Github actions| |Codecov| Google Logging (glog) is a C++14 library that implements application-level logging. The library provides logging APIs based on C++-style streams and various helper macros. Getting Started --------------- Please refer to project's `documentation <https://google.github.io/glog/>`_. .. |Linux Github actions| image:: https://github.com/google/glog/actions/workflows/linux.yml/badge.svg :target: https://github.com/google/glog/actions .. |Windows Github actions| image:: https://github.com/google/glog/actions/workflows/windows.yml/badge.svg :target: https://github.com/google/glog/actions .. |macOS Github actions| image:: https://github.com/google/glog/actions/workflows/macos.yml/badge.svg :target: https://github.com/google/glog/actions .. |Codecov| image:: https://codecov.io/gh/google/glog/branch/master/graph/badge.svg?token=8an420vNju :target: https://codecov.io/gh/google/glog