Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.libmv « gflags « third_party « libmv « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 673099ce6180c74c00d9ddb7ba61d308648e2781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Project: Google Flags
URL: http://code.google.com/p/google-gflags/
License: New BSD
Upstream version: 2.0
Local modifications:

- Flattened the tree and only included files needed for libmv. This involved
  changing some of the includes to point to the current directory instead of a
  nested gflags directory.

- Added a poor-man's version of upstream's port.cc/h to make gflags compile on
  windows. This isn't sufficient but is a stopgap for now.

  TODO(keir): Import and use gflags for Windows from upstream.