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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 14:47:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 17:39:13 +0300
commit0b856dd97e43cf116ac136b74bc3a559c679522e (patch)
tree010fa23fccce75c385bb83255c5de2d6ccc89fac /extern/gflags/README.libmv
parent69f40808390a4a761e414daebbfbeeacae342871 (diff)
Move GLog/GFlags to extern/
This is where the libraries belongs to actually, they are not only used by Libmv now, but also by tests and Cycles.
Diffstat (limited to 'extern/gflags/README.libmv')
-rw-r--r--extern/gflags/README.libmv19
1 files changed, 19 insertions, 0 deletions
diff --git a/extern/gflags/README.libmv b/extern/gflags/README.libmv
new file mode 100644
index 00000000000..bf58ccb5fd2
--- /dev/null
+++ b/extern/gflags/README.libmv
@@ -0,0 +1,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)