tornavis/intern/opencolorio
Aaron Carlisle 9f044cb422 Remove MinGW support
The Issue
=======

For a long time now MinGW has been unsupported and unmaintained and at this point,
it looks like something that we should just leave behind and move on.


Why Remove
==========

One of the big motivations for MinGW back in the day is that it was free compared to MSVC which was licensed based.
However, now that this is no longer true we have basically stopped updating the need CMake files.
Along with the CMake files, there are several patches to the extern libs needed to make this work.  For example, see:
https://developer.blender.org/diffusion/B/browse/master/extern/carve/patches/mingw_w64.patch

If we wanted to keep MinGW then we would need to make more custom patches to the external libs and
this is not something our platform maintainers are willing to do.

For example, here is the patches needed to build python: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python3

Fixes T51301

Differential Revision: https://developer.blender.org/D2648
2017-05-27 15:34:55 -04:00
..
CMakeLists.txt Remove MinGW support 2017-05-27 15:34:55 -04:00
fallback_impl.cc OCIO: Implement exposure/gamma for fallback implementation 2016-12-02 16:57:00 +01:00
gpu_shader_display_transform.glsl Cleanup: glsl style 2016-05-26 18:53:09 +10:00
ocio_capi.cc Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
ocio_capi.h Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
ocio_impl.cc Revert "Fix T47869: OpenColorIO Error with unicode path to config file under Windows" 2016-03-23 19:28:16 +01:00
ocio_impl.h Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminance 2015-03-17 14:15:05 +01:00
ocio_impl_glsl.cc OCIO: Disable the warnings related on C4251 2016-02-20 14:06:11 +05:00