C++ implementation of the Google logging module
Previously, plain vector and string were used. This assumed that there were "using" directives or declarations before the macro was used. This will not always be the case. |
||
|---|---|---|
| doc | ||
| m4 | ||
| packages | ||
| src | ||
| vsprojects | ||
| .gitignore | ||
| aclocal.m4 | ||
| AUTHORS | ||
| ChangeLog | ||
| compile | ||
| config.guess | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| COPYING | ||
| depcomp | ||
| google-glog.sln | ||
| INSTALL | ||
| install-sh | ||
| libglog.pc.in | ||
| ltmain.sh | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| mkinstalldirs | ||
| NEWS | ||
| README | ||
| README.windows | ||
| test-driver | ||
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 ./configure && make && make install