C++ implementation of the Google logging module
DCHECK* causes "warning C4127: conditional expression is constant". If compiled with -DWIN32_LEAN_AND_MEAN, port.h: warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition. On MacOSX, warning: "_END_GOOGLE_NAMESPACE_" redefined warning: "_START_GOOGLE_NAMESPACE_" redefined because config.h is included from base/commandlineflags.h:51 from logging.cc:60 and from utilities.h:81 from logging.cc:32 or so. Contributed by ukai@ git-svn-id: https://google-glog.googlecode.com/svn/trunk@114 eb4d4688-79bd-11dd-afb4-1d65580434c0 |
||
|---|---|---|
| doc | ||
| m4 | ||
| packages | ||
| src | ||
| vsprojects | ||
| aclocal.m4 | ||
| AUTHORS | ||
| ChangeLog | ||
| compile | ||
| config.guess | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| COPYING | ||
| depcomp | ||
| google-glog.sln | ||
| INSTALL | ||
| install-sh | ||
| libglog.pc.in | ||
| ltmain.sh | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| mkinstalldirs | ||
| NEWS | ||
| README | ||
| README.windows | ||
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