Browse Source

tinyexr: Sync with upstream 1.0.0

Rémi Verschelde 5 years ago
parent
commit
fa35f53dd2
4 changed files with 326 additions and 186 deletions
  1. 1 1
      COPYRIGHT.txt
  2. 1 1
      thirdparty/README.md
  3. 6 0
      thirdparty/tinyexr/tinyexr.cc
  4. 318 184
      thirdparty/tinyexr/tinyexr.h

+ 1 - 1
COPYRIGHT.txt

@@ -338,7 +338,7 @@ License: Expat
 
 Files: ./thirdparty/tinyexr/
 Comment: TinyEXR
-Copyright: 2014-2019, Syoyo Fujita
+Copyright: 2014-2020, Syoyo Fujita
   2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
 License: BSD-3-clause
 

+ 1 - 1
thirdparty/README.md

@@ -564,7 +564,7 @@ comments and a patch is provided in the squish/ folder.
 ## tinyexr
 
 - Upstream: https://github.com/syoyo/tinyexr
-- Version: git (4dbd05a22f51a2d7462311569b8b0cba0bbe2ac5, 2020)
+- Version: 1.0.0 (e4b7840d9448b7d57a88384ce26143004f3c0c71, 2020)
 - License: BSD-3-Clause
 
 Files extracted from upstream source:

+ 6 - 0
thirdparty/tinyexr/tinyexr.cc

@@ -1,2 +1,8 @@
+#if defined(_WIN32)
+#ifndef NOMINMAX
+#define NOMINMAX
+#endif
+#endif
+
 #define TINYEXR_IMPLEMENTATION
 #include "tinyexr.h"

File diff suppressed because it is too large
+ 318 - 184
thirdparty/tinyexr/tinyexr.h


Some files were not shown because too many files changed in this diff