Refactor: move BLI_path_util header to C++, rename to BLI_path_utils #128147
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
#endif
|
||||
|
||||
#include <Dwmapi.h>
|
||||
|
@ -179,7 +179,7 @@ add_library(bli_lib
|
||||
"../../../source/blender/blenlib/intern/task.c"
|
||||
"../../../source/blender/blenlib/intern/threads.c"
|
||||
"../../../source/blender/blenlib/intern/time.c"
|
||||
"../../../source/blender/blenlib/intern/path_util.c"
|
||||
"../../../source/blender/blenlib/intern/path_utils.cc"
|
||||
"../../../source/blender/blenlib/intern/BLI_dynstr.c"
|
||||
"../../../source/blender/blenlib/intern/BLI_ghash.c"
|
||||
"../../../source/blender/blenlib/intern/BLI_ghash_utils.cc"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "smoke_script.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "DNA_fluid_types.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "asset_catalog_definition_file.hh"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
/* For S_ISREG() and S_ISDIR() on Windows. */
|
||||
#ifdef WIN32
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "AS_asset_catalog_path.hh"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "DNA_userdef_types.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "BKE_blender.hh"
|
||||
#include "BKE_preferences.h"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string_ref.hh"
|
||||
|
||||
#include "DNA_asset_types.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "BKE_blendfile.hh"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "utils.hh"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "BKE_preferences.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "DNA_asset_types.h"
|
||||
#include "DNA_userdef_types.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "asset_catalog_collection.hh"
|
||||
#include "asset_catalog_definition_file.hh"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "testing/testing.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "asset_library_service.hh"
|
||||
|
||||
#include "BLI_fileops.h" /* For PATH_MAX (at least on Windows). */
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "BKE_appdir.hh"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "BKE_callbacks.hh"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_math_rotation.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_threads.h"
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "BLI_math_bits.h"
|
||||
#include "BLI_math_color_blend.h"
|
||||
#include "BLI_math_matrix.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_cursor_utf8.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "BLF_api.hh"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "BKE_appdir.hh"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "BLI_sys_types.h"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "DNA_userdef_types.h" /* for #SolidLight */
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* \ingroup bke
|
||||
*/
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
||||
#include "DNA_ID.h"
|
||||
#include "DNA_listBase.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_fileops_types.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utf8.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_vector.hh"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "AS_asset_library.hh"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "DNA_userdef_types.h"
|
||||
|
||||
#include "BLI_fnmatch.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "BLI_binary_search.hh"
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "MOD_nodes.hh"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "MOD_nodes.hh"
|
||||
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "BKE_bake_items_paths.hh"
|
||||
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "BLI_endian_defines.h"
|
||||
#include "BLI_endian_switch.h"
|
||||
#include "BLI_math_matrix_types.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "DNA_material_types.h"
|
||||
#include "DNA_modifier_types.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_function_ref.hh"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_system.h"
|
||||
#include "BLI_time.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "DNA_text_types.h"
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
namespace blender::bke::tests {
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_ghash.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_threads.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "BLI_math_vector.hh"
|
||||
#include "BLI_memory_counter.hh"
|
||||
#include "BLI_mempool.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_set.hh"
|
||||
#include "BLI_span.hh"
|
||||
#include "BLI_string.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "BKE_file_handler.hh"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
namespace blender::bke {
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "BLI_math_geom.h"
|
||||
#include "BLI_math_matrix.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_task.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "DNA_defaults.h"
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_index_range.hh"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_task.hh"
|
||||
#include "BLI_vector.hh"
|
||||
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_ref.hh"
|
||||
#include "BLI_vector.hh"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "CLG_log.h"
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "BKE_collection.hh"
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#include "BLI_linklist.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rand.hh"
|
||||
#include "BLI_session_uid.h"
|
||||
#include "BLI_string.h"
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_map.hh"
|
||||
#include "BLI_math_rotation_types.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rand.hh"
|
||||
#include "BLI_set.hh"
|
||||
#include "BLI_stack.hh"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rand.h"
|
||||
#include "BLI_task.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utf8.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_color.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "DNA_listBase.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_cursor_utf8.h"
|
||||
#include "BLI_string_utf8.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "BLI_math_base_safe.h"
|
||||
#include "BLI_math_matrix.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utf8.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "BLI_math_matrix.h"
|
||||
#include "BLI_math_matrix_types.hh"
|
||||
#include "BLI_math_vector_types.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_ref.hh"
|
||||
#include "BLI_task.hh"
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "BLI_string_utf8.h"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
|
||||
|
@ -12,10 +12,6 @@
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_utildefines_variadic.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Path Queries
|
||||
* \{ */
|
||||
@ -789,7 +785,3 @@ const char *BLI_getenv(const char *env) ATTR_NONNULL(1) ATTR_WARN_UNUSED_RESULT;
|
||||
(((_n)[0] == '.') && (((_n)[1] == '\0') || (((_n)[1] == '.') && ((_n)[2] == '\0'))))
|
||||
|
||||
/** \} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
@ -126,7 +126,7 @@ set(SRC
|
||||
intern/noise.cc
|
||||
intern/offset_indices.cc
|
||||
intern/ordered_edge.cc
|
||||
intern/path_util.cc
|
||||
intern/path_utils.cc
|
||||
intern/polyfill_2d.c
|
||||
intern/polyfill_2d_beautify.c
|
||||
intern/quadric.c
|
||||
@ -343,7 +343,7 @@ set(SRC
|
||||
BLI_offset_span.hh
|
||||
BLI_ordered_edge.hh
|
||||
BLI_parameter_pack_utils.hh
|
||||
BLI_path_util.h
|
||||
BLI_path_utils.hh
|
||||
BLI_polyfill_2d.h
|
||||
BLI_polyfill_2d_beautify.h
|
||||
BLI_pool.hh
|
||||
@ -580,7 +580,7 @@ if(WITH_GTESTS)
|
||||
tests/BLI_mesh_intersect_test.cc
|
||||
tests/BLI_multi_value_map_test.cc
|
||||
tests/BLI_offset_indices_test.cc
|
||||
tests/BLI_path_util_test.cc
|
||||
tests/BLI_path_utils_test.cc
|
||||
tests/BLI_polyfill_2d_test.cc
|
||||
tests/BLI_pool_test.cc
|
||||
tests/BLI_random_access_iterator_mixin_test.cc
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_fileops_types.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
/* Based on https://github.com/jarikomppa/ipc (Unlicense) */
|
||||
|
||||
# include "BLI_assert.h"
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string_utf8.h"
|
||||
# include <iostream>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
int BLI_delete_soft(const char *filepath, const char **r_error_message)
|
||||
{
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
#include "BLI_sys_types.h" /* For `intptr_t` support. */
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_fnmatch.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
@ -53,7 +53,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_linklist.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_threads.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <sys/xattr.h>
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
/* Extended file attribute used by OneDrive to mark placeholder files. */
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "BLI_tempfile.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
bool BLI_temp_directory_path_copy_if_valid(char *tempdir,
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
# define WIN32_SKIP_HKEY_PROTECTION /* Need to use HKEY. */
|
||||
# include "BLI_fileops.h"
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string.h"
|
||||
# include "BLI_utildefines.h"
|
||||
# include "BLI_winstuff.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
# include <shlobj_core.h>
|
||||
# include <wrl.h>
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_winstuff.h"
|
||||
# include "BLI_winstuff_com.hh"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "testing/testing.h"
|
||||
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_system.h"
|
||||
#include "BLI_tempfile.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "BLI_array_utils.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_ressource_strings.h"
|
||||
#include "BLI_string.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "IMB_imbuf.hh"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "BLI_tempfile.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "testing/testing.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "BLI_ghash.h"
|
||||
#include "BLI_linklist.h"
|
||||
#include "BLI_path_util.h" /* Only for assertions. */
|
||||
#include "BLI_path_utils.hh" /* Only for assertions. */
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "BLI_math_rotation.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_multi_value_map.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
#include "blendfile_loading_base_test.h"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
class BlendfileLoadingTest : public BlendfileLoadingBaseTest {};
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "BLF_api.hh"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_threads.h"
|
||||
|
||||
#include "BLO_readfile.hh"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "BLT_lang.hh" /* own include */
|
||||
#include "BLT_translation.hh"
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "BLI_assert.h"
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "BKE_appdir.hh"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "BLI_assert.h"
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_index_range.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
#include "BLI_task.hh"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_hash.hh"
|
||||
#include "BLI_linklist.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_serialize.hh"
|
||||
#include "BLI_set.hh"
|
||||
#include "BLI_string.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "BKE_report.hh"
|
||||
|
||||
#include "BLI_fnmatch.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_set.hh"
|
||||
|
||||
#include "ED_asset.hh"
|
||||
|
@ -6,7 +6,7 @@
|
||||
* \ingroup edcurves
|
||||
*/
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "DNA_screen_types.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_map.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
namespace blender::ui::string_search {
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_color.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_color.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_ref.hh"
|
||||
|
@ -30,7 +30,7 @@
|
||||
# include "BKE_main.hh"
|
||||
# include "BKE_report.hh"
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string.h"
|
||||
# include "BLI_utildefines.h"
|
||||
# include "BLI_vector.hh"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "DNA_space_types.h"
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "BKE_cachefile.hh"
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "BLT_translation.hh"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#ifdef WITH_IO_GREASE_PENCIL
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
|
||||
# include "DNA_space_types.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#ifdef WITH_IO_GREASE_PENCIL
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string.h"
|
||||
|
||||
# include "MEM_guardedalloc.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#ifdef WITH_IO_GREASE_PENCIL
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string.h"
|
||||
|
||||
# include "DNA_space_types.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
# include "BKE_main.hh"
|
||||
# include "BKE_report.hh"
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string.h"
|
||||
# include "BLI_utildefines.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
# include "BKE_file_handler.hh"
|
||||
# include "BKE_report.hh"
|
||||
|
||||
# include "BLI_path_util.h"
|
||||
# include "BLI_path_utils.hh"
|
||||
# include "BLI_string.h"
|
||||
|
||||
# include "BLT_translation.hh"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
|
||||
#include "BLT_translation.hh"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_geom.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "BLT_translation.hh"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "BLI_fileops.hh"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_serialize.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_vector.hh"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include "BLI_bitmap.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utf8.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_base.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "DNA_object_types.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
#include "BLI_blenlib.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_time.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_string_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "BKE_appdir.hh"
|
||||
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
|
||||
#include "DNA_brush_types.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "DNA_userdef_types.h"
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "BLI_fileops.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
#include "BLI_task.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
* \ingroup spfile
|
||||
*/
|
||||
|
||||
#include "BLI_path_util.h"
|
||||
#include "BLI_path_utils.hh"
|
||||
#include "BLI_rect.h"
|
||||
#include "BLI_string.h"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user