Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
someonewithpc
/
blender
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
fast-io
Branches
Tags
fast-io
blender
/
extern
/
glog
Campbell Barton
3076d95ba4
Cleanup: use 2 space indentation for CMake
6 years ago
..
include
ab48e6355d
Glog/gflags: Reduce amount of local modifications
7 years ago
src
ab48e6355d
Glog/gflags: Reduce amount of local modifications
7 years ago
AUTHORS
161393805f
Update Google libraries
7 years ago
CMakeLists.txt
3076d95ba4
Cleanup: use 2 space indentation for CMake
6 years ago
COPYING
0b856dd97e
Move GLog/GFlags to extern/
9 years ago
ChangeLog
0b856dd97e
Move GLog/GFlags to extern/
9 years ago
NEWS
0b856dd97e
Move GLog/GFlags to extern/
9 years ago
README
0b856dd97e
Move GLog/GFlags to extern/
9 years ago
README.blender
ab48e6355d
Glog/gflags: Reduce amount of local modifications
7 years ago
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