Files
test2/extern/glog
Brad Smith 02202dd5a1 Glog: fixed OpenBSD support
- Usage of syscall() is not allowed
- Use getthrid() to retreive the thread ID

Pull Request: https://projects.blender.org/blender/blender/pulls/107818
2023-05-16 09:30:35 +02:00
..
2020-06-19 12:02:21 +02:00
2023-05-16 09:30:35 +02:00
2020-06-19 12:02:21 +02:00
2020-06-19 12:02:21 +02:00
2023-05-16 09:30:35 +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