• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/glog/H03-May-2022-2,2881,050

src/H03-May-2022-10,9986,076

AUTHORSH A D19-Aug-2020890 2624

COPYINGH A D27-Aug-20193.1 KiB6652

ChangeLogH A D19-Aug-20203.4 KiB10080

READMEH A D27-Aug-2019237 64

README.blenderH A D19-Aug-2020336 109

README

1This repository contains a C++ implementation of the Google logging
2module.  Documentation for the implementation is in doc/.
3
4See INSTALL for (generic) installation instructions for C++: basically
5   ./configure && make && make install
6

README.blender

1Project: Google Logging
2URL: https://github.com/google/glog
3License: New BSD
4Upstream version: 0.4.0, 96a2f23dca4
5Local modifications:
6* Added per-platform config.h files so no configuration-time
7  checks for functions and so are needed.
8* Added special definitions of HAVE_SNPRINTF and HAVE_LIB_GFLAGS
9  in Windows' specific config.h.
10