blender/extern/libmv/third_party/gflags
Sergey Sharybin 59742167ce Just another attempt to make MSVC happy
No idea why standalone libmv remo was all fine with the code..
2014-12-31 19:04:29 +05:00
..
gflags Just another attempt to make MSVC happy 2014-12-31 19:04:29 +05:00
AUTHORS.txt Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
ChangeLog.txt Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
config.h Just another attempt to make MSVC happy 2014-12-31 19:04:29 +05:00
COPYING.txt Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
gflags_completions.cc Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
gflags_reporting.cc Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
gflags.cc Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
mutex.h Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
NEWS.txt Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
README.libmv Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
util.h Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
windows_port.cc Hopefully fix compilation error after recent update 2014-12-31 16:42:40 +05:00
windows_port.h Hopefully fix compilation error after recent update 2014-12-31 16:42:40 +05:00

Project: Google Flags
URL: http://code.google.com/p/google-gflags/
License: New BSD
Upstream version: 2.1.1
Local modifications:

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

- 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 yo HAVE_SHLWAPI_H
  * Disabeld HAVE_FNMATCH_H

- Removed attribute(unused) from FlagSaver.

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