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

README.libmv « gflags « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf58ccb5fd2a5362073ac9a85e90796e436cdd9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Project: Google Flags
URL: http://code.google.com/p/google-gflags/
License: New BSD
Upstream version: 2.2.0 (9db82895)
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.

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