Merge branch 'master' into release-0-4-0
tree: 9c4998b8a412e28cfb4e2547f5d4cfb0546d51d6
  1. .bazelci/
  2. bazel/
  3. cmake/
  4. doc/
  5. m4/
  6. packages/
  7. src/
  8. toolchains/
  9. .gitignore
  10. .travis.ubuntu.sh
  11. .travis.yml
  12. appveyor.yml
  13. AUTHORS
  14. autogen.sh
  15. BUILD
  16. ChangeLog
  17. CMakeLists.txt
  18. configure.ac
  19. CONTRIBUTING.md
  20. CONTRIBUTORS
  21. COPYING
  22. Dockerfile.ubuntu.template
  23. glog-config.cmake.in
  24. INSTALL
  25. libglog.pc.in
  26. Makefile.am
  27. README.md
  28. README.windows
  29. WORKSPACE
README.md

Build Status Grunt status

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