forked from blender/blender
Sergey Sharybin
ab48e6355d
With better directory layout and more proper include statements we can avoid several local modifications, such as changing config.h for Windows Glog and the ones related on pass-through statements in logging headers in Glog. This commit also makes unused functions not-a-warning for external code.
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.3.5, a6a166db069
|
|
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.
|