[Bf-blender-cvs] [3c4d8b1f591] functions: rename BLI_hash.hpp to BLI_hash_cxx.h

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


Commit: 3c4d8b1f5911087783b6b0f7862d6dabfd6f9af1
Author: Jacques Lucke
Date:   Thu Sep 12 17:13:10 2019 +0200
Branches: functions
https://developer.blender.org/rB3c4d8b1f5911087783b6b0f7862d6dabfd6f9af1

rename BLI_hash.hpp to BLI_hash_cxx.h

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

R100	source/blender/blenlib/BLI_hash.hpp	source/blender/blenlib/BLI_hash_cxx.h
M	source/blender/blenlib/BLI_map.h
M	source/blender/blenlib/BLI_refcount.h
M	source/blender/blenlib/BLI_set.h
M	source/blender/blenlib/BLI_set_vector.h
M	source/blender/blenlib/CMakeLists.txt

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

diff --git a/source/blender/blenlib/BLI_hash.hpp b/source/blender/blenlib/BLI_hash_cxx.h
similarity index 100%
rename from source/blender/blenlib/BLI_hash.hpp
rename to source/blender/blenlib/BLI_hash_cxx.h
diff --git a/source/blender/blenlib/BLI_map.h b/source/blender/blenlib/BLI_map.h
index 27bdbcc80de..8dccbdab29e 100644
--- a/source/blender/blenlib/BLI_map.h
+++ b/source/blender/blenlib/BLI_map.h
@@ -25,7 +25,7 @@
 
 #pragma once
 
-#include "BLI_hash.hpp"
+#include "BLI_hash_cxx.h"
 #include "BLI_array_ref.h"
 #include "BLI_open_addressing.h"
 
diff --git a/source/blender/blenlib/BLI_refcount.h b/source/blender/blenlib/BLI_refcount.h
index c2db57fa82f..3c5f53c8780 100644
--- a/source/blender/blenlib/BLI_refcount.h
+++ b/source/blender/blenlib/BLI_refcount.h
@@ -33,7 +33,7 @@
 #include <atomic>
 #include <utility>
 #include "BLI_utildefines.h"
-#include "BLI_hash.hpp"
+#include "BLI_hash_cxx.h"
 
 namespace BLI {
 
diff --git a/source/blender/blenlib/BLI_set.h b/source/blender/blenlib/BLI_set.h
index cf3c1d34da1..b96b1987ab8 100644
--- a/source/blender/blenlib/BLI_set.h
+++ b/source/blender/blenlib/BLI_set.h
@@ -22,7 +22,7 @@
 
 #pragma once
 
-#include "BLI_hash.hpp"
+#include "BLI_hash_cxx.h"
 #include "BLI_open_addressing.h"
 #include "BLI_vector.h"
 
diff --git a/source/blender/blenlib/BLI_set_vector.h b/source/blender/blenlib/BLI_set_vector.h
index 572ac49774f..ac41a883f34 100644
--- a/source/blender/blenlib/BLI_set_vector.h
+++ b/source/blender/blenlib/BLI_set_vector.h
@@ -20,7 +20,7 @@
 
 #pragma once
 
-#include "BLI_hash.hpp"
+#include "BLI_hash_cxx.h"
 #include "BLI_open_addressing.h"
 #include "BLI_vector.h"
 
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 573531d512b..3bd61307c64 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -268,7 +268,7 @@ set(SRC
   BLI_vector_adaptor.h
   BLI_multi_vector.h
   BLI_open_addressing.h
-  BLI_hash.hpp
+  BLI_hash_cxx.h
   BLI_utility_mixins.h
 )



More information about the Bf-blender-cvs mailing list