Blender Git Loki
Git Commits -> Revision 057c15b
Revision 057c15b by Sergey Sharybin (master) November 30, 2020, 11:12 (GMT) |
Libmv: Add threading primitives Allows to use mutex, scoped_lock, and conditional_variable from within the libmv namespace. Implementation is coming from C++11. Other configurations are easy to implement, but currently C++11 is the way to go. |
Commit Details:
Full Hash: 057c15b5495d61a14b948b203c0d68b03b7988c7
Parent Commit: 0f0c982
Lines Changed: +43, -0
1 Added Path:
/intern/libmv/libmv/threading/threading.h (+43, -0) (View)