[Bf-blender-cvs] [2e21ec0d881] functions: change .hpp to .h in blenlib

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


Commit: 2e21ec0d8813a14d57aaedce292ed91ddde2fe8a
Author: Jacques Lucke
Date:   Thu Sep 12 12:41:14 2019 +0200
Branches: functions
https://developer.blender.org/rB2e21ec0d8813a14d57aaedce292ed91ddde2fe8a

change .hpp to .h in blenlib

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

M	source/blender/blenkernel/BKE_attributes_block_container.hpp
M	source/blender/blenkernel/BKE_attributes_ref.hpp
M	source/blender/blenkernel/BKE_node_tree.hpp
M	source/blender/blenkernel/intern/falloff.cpp
M	source/blender/blenkernel/intern/node_tree.cpp
R100	source/blender/blenlib/BLI_allocator.hpp	source/blender/blenlib/BLI_allocator.h
R097	source/blender/blenlib/BLI_array.hpp	source/blender/blenlib/BLI_array_cxx.h
R099	source/blender/blenlib/BLI_array_ref.hpp	source/blender/blenlib/BLI_array_ref.h
R100	source/blender/blenlib/BLI_bit_array_ref.hpp	source/blender/blenlib/BLI_bit_array_ref.h
R098	source/blender/blenlib/BLI_chained_strings.hpp	source/blender/blenlib/BLI_chained_strings.h
R098	source/blender/blenlib/BLI_chunked_range.hpp	source/blender/blenlib/BLI_chunked_range.h
R100	source/blender/blenlib/BLI_index_range.hpp	source/blender/blenlib/BLI_index_range.h
R098	source/blender/blenlib/BLI_lazy_init.hpp	source/blender/blenlib/BLI_lazy_init_cxx.h
R100	source/blender/blenlib/BLI_listbase_wrapper.hpp	source/blender/blenlib/BLI_listbase_wrapper.h
R099	source/blender/blenlib/BLI_map.hpp	source/blender/blenlib/BLI_map.h
R100	source/blender/blenlib/BLI_math.hpp	source/blender/blenlib/BLI_math_cxx.h
R100	source/blender/blenlib/BLI_memory.hpp	source/blender/blenlib/BLI_memory.h
R098	source/blender/blenlib/BLI_monotonic_allocator.hpp	source/blender/blenlib/BLI_monotonic_allocator.h
R098	source/blender/blenlib/BLI_multi_map.hpp	source/blender/blenlib/BLI_multi_map.h
R098	source/blender/blenlib/BLI_multi_vector.hpp	source/blender/blenlib/BLI_multi_vector.h
R097	source/blender/blenlib/BLI_object_pool.hpp	source/blender/blenlib/BLI_object_pool.h
R099	source/blender/blenlib/BLI_open_addressing.hpp	source/blender/blenlib/BLI_open_addressing.h
R100	source/blender/blenlib/BLI_optional.hpp	source/blender/blenlib/BLI_optional.h
R100	source/blender/blenlib/BLI_refcount.hpp	source/blender/blenlib/BLI_refcount.h
R099	source/blender/blenlib/BLI_set.hpp	source/blender/blenlib/BLI_set.h
R099	source/blender/blenlib/BLI_set_vector.hpp	source/blender/blenlib/BLI_set_vector.h
R100	source/blender/blenlib/BLI_stack.hpp	source/blender/blenlib/BLI_stack_cxx.h
R099	source/blender/blenlib/BLI_string_map.hpp	source/blender/blenlib/BLI_string_map.h
R099	source/blender/blenlib/BLI_string_ref.hpp	source/blender/blenlib/BLI_string_ref.h
R098	source/blender/blenlib/BLI_task.hpp	source/blender/blenlib/BLI_task_cxx.h
R100	source/blender/blenlib/BLI_temporary_allocator.hpp	source/blender/blenlib/BLI_temporary_allocator_cxx.h
R100	source/blender/blenlib/BLI_timeit.hpp	source/blender/blenlib/BLI_timeit.h
R100	source/blender/blenlib/BLI_utility_mixins.hpp	source/blender/blenlib/BLI_utility_mixins.h
R098	source/blender/blenlib/BLI_value_or_error.hpp	source/blender/blenlib/BLI_value_or_error.h
M	source/blender/blenlib/BLI_vector.h
R098	source/blender/blenlib/BLI_vector_adaptor.hpp	source/blender/blenlib/BLI_vector_adaptor.h
M	source/blender/blenlib/CMakeLists.txt
M	source/blender/blenlib/intern/BLI_index_range.cpp
M	source/blender/blenlib/intern/BLI_lazy_init.cpp
M	source/blender/blenlib/intern/BLI_temporary_allocator.cpp
M	source/blender/functions/backends/cpp/list.hpp
M	source/blender/functions/backends/dependencies/dependencies.hpp
M	source/blender/functions/backends/llvm/builder.hpp
M	source/blender/functions/backends/llvm/context_pool.cpp
M	source/blender/functions/backends/tuple_call/execution_context.hpp
M	source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp
M	source/blender/functions/core/data_graph.hpp
M	source/blender/functions/core/data_graph_builder.hpp
M	source/blender/functions/core/function.hpp
M	source/blender/functions/core/function_graph.hpp
M	source/blender/functions/core/type.hpp
M	source/blender/functions/frontends/data_flow_nodes/data_flow_nodes-c.cpp
M	source/blender/functions/frontends/data_flow_nodes/function_generation.hpp
M	source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp
M	source/blender/functions/frontends/data_flow_nodes/mappings.cpp
M	source/blender/functions/frontends/data_flow_nodes/mappings.hpp
M	source/blender/functions/frontends/data_flow_nodes/mappings/type_mappings.cpp
M	source/blender/functions/frontends/data_flow_nodes/vtree_data_graph.cpp
M	source/blender/functions/frontends/data_flow_nodes/vtree_data_graph.hpp
M	source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.hpp
M	source/blender/functions/functions/auto_vectorization.cpp
M	source/blender/functions/functions/boolean.cpp
M	source/blender/functions/functions/color.cpp
M	source/blender/functions/functions/comparisons.cpp
M	source/blender/functions/functions/constants.cpp
M	source/blender/functions/functions/falloffs.cpp
M	source/blender/functions/functions/lists.cpp
M	source/blender/functions/functions/object_input.cpp
M	source/blender/functions/functions/random.cpp
M	source/blender/functions/functions/ranges.cpp
M	source/blender/functions/functions/scalar_math.cpp
M	source/blender/functions/functions/simple_conversions.cpp
M	source/blender/functions/functions/string.cpp
M	source/blender/functions/functions/switch.cpp
M	source/blender/functions/functions/vectors.cpp
M	source/blender/functions/types/boolean.cpp
M	source/blender/functions/types/external.cpp
M	source/blender/functions/types/lists.cpp
M	source/blender/functions/types/numeric.cpp
M	source/blender/functions/types/numeric.hpp
M	source/blender/functions/types/string_type.cpp
M	source/blender/simulations/bparticles/action_contexts.hpp
M	source/blender/simulations/bparticles/action_interface.hpp
M	source/blender/simulations/bparticles/c_wrapper.cpp
M	source/blender/simulations/bparticles/emitters.cpp
M	source/blender/simulations/bparticles/node_frontend.cpp
M	source/blender/simulations/bparticles/particle_function.hpp
M	source/blender/simulations/bparticles/particle_function_builder.cpp
M	source/blender/simulations/bparticles/particle_function_builder.hpp
M	source/blender/simulations/bparticles/simulate.cpp
M	source/blender/simulations/bparticles/time_span.hpp
M	source/blender/simulations/bparticles/world_state.hpp
M	tests/gtests/blenlib/BLI_array_ref_test.cc
M	tests/gtests/blenlib/BLI_array_test.cc
M	tests/gtests/blenlib/BLI_bit_array_ref_test.cc
M	tests/gtests/blenlib/BLI_chained_strings_test.cc
M	tests/gtests/blenlib/BLI_chunked_range_test.cc
M	tests/gtests/blenlib/BLI_index_range_test.cc
M	tests/gtests/blenlib/BLI_lazy_init_test.cc
M	tests/gtests/blenlib/BLI_map_test.cc
M	tests/gtests/blenlib/BLI_multi_map_test.cc
M	tests/gtests/blenlib/BLI_multi_vector_test.cc
M	tests/gtests/blenlib/BLI_optional_test.cc
M	tests/gtests/blenlib/BLI_refcount_test.cc
M	tests/gtests/blenlib/BLI_set_test.cc
M	tests/gtests/blenlib/BLI_set_vector_test.cc
M	tests/gtests/blenlib/BLI_stack_cpp_test.cc
M	tests/gtests/blenlib/BLI_string_map_test.cc
M	tests/gtests/blenlib/BLI_string_ref_test.cc
M	tests/gtests/blenlib/BLI_vector_adaptor_test.cc
M	tests/gtests/blenlib/BLI_vector_test.cc

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

