Files
blender/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
..
2020-06-19 12:02:21 +02:00
2020-06-19 12:02:21 +02:00
2020-06-19 12:02:21 +02:00
2020-06-19 12:02:21 +02:00

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