Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
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
build_files Remove MinGW support 2017-05-27 15:34:55 -04:00
doc Cleanup: menu example 2017-04-29 16:20:06 +10:00
extern Remove MinGW support 2017-05-27 15:34:55 -04:00
intern Remove MinGW support 2017-05-27 15:34:55 -04:00
release Fix T51577: ColorBalance strip modifier misses some color input 2017-05-22 14:56:08 +02:00
source Remove MinGW support 2017-05-27 15:34:55 -04:00
tests Add automated ctest for complex merge in Array modifier. 2017-05-26 21:58:29 +02:00
.arcconfig
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Point all submodules to master branch 2017-04-03 14:54:51 +02:00
CMakeLists.txt CMake: document that WITH_FFTW3 is also used for the ocean sim. 2017-05-24 11:36:41 +02:00
COPYING
GNUmakefile Makefile: set tab width=4 2017-03-11 20:48:12 +11:00
make.bat [msvc/make.bat] Limit the amount of simultaneously compiled projects. 2017-05-03 15:15:35 -06:00