C++ implementation of the Google logging module
* Upstream Chromium local changes to symbolize.cc Chromium has its own fork of symbolize.cc and symbolize.h, and it has several not-yet-upstreamed changes, that are not specific to Chromium. This patch upstreams such a changes. Fixed google::FindSymbol reading past end of a section |
||
|---|---|---|
| .bazelci | ||
| bazel | ||
| cmake | ||
| doc | ||
| m4 | ||
| packages | ||
| src | ||
| .gitignore | ||
| AUTHORS | ||
| autogen.sh | ||
| BUILD | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| configure.ac | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| COPYING | ||
| glog-config.cmake.in | ||
| INSTALL | ||
| libglog.pc.in | ||
| ltmain.sh | ||
| Makefile.am | ||
| README | ||
| README.windows | ||
| WORKSPACE | ||
This repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/. See INSTALL for (generic) installation instructions for C++: basically ./autogen.sh && ./configure && make && make install