Blender Git Commit Log

Git Commits -> Revision 3866161

Revision 3866161 by Brecht Van Lommel (master)
February 13, 2019, 13:00 (GMT)
Fix T61457, T61489, T61482: build errors and memory warning in Cycles.

For OIIO 2.x we must use unique_ptr. This also required updating the
guarded allocator for std::move to work. Since C++11 construct/destroy
have a default implementation that also works this case, so we just
leave it out.

Commit Details:

Full Hash: 3866161da855d2b35ac48ef55958bcb567d4a740
Parent Commit: 2a9c8da
Lines Changed: +19, -47

5 Modified Paths:

/intern/cycles/device/device.cpp (+4, -4) (Diff)
/intern/cycles/render/denoising.cpp (+10, -28) (Diff)
/intern/cycles/render/denoising.h (+4, -3) (Diff)
/intern/cycles/util/util_guarded_allocator.h (+0, -12) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021