blender/extern/carve
Sergey Sharybin c4a422ffbb Fix/workaround for carve aborts on windows
The issue was caused by passing start iterator larger than end iterator
to std::copy in triangulation module. It'll do nothing on linux but will
throw an exception on windows. Now behavior will be identical on both
platforms.

Proper solution would be to figure out why exactly this happened, but it's
easier to be forwarded to Tobias and we'll need to get rid of triangulation
anyway.

This should solve issues:
#30100: boolean intersect crashes blender
#33001: Crash on applying Boolean difference modifier
#33045: Boolean modifier crash with mirrored objects
2012-11-05 11:34:53 +00:00
..
include/carve fix for carve memory leak, update carve to hg bf36d92ff093 2012-07-04 16:07:01 +00:00
lib Fix/workaround for carve aborts on windows 2012-11-05 11:34:53 +00:00
patches fix for carve memory leak, update carve to hg bf36d92ff093 2012-07-04 16:07:01 +00:00
bundle.sh Style cleanup: use 2 spaces for indentation in bundle scripts 2012-05-10 11:17:15 +00:00
CMakeLists.txt correct some include dirs not being included as SYSTEM paths in cmake. 2012-10-02 03:18:48 +00:00
files.txt Carve booleans library integration 2012-01-16 16:46:00 +00:00
LICENSE.GPL2 Carve booleans library integration 2012-01-16 16:46:00 +00:00
mkfiles.sh Carve booleans library integration 2012-01-16 16:46:00 +00:00
SConscript Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00