Procházet zdrojové kódy

metx: ctx.hpp -> context.hpp

Michele Caini před 3 roky
rodič
revize
c0e20825ac

+ 1 - 1
CMakeLists.txt

@@ -154,7 +154,7 @@ if(ENTT_INCLUDE_HEADERS)
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/locator/locator.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/locator/locator.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/adl_pointer.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/adl_pointer.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/container.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/container.hpp>
-            $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/ctx.hpp>
+            $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/context.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/factory.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/factory.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/fwd.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/fwd.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/meta.hpp>
             $<BUILD_INTERFACE:${EnTT_SOURCE_DIR}/src/entt/meta/meta.hpp>

+ 1 - 1
src/entt/entt.hpp

@@ -38,7 +38,7 @@
 #include "locator/locator.hpp"
 #include "locator/locator.hpp"
 #include "meta/adl_pointer.hpp"
 #include "meta/adl_pointer.hpp"
 #include "meta/container.hpp"
 #include "meta/container.hpp"
-#include "meta/ctx.hpp"
+#include "meta/context.hpp"
 #include "meta/factory.hpp"
 #include "meta/factory.hpp"
 #include "meta/meta.hpp"
 #include "meta/meta.hpp"
 #include "meta/node.hpp"
 #include "meta/node.hpp"

+ 0 - 0
src/entt/meta/ctx.hpp → src/entt/meta/context.hpp


+ 1 - 1
src/entt/meta/meta.hpp

@@ -14,7 +14,7 @@
 #include "../core/type_traits.hpp"
 #include "../core/type_traits.hpp"
 #include "../core/utility.hpp"
 #include "../core/utility.hpp"
 #include "adl_pointer.hpp"
 #include "adl_pointer.hpp"
-#include "ctx.hpp"
+#include "context.hpp"
 #include "fwd.hpp"
 #include "fwd.hpp"
 #include "node.hpp"
 #include "node.hpp"
 #include "range.hpp"
 #include "range.hpp"

+ 1 - 1
src/entt/meta/resolve.hpp

@@ -3,7 +3,7 @@
 
 
 #include <type_traits>
 #include <type_traits>
 #include "../core/type_info.hpp"
 #include "../core/type_info.hpp"
-#include "ctx.hpp"
+#include "context.hpp"
 #include "meta.hpp"
 #include "meta.hpp"
 #include "node.hpp"
 #include "node.hpp"
 #include "range.hpp"
 #include "range.hpp"

+ 1 - 1
test/entt/meta/meta_type.cpp

@@ -8,7 +8,7 @@
 #include <entt/core/type_info.hpp>
 #include <entt/core/type_info.hpp>
 #include <entt/core/utility.hpp>
 #include <entt/core/utility.hpp>
 #include <entt/meta/container.hpp>
 #include <entt/meta/container.hpp>
-#include <entt/meta/ctx.hpp>
+#include <entt/meta/context.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/pointer.hpp>
 #include <entt/meta/pointer.hpp>

+ 1 - 1
test/lib/meta_plugin/plugin.cpp

@@ -1,6 +1,6 @@
 #include <cr.h>
 #include <cr.h>
 #include <entt/core/hashed_string.hpp>
 #include <entt/core/hashed_string.hpp>
-#include <entt/meta/ctx.hpp>
+#include <entt/meta/context.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/meta.hpp>
 #include "types.h"
 #include "types.h"

+ 1 - 1
test/lib/meta_plugin_std/plugin.cpp

@@ -1,6 +1,6 @@
 #include <cr.h>
 #include <cr.h>
 #include <entt/core/hashed_string.hpp>
 #include <entt/core/hashed_string.hpp>
-#include <entt/meta/ctx.hpp>
+#include <entt/meta/context.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/meta.hpp>
 #include "types.h"
 #include "types.h"