blender/extern/libmv/third_party/gflags
Sergey Sharybin 898ba93a12 Update libmv to current upstream version
- Solves some strict compilation warning
- Style/code cleanup
2013-04-05 09:23:20 +00:00
..
gflags Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
AUTHORS Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
ChangeLog Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
config.h Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
COPYING Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
gflags_completions.cc Update libmv to current upstream version 2013-04-05 09:23:20 +00:00
gflags_reporting.cc Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
gflags.cc Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
mutex.h Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
NEWS Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
README.libmv Camera tracking: synchronize changes with own branch 2012-12-20 11:03:39 +00:00
util.h Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00

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.

- Added -fPIC flag, so shared libraries from Ceres could be linked against static glog

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