[Bf-blender-cvs] [e7aa06520a4] functions: change .cpp to .cc in blenlib

Jacques Lucke noreply at git.blender.org
Thu Sep 12 13:21:14 CEST 2019


Commit: e7aa06520a45c7b887bbb359269abf333f7a956d
Author: Jacques Lucke
Date:   Thu Sep 12 12:45:55 2019 +0200
Branches: functions
https://developer.blender.org/rBe7aa06520a45c7b887bbb359269abf333f7a956d

change .cpp to .cc in blenlib

===================================================================

M	source/blender/blenlib/CMakeLists.txt
R100	source/blender/blenlib/intern/BLI_index_range.cpp	source/blender/blenlib/intern/BLI_index_range.cc
R100	source/blender/blenlib/intern/BLI_lazy_init.cpp	source/blender/blenlib/intern/BLI_lazy_init.cc
R100	source/blender/blenlib/intern/BLI_temporary_allocator.cpp	source/blender/blenlib/intern/BLI_temporary_allocator.cc

===================================================================

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 5d803c475a8..ea3c853b346 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -239,14 +239,14 @@ set(SRC
   BLI_chained_strings.h
   BLI_lazy_init.h
   BLI_lazy_init_cxx.h
-  intern/BLI_lazy_init.cpp
+  intern/BLI_lazy_init.cc
   BLI_listbase_wrapper.h
   BLI_math_cxx.h
   BLI_monotonic_allocator.h
   BLI_object_pool.h
   BLI_optional.h
   BLI_index_range.h
-  intern/BLI_index_range.cpp
+  intern/BLI_index_range.cc
   BLI_refcount.h
   BLI_vector.h
   BLI_map.h
@@ -260,7 +260,7 @@ set(SRC
   BLI_string_ref.h
   BLI_temporary_allocator.h
   BLI_temporary_allocator_cxx.h
-  intern/BLI_temporary_allocator.cpp
+  intern/BLI_temporary_allocator.cc
   BLI_timeit.h
   BLI_vector_adaptor.h
   BLI_multi_vector.h
diff --git a/source/blender/blenlib/intern/BLI_index_range.cpp b/source/blender/blenlib/intern/BLI_index_range.cc
similarity index 100%
rename from source/blender/blenlib/intern/BLI_index_range.cpp
rename to source/blender/blenlib/intern/BLI_index_range.cc
diff --git a/source/blender/blenlib/intern/BLI_lazy_init.cpp b/source/blender/blenlib/intern/BLI_lazy_init.cc
similarity index 100%
rename from source/blender/blenlib/intern/BLI_lazy_init.cpp
rename to source/blender/blenlib/intern/BLI_lazy_init.cc
diff --git a/source/blender/blenlib/intern/BLI_temporary_allocator.cpp b/source/blender/blenlib/intern/BLI_temporary_allocator.cc
similarity index 100%
rename from source/blender/blenlib/intern/BLI_temporary_allocator.cpp
rename to source/blender/blenlib/intern/BLI_temporary_allocator.cc



More information about the Bf-blender-cvs mailing list