Core: new blenlib library for implicit-sharing #105994

Merged
Jacques Lucke merged 17 commits from JacquesLucke/blender:implicit-sharing into main 2023-03-28 13:58:02 +02:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit e2fea7bed6 - Show all commits

View File

@ -4,7 +4,7 @@
#include <atomic>
#include "BLI_copy_on_write_user.hh"
#include "BLI_implicit_sharing_user.hh"
#include "BLI_set.hh"
#include "BLI_string_ref.hh"

View File

@ -6,7 +6,7 @@
* \ingroup bli
*/
#include "BLI_copy_on_write.hh"
#include "BLI_implicit_sharing.hh"
namespace blender {

View File

@ -198,8 +198,8 @@ set(SRC
BLI_compute_context.hh
BLI_console.h
BLI_convexhull_2d.h
BLI_copy_on_write.hh
BLI_copy_on_write_user.hh
BLI_implicit_sharing.hh
BLI_implicit_sharing_user.hh
BLI_cpp_type.hh
BLI_cpp_type_make.hh
BLI_cpp_types.hh