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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| cmake | 4 years ago | |
| doc | 4 years ago | |
| m4 | 4 years ago | |
| packages | 4 years ago | |
| src | 4 years ago | |
| vsprojects | 4 years ago | |
| .gitignore | 4 years ago | |
| AUTHORS | 4 years ago | |
| CMakeLists.txt | 4 years ago | |
| CONTRIBUTING.md | 4 years ago | |
| CONTRIBUTORS | 4 years ago | |
| COPYING | 4 years ago | |
| ChangeLog | 4 years ago | |
| INSTALL | 4 years ago | |
| Makefile.am | 4 years ago | |
| Makefile.in | 4 years ago | |
| NEWS | 4 years ago | |
| README | 4 years ago | |
| README.windows | 4 years ago | |
| aclocal.m4 | 4 years ago | |
| compile | 4 years ago | |
| config.guess | 4 years ago | |
| config.sub | 4 years ago | |
| configure | 4 years ago | |
| configure.ac | 4 years ago | |
| depcomp | 4 years ago | |
| glog-config.cmake.in | 4 years ago | |
| google-glog.sln | 4 years ago | |
| install-sh | 4 years ago | |
| libglog.pc.in | 4 years ago | |
| ltmain.sh | 4 years ago | |
| missing | 4 years ago | |
| mkinstalldirs | 4 years ago | |
| test-driver | 4 years ago | |
README
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