Campbell Barton 3076d95ba4 Cleanup: use 2 space indentation for CMake 5 年之前
..
src ab48e6355d Glog/gflags: Reduce amount of local modifications 6 年之前
AUTHORS.txt 0b856dd97e Move GLog/GFlags to extern/ 9 年之前
CMakeLists.txt 3076d95ba4 Cleanup: use 2 space indentation for CMake 5 年之前
COPYING.txt 0b856dd97e Move GLog/GFlags to extern/ 9 年之前
ChangeLog.txt 0b856dd97e Move GLog/GFlags to extern/ 9 年之前
NEWS.txt 0b856dd97e Move GLog/GFlags to extern/ 9 年之前
README.blender ab48e6355d Glog/gflags: Reduce amount of local modifications 6 年之前
README.md 0b856dd97e Move GLog/GFlags to extern/ 9 年之前

README.blender

Project: Google Flags
URL: https://github.com/gflags/gflags
License: New BSD
Upstream version: 2.2.1 (46f73f88b18)
Local modifications:

- Flattened the tree and only included files needed for Blender.

- config.h was originally generated on linux machine with some
further tweaks:

* OS_WINDOWS need to be conditinally defined from inside #ifdef WIN32
* Same applies to HAVE_SHLWAPI_H
* Disabeld HAVE_FNMATCH_H
* Forced disabled GFLAGS_IS_A_DLL

- Applied some modifications from fork https://github.com/Nazg-Gul/gflags.git
(see https://github.com/gflags/gflags/pull/129)

- Ifdef-ed __attribute((unused)) in gflags.h.
This file is compile-time configurable in upstream, so can not avoid change here.