diff --git a/source/blender/blenkernel/BKE_attributes_block_container.hpp b/source/blender/blenkernel/BKE_attributes_block_container.hpp
index a92f7c1881d..5f1d781206d 100644
--- a/source/blender/blenkernel/BKE_attributes_block_container.hpp
+++ b/source/blender/blenkernel/BKE_attributes_block_container.hpp
@@ -3,7 +3,7 @@
 #include <mutex>
 #include <atomic>
 
-#include "BLI_utility_mixins.hpp"
+#include "BLI_utility_mixins.h"
 
 #include "BKE_attributes_ref.hpp"
 
diff --git a/source/blender/blenkernel/BKE_attributes_ref.hpp b/source/blender/blenkernel/BKE_attributes_ref.hpp
index c7c29061ae0..f6ad9ecbaf0 100644
--- a/source/blender/blenkernel/BKE_attributes_ref.hpp
+++ b/source/blender/blenkernel/BKE_attributes_ref.hpp
@@ -28,14 +28,14 @@
 
 #include <string>
 
-#include "BLI_array_ref.hpp"
-#include "BLI_math.hpp"
-#include "BLI_optional.hpp"
-#include "BLI_index_range.hpp"
-#include "BLI_set_vector.hpp"
-#include "BLI_set.hpp"
-#include "BLI_string_map.hpp"
-#include "BLI_string_ref.hpp"
+#include "BLI_array_ref.h"
+#include "BLI_math_cxx.h"
+#include "BLI_optional.h"
+#include "BLI_index_range.h"
+#include "BLI_set_vector.h"
+#include "BLI_set.h"
+#include "BLI_string_map.h"
+#include "BLI_string_ref.h"
 #include "BLI_vector.h"
 
 namespace BKE {
diff --git a/source/blender/blenkernel/BKE_node_tree.hpp b/source/blender/blenkernel/BKE_node_tree.hpp
index e2e31e1fdf6..fc9a8aa684c 100644
--- a/source/blender/blenkernel/BKE_node_tree.hpp
+++ b/source/blender/blenkernel/BKE_node_tree.hpp
@@ -2,13 +2,13 @@
 
 #include "DNA_node_types.h"
 
-#include "BLI_string_ref.hpp"
-#include "BLI_array_ref.hpp"
-#include "BLI_map.hpp"
+#include "BLI_string_ref.h"
+#include "BLI_array_ref.h"
+#include "BLI_map.h"
 #include "BLI_vector.h"
-#include "BLI_listbase_wrapper.hpp"
-#include "BLI_multi_map.hpp"
-#include "BLI_monotonic_allocator.hpp"
+#include "BLI_listbase_wrapper.h"
+#include "BLI_multi_map.h"
+#include "BLI_monotonic_allocator.h"
 
 #include "RNA_access.h"
 
diff --git a/source/blender/blenkernel/intern/falloff.cpp b/source/blender/blenkernel/intern/falloff.cpp
index 731750b7eda..16b340a1f13 100644
--- a/source/blender/blenkernel/intern/falloff.cpp
+++ b/source/blender/blenkernel/intern/falloff.cpp
@@ -1,6 +1,6 @@
 #include "BKE_falloff.hpp"
 
-#include "BLI_array.hpp"
+#include "BLI_array_cxx.h"
 
 namespace BKE {
 
diff --git a/source/blender/blenkernel/intern/node_tree.cpp b/source/blender/blenkernel/intern/node_tree.cpp
index f8ba5649dce..4b26c0d4ac2 100644
--- a/source/blender/blenkernel/intern/node_tree.cpp
+++ b/source/blender/blenkernel/intern/node_tree.cpp
@@ -1,5 +1,5 @@
 #include "BKE_node_tree.hpp"
-#include "BLI_timeit.hpp"
+#include "BLI_timeit.h"
 
 namespace BKE {
 
diff --git a/source/blender/blenlib/BLI_allocator.hpp b/source/blender/blenlib/BLI_allocator.h
similarity index 100%
rename from source/blender/blenlib/BLI_allocator.hpp
rename to source/blender/blenlib/BLI_allocator.h
diff --git a/source/blender/blenlib/BLI_array.hpp b/source/blender/blenlib/BLI_array_cxx.h
similarity index 97%
rename from source/blender/blenlib/BLI_array.hpp
rename to source/blender/blenlib/BLI_array_cxx.h
index cf78801b6b4..d681d86c135 100644
--- a/source/blender/blenlib/BLI_array.hpp
+++ b/source/blender/blenlib/BLI_array_cxx.h
@@ -24,9 +24,9 @@
 #pragma once
 
 #include "BLI_utildefines.h"
-#include "BLI_allocator.hpp"
-#include "BLI_array_ref.hpp"
-#include "BLI_memory.hpp"
+#include "BLI_allocator.h"
+#include "BLI_array_ref.h"
+#include "BLI_memory.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_array_ref.hpp b/source/blender/blenlib/BLI_array_ref.h
similarity index 99%
rename from source/blender/blenlib/BLI_array_ref.hpp
rename to source/blender/blenlib/BLI_array_ref.h
index 5c8501e540f..24dbb27fa86 100644
--- a/source/blender/blenlib/BLI_array_ref.hpp
+++ b/source/blender/blenlib/BLI_array_ref.h
@@ -41,8 +41,8 @@
 #include <string>
 
 #include "BLI_utildefines.h"
-#include "BLI_memory.hpp"
-#include "BLI_index_range.hpp"
+#include "BLI_memory.h"
+#include "BLI_index_range.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_bit_array_ref.hpp b/source/blender/blenlib/BLI_bit_array_ref.h
similarity index 100%
rename from source/blender/blenlib/BLI_bit_array_ref.hpp
rename to source/blender/blenlib/BLI_bit_array_ref.h
diff --git a/source/blender/blenlib/BLI_chained_strings.hpp b/source/blender/blenlib/BLI_chained_strings.h
similarity index 98%
rename from source/blender/blenlib/BLI_chained_strings.hpp
rename to source/blender/blenlib/BLI_chained_strings.h
index b2de2c0aa27..07449399ef5 100644
--- a/source/blender/blenlib/BLI_chained_strings.hpp
+++ b/source/blender/blenlib/BLI_chained_strings.h
@@ -25,7 +25,7 @@
 
 #pragma once
 
-#include "BLI_string_ref.hpp"
+#include "BLI_string_ref.h"
 #include "BLI_vector.h"
 
 namespace BLI {
diff --git a/source/blender/blenlib/BLI_chunked_range.hpp b/source/blender/blenlib/BLI_chunked_range.h
similarity index 98%
rename from source/blender/blenlib/BLI_chunked_range.hpp
rename to source/blender/blenlib/BLI_chunked_range.h
index 6165db1d33a..d99d3e1b7b5 100644
--- a/source/blender/blenlib/BLI_chunked_range.hpp
+++ b/source/blender/blenlib/BLI_chunked_range.h
@@ -22,7 +22,7 @@
 
 #pragma once
 
-#include "BLI_index_range.hpp"
+#include "BLI_index_range.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_index_range.hpp b/source/blender/blenlib/BLI_index_range.h
similarity index 100%
rename from source/blender/blenlib/BLI_index_range.hpp
rename to source/blender/blenlib/BLI_index_range.h
diff --git a/source/blender/blenlib/BLI_lazy_init.hpp b/source/blender/blenlib/BLI_lazy_init_cxx.h
similarity index 98%
rename from source/blender/blenlib/BLI_lazy_init.hpp
rename to source/blender/blenlib/BLI_lazy_init_cxx.h
index 6f0541fda23..a50e50c479f 100644
--- a/source/blender/blenlib/BLI_lazy_init.hpp
+++ b/source/blender/blenlib/BLI_lazy_init_cxx.h
@@ -33,7 +33,7 @@
 #pragma once
 
 #include <functional>
-#include <BLI_optional.hpp>
+#include <BLI_optional.h>
 
 #include "BLI_lazy_init.h"
 
diff --git a/source/blender/blenlib/BLI_listbase_wrapper.hpp b/source/blender/blenlib/BLI_listbase_wrapper.h
similarity index 100%
rename from source/blender/blenlib/BLI_listbase_wrapper.hpp
rename to source/blender/blenlib/BLI_listbase_wrapper.h
diff --git a/source/blender/blenlib/BLI_map.hpp b/source/blender/blenlib/BLI_map.h
similarity index 99%
rename from source/blender/blenlib/BLI_map.hpp
rename to source/blender/blenlib/BLI_map.h
index 788c4d7e205..27bdbcc80de 100644
--- a/source/blender/blenlib/BLI_map.hpp
+++ b/source/blender/blenlib/BLI_map.h
@@ -26,8 +26,8 @@
 #pragma once
 
 #include "BLI_hash.hpp"
-#include "BLI_array_ref.hpp"
-#include "BLI_open_addressing.hpp"
+#include "BLI_array_ref.h"
+#include "BLI_open_addressing.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_math.hpp b/source/blender/blenlib/BLI_math_cxx.h
similarity index 100%
rename from source/blender/blenlib/BLI_math.hpp
rename to source/blender/blenlib/BLI_math_cxx.h
diff --git a/source/blender/blenlib/BLI_memory.hpp b/source/blender/blenlib/BLI_memory.h
similarity index 100%
rename from source/blender/blenlib/BLI_memory.hpp
rename to source/blender/blenlib/BLI_memory.h
diff --git a/source/blender/blenlib/BLI_monotonic_allocator.hpp b/source/blender/blenlib/BLI_monotonic_allocator.h
similarity index 98%
rename from source/blender/blenlib/BLI_monotonic_allocator.hpp
rename to source/blender/blenlib/BLI_monotonic_allocator.h
index b8729c942a5..5970c717367 100644
--- a/source/blender/blenlib/BLI_monotonic_allocator.hpp
+++ b/source/blender/blenlib/BLI_monotonic_allocator.h
@@ -25,7 +25,7 @@
 #pragma once
 
 #include "BLI_vector.h"
-#include "BLI_utility_mixins.hpp"
+#include "BLI_utility_mixins.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_multi_map.hpp b/source/blender/blenlib/BLI_multi_map.h
similarity index 98%
rename from source/blender/blenlib/BLI_multi_map.hpp
rename to source/blender/blenlib/BLI_multi_map.h
index beae99b835f..7b2e39e06b5 100644
--- a/source/blender/blenlib/BLI_multi_map.hpp
+++ b/source/blender/blenlib/BLI_multi_map.h
@@ -22,8 +22,8 @@
 
 #pragma once
 
-#include "BLI_map.hpp"
-#include "BLI_array_ref.hpp"
+#include "BLI_map.h"
+#include "BLI_array_ref.h"
 #include "BLI_vector.h"
 
 namespace BLI {
diff --git a/source/blender/blenlib/BLI_multi_vector.hpp b/source/blender/blenlib/BLI_multi_vector.h
similarity index 98%
rename from source/blender/blenlib/BLI_multi_vector.hpp
rename to source/blender/blenlib/BLI_multi_vector.h
index 3fe2911ccc1..ef6e22601d3 100644
--- a/source/blender/blenlib/BLI_multi_vector.hpp
+++ b/source/blender/blenlib/BLI_multi_vector.h
@@ -25,7 +25,7 @@
 
 #pragma once
 
-#include "BLI_array_ref.hpp"
+#include "BLI_array_ref.h"
 #include "BLI_vector.h"
 
 namespace BLI {
diff --git a/source/blender/blenlib/BLI_object_pool.hpp b/source/blender/blenlib/BLI_object_pool.h
similarity index 97%
rename from source/blender/blenlib/BLI_object_pool.hpp
rename to source/blender/blenlib/BLI_object_pool.h
index 4b0d9cbef6f..09bffe80436 100644
--- a/source/blender/blenlib/BLI_object_pool.hpp
+++ b/source/blender/blenlib/BLI_object_pool.h
@@ -34,8 +34,8 @@
 
 #include <mutex>
 
-#include "BLI_stack.hpp"
-#include "BLI_set.hpp"
+#include "BLI_stack_cxx.h"
+#include "BLI_set.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_open_addressing.hpp b/source/blender/blenlib/BLI_open_addressing.h
similarity index 99%
rename from source/blender/blenlib/BLI_open_addressing.hpp
rename to source/blender/blenlib/BLI_open_addressing.h
index 515df1508e0..805d08a0696 100644
--- a/source/blender/blenlib/BLI_open_addressing.hpp
+++ b/source/blender/blenlib/BLI_open_addressing.h
@@ -33,9 +33,9 @@
 #include <cmath>
 
 #include "BLI_utildefines.h"
-#include "BLI_memory.hpp"
+#include "BLI_memory.h"
 #include "BLI_math_base.h"
-#include "BLI_allocator.hpp"
+#include "BLI_allocator.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_optional.hpp b/source/blender/blenlib/BLI_optional.h
similarity index 100%
rename from source/blender/blenlib/BLI_optional.hpp
rename to source/blender/blenlib/BLI_optional.h
diff --git a/source/blender/blenlib/BLI_refcount.

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list