Upgrades Glog from 0.3.5 to 0.4.0, and Gtest from 0.8.0 to 0.10.0. Hopefully this will solve compilation error on MSVC with C++17.
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
Project: Google Logging
|
|
URL: https://github.com/google/glog
|
|
License: New BSD
|
|
Upstream version: 0.4.0, 96a2f23dca4
|
|
Local modifications:
|
|
* Added per-platform config.h files so no configuration-time
|
|
checks for functions and so are needed.
|
|
* Added special definitions of HAVE_SNPRINTF and HAVE_LIB_GFLAGS
|
|
in Windows' specific config.h.
|