tornavis/extern/glog
Ankit Meel 49b798ca7e macOS/glog: Silence syscall deprecation warning
Upstream will release the fix in 0.6 which will take time.
Silence two warnings.

Differential Revision: https://developer.blender.org/D11246
2021-07-15 15:23:06 +05:30
..
include/glog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
src macOS/glog: Silence syscall deprecation warning 2021-07-15 15:23:06 +05:30
AUTHORS Upgrade Google libraries 2020-06-19 12:02:21 +02:00
CMakeLists.txt Upgrade Google libraries 2020-06-19 12:02:21 +02:00
COPYING
ChangeLog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
NEWS
README
README.blender macOS/glog: Silence syscall deprecation warning 2021-07-15 15:23:06 +05:30

README

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