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