From 706096370baf8b907c8c6c6418a172d497319fd8 Mon Sep 17 00:00:00 2001 From: Andrew Shkrob Date: Tue, 8 Oct 2024 21:30:29 +0200 Subject: [PATCH] [3party] Integrate magic_enum lib Signed-off-by: Andrew Shkrob --- .gitmodules | 3 + 3party/CMakeLists.txt | 1 + 3party/magic_enum | 1 + .../cpp/app/organicmaps/editor/Editor.cpp | 4 +- base/CMakeLists.txt | 2 +- base/base_tests/geo_object_id_tests.cpp | 14 +- base/cancellable.cpp | 11 -- base/cancellable.hpp | 2 - base/geo_object_id.cpp | 22 +-- base/geo_object_id.hpp | 12 +- base/internal/message.hpp | 20 +++ base/src_point.hpp | 6 +- base/sunrise_sunset.cpp | 12 -- base/sunrise_sunset.hpp | 2 - base/waiter.hpp | 13 -- coding/compressed_bit_vector.cpp | 10 -- coding/compressed_bit_vector.hpp | 2 - drape/drape_global.hpp | 13 -- drape/hw_texture.cpp | 2 +- drape/texture_types.hpp | 16 -- drape_frontend/CMakeLists.txt | 1 - drape_frontend/animation/animation.cpp | 38 ----- drape_frontend/animation/animation.hpp | 5 - drape_frontend/frontend_renderer.cpp | 2 +- drape_frontend/message.cpp | 109 ------------- drape_frontend/message.hpp | 2 - drape_frontend/render_group.hpp | 3 - drape_frontend/render_state_extension.hpp | 20 --- drape_frontend/user_event_stream.cpp | 2 +- editor/osm_auth.cpp | 22 +-- editor/osm_auth.hpp | 7 + editor/osm_editor.cpp | 13 -- editor/osm_editor.hpp | 2 - editor/yes_no_unknown.hpp | 10 -- generator/address_parser/tiger_parser.cpp | 15 -- generator/address_parser/tiger_parser.hpp | 5 - .../generator_tests/restriction_test.cpp | 2 +- generator/mwm_diff/diff.cpp | 11 -- generator/mwm_diff/diff.hpp | 2 - generator/restriction_writer.cpp | 2 +- geometry/segment2d.cpp | 15 +- geometry/segment2d.hpp | 1 - indexer/data_header.cpp | 12 -- indexer/data_header.hpp | 2 - indexer/editable_map_object.cpp | 4 +- indexer/feature_decl.cpp | 16 -- indexer/feature_decl.hpp | 2 - indexer/feature_utils.cpp | 43 +----- indexer/feature_utils.hpp | 11 +- indexer/ftraits.hpp | 11 -- indexer/ftypes_matcher.cpp | 41 ----- indexer/ftypes_matcher.hpp | 3 - .../editable_map_object_test.cpp | 34 ++-- indexer/mwm_set.cpp | 28 ---- indexer/mwm_set.hpp | 3 - indexer/road_shields_parser.cpp | 22 +-- indexer/road_shields_parser.hpp | 1 - indexer/yes_no_unknown.hpp | 4 +- .../PlacePageData/Common/PlacePageInfoData.mm | 2 +- .../Cells/MWMEditorSegmentedTableViewCell.mm | 12 +- .../Maps/UI/Editor/MWMEditorViewController.mm | 8 +- kml/serdes.cpp | 4 +- kml/types.hpp | 55 ------- map/bookmark_helpers.hpp | 11 -- map/bookmarks_search_params.hpp | 13 -- map/isolines_manager.cpp | 12 -- map/isolines_manager.hpp | 2 - map/mwm_url.cpp | 16 -- map/mwm_url.hpp | 2 - map/osm_opening_hours.hpp | 16 -- map/place_page_info.hpp | 2 +- .../power_management_schemas.cpp | 31 ---- .../power_management_schemas.hpp | 3 - map/routing_mark.cpp | 13 -- map/routing_mark.hpp | 2 - map/traffic_manager.cpp | 26 ---- map/traffic_manager.hpp | 2 - map/user_mark.cpp | 23 --- map/user_mark.hpp | 2 - openlr/openlr_model.cpp | 11 -- openlr/openlr_model.hpp | 2 - platform/CMakeLists.txt | 1 - platform/country_defines.cpp | 14 -- platform/country_defines.hpp | 2 - platform/downloader_defines.hpp | 13 -- platform/local_country_file_utils.cpp | 11 -- platform/mwm_traits.cpp | 36 ----- platform/mwm_traits.hpp | 4 - platform/platform.cpp | 32 ---- platform/platform.hpp | 3 - qt/editor_dialog.cpp | 12 +- qt/screenshoter.cpp | 28 ---- qt/screenshoter.hpp | 5 - routing/CMakeLists.txt | 2 - routing/car_directions.cpp | 4 +- routing/cross_mwm_connector.cpp | 19 --- routing/cross_mwm_connector.hpp | 2 - routing/cross_mwm_graph.cpp | 11 -- routing/cross_mwm_graph.hpp | 2 - routing/fake_vertex.hpp | 11 -- routing/restrictions_serialization.cpp | 16 +- routing/restrictions_serialization.hpp | 1 - routing/road_access.cpp | 10 -- routing/road_access.hpp | 1 - routing/road_access_serialization.cpp | 18 --- routing/road_access_serialization.hpp | 2 - routing/road_graph.cpp | 10 -- routing/road_graph.hpp | 2 - routing/routing_options.cpp | 17 +- routing/routing_options.hpp | 1 - routing/routing_tests/routing_algorithm.cpp | 16 -- routing/routing_tests/routing_algorithm.hpp | 2 - .../routing_tests/turns_generator_test.cpp | 128 ++++++++-------- routing/speed_camera_manager.cpp | 29 ---- routing/speed_camera_manager.hpp | 3 - routing/transit_info.hpp | 11 -- routing/turns.cpp | 145 ++++-------------- routing/turns.hpp | 27 ++-- routing/turns_notification_manager.cpp | 18 --- routing/turns_notification_manager.hpp | 2 - routing/turns_sound_settings.cpp | 2 +- routing/vehicle_mask.cpp | 17 +- routing/vehicle_mask.hpp | 1 - routing/world_graph.cpp | 15 -- routing/world_graph.hpp | 2 - search/CMakeLists.txt | 2 - search/base/text_index/text_index.cpp | 21 --- search/base/text_index/text_index.hpp | 2 - search/features_layer.cpp | 2 +- search/house_numbers_matcher.cpp | 19 +-- search/house_numbers_matcher.hpp | 2 - search/mode.cpp | 17 -- search/mode.hpp | 2 - search/model.cpp | 20 --- search/model.hpp | 2 - search/pre_ranking_info.cpp | 4 +- search/ranking_info.cpp | 55 ++----- search/ranking_info.hpp | 3 - search/ranking_utils.cpp | 17 +- search/ranking_utils.hpp | 1 - search/result.cpp | 14 -- search/result.hpp | 2 - .../search_edited_features_test.cpp | 4 +- search/search_params.cpp | 2 +- .../assessment_tool/main_view.hpp | 10 -- .../search_quality/assessment_tool/view.hpp | 10 -- search/search_quality/sample.cpp | 14 +- search/search_quality/sample.hpp | 2 - search/tracer.cpp | 21 --- search/tracer.hpp | 1 - shaders/metal_program_pool.mm | 2 +- shaders/programs.hpp | 67 -------- storage/storage_defines.cpp | 74 +-------- storage/storage_defines.hpp | 3 - .../track_analyzer/crossroad_checker.cpp | 12 -- .../track_analyzer/crossroad_checker.hpp | 2 - tracking/protocol.cpp | 14 -- tracking/protocol.hpp | 2 - traffic/speed_groups.cpp | 17 -- traffic/speed_groups.hpp | 2 - transit/transit_schedule.cpp | 12 -- transit/transit_schedule.hpp | 2 - transit/transit_version.hpp | 14 -- xcode/common.xcconfig | 2 +- .../drape_frontend.xcodeproj/project.pbxproj | 4 - .../generator.xcodeproj/project.pbxproj | 24 --- .../indexer/indexer.xcodeproj/project.pbxproj | 4 - xcode/map/map.xcodeproj/project.pbxproj | 4 - .../platform.xcodeproj/project.pbxproj | 4 - .../routing/routing.xcodeproj/project.pbxproj | 8 - xcode/search/search.xcodeproj/project.pbxproj | 8 - 171 files changed, 243 insertions(+), 1959 deletions(-) create mode 160000 3party/magic_enum delete mode 100644 drape_frontend/message.cpp delete mode 100644 platform/country_defines.cpp delete mode 100644 routing/cross_mwm_connector.cpp delete mode 100644 routing/road_access_serialization.cpp delete mode 100644 search/base/text_index/text_index.cpp delete mode 100644 search/mode.cpp diff --git a/.gitmodules b/.gitmodules index 30bb39e233..fbab9f1aa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,6 @@ [submodule "3party/utfcpp"] path = 3party/utfcpp url = https://github.com/nemtrif/utfcpp.git +[submodule "3party/magic_enum"] + path = 3party/magic_enum + url = https://github.com/Neargye/magic_enum.git diff --git a/3party/CMakeLists.txt b/3party/CMakeLists.txt index 97f45e2efa..4ea9891353 100644 --- a/3party/CMakeLists.txt +++ b/3party/CMakeLists.txt @@ -57,6 +57,7 @@ endif() add_subdirectory(agg) add_subdirectory(bsdiff-courgette) +add_subdirectory(magic_enum) add_subdirectory(minizip) add_subdirectory(open-location-code) add_subdirectory(opening_hours) diff --git a/3party/magic_enum b/3party/magic_enum new file mode 160000 index 0000000000..126539e13c --- /dev/null +++ b/3party/magic_enum @@ -0,0 +1 @@ +Subproject commit 126539e13cccdc2e75ce770e94f3c26403099fa5 diff --git a/android/app/src/main/cpp/app/organicmaps/editor/Editor.cpp b/android/app/src/main/cpp/app/organicmaps/editor/Editor.cpp index c30c6b0955..b481ac6216 100644 --- a/android/app/src/main/cpp/app/organicmaps/editor/Editor.cpp +++ b/android/app/src/main/cpp/app/organicmaps/editor/Editor.cpp @@ -143,13 +143,13 @@ Java_app_organicmaps_editor_Editor_nativeGetMaxEditableBuildingLevels(JNIEnv *, JNIEXPORT jboolean JNICALL Java_app_organicmaps_editor_Editor_nativeHasWifi(JNIEnv *, jclass) { - return g_editableMapObject.GetInternet() == feature::Internet::Wlan; + return g_editableMapObject.GetInternet() == feature::Internet::wlan; } JNIEXPORT void JNICALL Java_app_organicmaps_editor_Editor_nativeSetHasWifi(JNIEnv *, jclass, jboolean hasWifi) { - g_editableMapObject.SetInternet(hasWifi ? feature::Internet::Wlan : feature::Internet::Unknown); + g_editableMapObject.SetInternet(hasWifi ? feature::Internet::wlan : feature::Internet::Unknown); } JNIEXPORT jboolean JNICALL diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt index 70cdbd3998..465bc9aed4 100644 --- a/base/CMakeLists.txt +++ b/base/CMakeLists.txt @@ -108,7 +108,7 @@ omim_add_library(${PROJECT_NAME} ${SRC}) set(THREADS_PREFER_PTHREAD_FLAG ON) find_package(Threads REQUIRED) target_link_libraries(${PROJECT_NAME} INTERFACE Threads::Threads) -target_link_libraries(${PROJECT_NAME} PUBLIC utf8cpp::utf8cpp) +target_link_libraries(${PROJECT_NAME} PUBLIC utf8cpp::utf8cpp magic_enum::magic_enum) if (NOT WITH_SYSTEM_PROVIDED_3PARTY) target_include_directories(${PROJECT_NAME} PRIVATE "${OMIM_ROOT}/3party/fast_double_parser/include") diff --git a/base/base_tests/geo_object_id_tests.cpp b/base/base_tests/geo_object_id_tests.cpp index f56f26e2aa..d1c7699926 100644 --- a/base/base_tests/geo_object_id_tests.cpp +++ b/base/base_tests/geo_object_id_tests.cpp @@ -15,33 +15,33 @@ UNIT_TEST(GeoObjectId_Smoke) GeoObjectId const node(GeoObjectId::Type::ObsoleteOsmNode, 12345); TEST_EQUAL(node.GetSerialId(), 12345ULL, ()); TEST_EQUAL(node.GetType(), GeoObjectId::Type::ObsoleteOsmNode, ()); - TEST_EQUAL(DebugPrint(node), "Osm Node 12345", ()); + TEST_EQUAL(DebugPrint(node), "ObsoleteOsmNode 12345", ()); GeoObjectId const way(GeoObjectId::Type::ObsoleteOsmWay, 93245123456332ULL); TEST_EQUAL(way.GetSerialId(), 93245123456332ULL, ()); TEST_EQUAL(way.GetType(), GeoObjectId::Type::ObsoleteOsmWay, ()); - TEST_EQUAL(DebugPrint(way), "Osm Way 93245123456332", ()); + TEST_EQUAL(DebugPrint(way), "ObsoleteOsmWay 93245123456332", ()); GeoObjectId const relation(GeoObjectId::Type::ObsoleteOsmRelation, 5); TEST_EQUAL(relation.GetSerialId(), 5ULL, ()); TEST_EQUAL(relation.GetType(), GeoObjectId::Type::ObsoleteOsmRelation, ()); - TEST_EQUAL(DebugPrint(relation), "Osm Relation 5", ()); + TEST_EQUAL(DebugPrint(relation), "ObsoleteOsmRelation 5", ()); // 2^48 - 1, maximal possible serial id. GeoObjectId const surrogate(GeoObjectId::Type::OsmSurrogate, 281474976710655ULL); TEST_EQUAL(surrogate.GetSerialId(), 281474976710655ULL, ()); TEST_EQUAL(surrogate.GetType(), GeoObjectId::Type::OsmSurrogate, ()); - TEST_EQUAL(DebugPrint(surrogate), "Osm Surrogate 281474976710655", ()); + TEST_EQUAL(DebugPrint(surrogate), "OsmSurrogate 281474976710655", ()); // 0 is not prohibited by the encoding even though OSM ids start from 1. GeoObjectId const booking(GeoObjectId::Type::BookingComNode, 0); TEST_EQUAL(booking.GetSerialId(), 0, ()); TEST_EQUAL(booking.GetType(), GeoObjectId::Type::BookingComNode, ()); - TEST_EQUAL(DebugPrint(booking), "Booking.com 0", ()); + TEST_EQUAL(DebugPrint(booking), "BookingComNode 0", ()); - GeoObjectId const fias(GeoObjectId::Type::Fias, 0xf1a5); + GeoObjectId const fias(GeoObjectId::Type::FIAS, 0xf1a5); TEST_EQUAL(fias.GetSerialId(), 0xf1a5, ()); - TEST_EQUAL(fias.GetType(), GeoObjectId::Type::Fias, ()); + TEST_EQUAL(fias.GetType(), GeoObjectId::Type::FIAS, ()); TEST_EQUAL(DebugPrint(fias), "FIAS 61861", ()); } diff --git a/base/cancellable.cpp b/base/cancellable.cpp index 687b88a3be..38cd10d685 100644 --- a/base/cancellable.cpp +++ b/base/cancellable.cpp @@ -48,15 +48,4 @@ void Cancellable::CheckDeadline() const m_status = Status::DeadlineExceeded; } } - -std::string DebugPrint(Cancellable::Status status) -{ - switch (status) - { - case Cancellable::Status::Active: return "Active"; - case Cancellable::Status::CancelCalled: return "CancelCalled"; - case Cancellable::Status::DeadlineExceeded: return "DeadlineExceeded"; - } - UNREACHABLE(); -} } // namespace base diff --git a/base/cancellable.hpp b/base/cancellable.hpp index 62041d25b9..b20067d8b2 100644 --- a/base/cancellable.hpp +++ b/base/cancellable.hpp @@ -51,6 +51,4 @@ private: std::optional m_deadline; }; - -std::string DebugPrint(Cancellable::Status status); } // namespace base diff --git a/base/geo_object_id.cpp b/base/geo_object_id.cpp index 6d7d127764..e1f792310a 100644 --- a/base/geo_object_id.cpp +++ b/base/geo_object_id.cpp @@ -43,7 +43,7 @@ GeoObjectId::Type GeoObjectId::GetType() const case 0x03: return Type::OsmRelation; case 0x04: return Type::BookingComNode; case 0x05: return Type::OsmSurrogate; - case 0x06: return Type::Fias; + case 0x06: return Type::FIAS; case 0x40: return Type::ObsoleteOsmNode; case 0x80: return Type::ObsoleteOsmWay; case 0xC0: return Type::ObsoleteOsmRelation; @@ -80,29 +80,11 @@ std::istream & operator>>(std::istream & os, GeoObjectId & geoObjectId) return os; } -std::string DebugPrint(GeoObjectId::Type const & t) -{ - switch (t) - { - case GeoObjectId::Type::Invalid: return "Invalid"; - case GeoObjectId::Type::OsmNode: return "Osm Node"; - case GeoObjectId::Type::OsmWay: return "Osm Way"; - case GeoObjectId::Type::OsmRelation: return "Osm Relation"; - case GeoObjectId::Type::BookingComNode: return "Booking.com"; - case GeoObjectId::Type::OsmSurrogate: return "Osm Surrogate"; - case GeoObjectId::Type::Fias: return "FIAS"; - case GeoObjectId::Type::ObsoleteOsmNode: return "Osm Node"; - case GeoObjectId::Type::ObsoleteOsmWay: return "Osm Way"; - case GeoObjectId::Type::ObsoleteOsmRelation: return "Osm Relation"; - } - UNREACHABLE(); -} - std::string DebugPrint(GeoObjectId const & id) { std::ostringstream oss; // GetSerialId() does not work for invalid ids but we may still want to print them. - oss << DebugPrint(id.GetType()) << " " << (id.GetEncodedId() & kSerialMask); + oss << ::DebugPrint(id.GetType()) << " " << (id.GetEncodedId() & kSerialMask); return oss.str(); } } // namespace base diff --git a/base/geo_object_id.hpp b/base/geo_object_id.hpp index 3802879a54..809f117d72 100644 --- a/base/geo_object_id.hpp +++ b/base/geo_object_id.hpp @@ -5,6 +5,8 @@ #include #include +#include "magic_enum.hpp" + namespace base { // GeoObjectId is used to pack the source of a geographical object together with its @@ -51,7 +53,7 @@ public: OsmSurrogate = 0x05, // Federal informational address system. http://www.ifias.ru/ - Fias = 0x06, + FIAS = 0x06, ObsoleteOsmNode = 0x40, ObsoleteOsmWay = 0x80, @@ -89,7 +91,6 @@ GeoObjectId MakeOsmNode(uint64_t id); GeoObjectId MakeOsmWay(uint64_t id); GeoObjectId MakeOsmRelation(uint64_t id); -std::string DebugPrint(GeoObjectId::Type const & t); std::string DebugPrint(GeoObjectId const & id); } // namespace base @@ -105,3 +106,10 @@ struct hash } }; } // namespace std + +template <> +struct magic_enum::customize::enum_range +{ + static constexpr int min = static_cast(base::GeoObjectId::Type::Invalid); + static constexpr int max = static_cast(base::GeoObjectId::Type::ObsoleteOsmRelation); +}; diff --git a/base/internal/message.hpp b/base/internal/message.hpp index c8191519d0..bdd3253d87 100644 --- a/base/internal/message.hpp +++ b/base/internal/message.hpp @@ -20,8 +20,11 @@ #include #include +#include "magic_enum.hpp" + /// @name Declarations. //@{ + template inline std::string DebugPrint(T const & t); inline std::string DebugPrint(std::string s) { return s; } @@ -51,8 +54,25 @@ template , class Pred = std::equal_to const & v); template , class Pred = std::equal_to> inline std::string DebugPrint(std::unordered_map const & v); + +template + requires std::is_enum_v +inline std::string DebugPrint(EnumT const & value); //@} +template + requires std::is_enum_v +inline std::string DebugPrint(EnumT const & value) +{ + const auto str = magic_enum::enum_name(value); + if (str.empty()) + { + return std::string{magic_enum::enum_type_name()} + "(" + + std::to_string(magic_enum::enum_integer(value)) + ")"; + } + return std::string{str}; +} + template inline std::string DebugPrint(T const & t) { std::ostringstream out; diff --git a/base/src_point.hpp b/base/src_point.hpp index 9552f75728..f587eed615 100644 --- a/base/src_point.hpp +++ b/base/src_point.hpp @@ -8,12 +8,12 @@ #if SRC_LOGGING #ifndef __OBJC__ -#define SRC() base::SrcPoint(__FILE__, __LINE__, __FUNCTION__, "()") +#define SRC() ::base::SrcPoint(__FILE__, __LINE__, __FUNCTION__, "()") #else -#define SRC() base::SrcPoint(__FILE__, __LINE__, __FUNCTION__) +#define SRC() ::base::SrcPoint(__FILE__, __LINE__, __FUNCTION__) #endif #else -#define SRC() base::SrcPoint() +#define SRC() ::base::SrcPoint() #endif namespace base diff --git a/base/sunrise_sunset.cpp b/base/sunrise_sunset.cpp index 09d7e77e1d..a8ddec379b 100644 --- a/base/sunrise_sunset.cpp +++ b/base/sunrise_sunset.cpp @@ -241,15 +241,3 @@ DayTimeType GetDayTime(time_t timeUtc, double latitude, double longitude) return DayTimeType::Day; } - -std::string DebugPrint(DayTimeType type) -{ - switch (type) - { - case DayTimeType::Day: return "Day"; - case DayTimeType::Night: return "Night"; - case DayTimeType::PolarDay: return "PolarDay"; - case DayTimeType::PolarNight: return "PolarNight"; - } - return {}; -} diff --git a/base/sunrise_sunset.hpp b/base/sunrise_sunset.hpp index f748505a64..d3a9b0b19d 100644 --- a/base/sunrise_sunset.hpp +++ b/base/sunrise_sunset.hpp @@ -11,8 +11,6 @@ enum class DayTimeType PolarNight }; -std::string DebugPrint(DayTimeType type); - /// Helpers which calculates 'is day time' without a time calculation error. /// @param timeUtc - utc time /// @param latitude - latutude, -90...+90 degrees diff --git a/base/waiter.hpp b/base/waiter.hpp index ead570e627..c5d8571ed8 100644 --- a/base/waiter.hpp +++ b/base/waiter.hpp @@ -63,17 +63,4 @@ private: std::mutex m_mutex; std::condition_variable m_event; }; - -inline std::string DebugPrint(Waiter::Result result) -{ - switch (result) - { - case Waiter::Result::PreviouslyNotified: return "PreviouslyNotified"; - case Waiter::Result::NoTimeout: return "NoTimeout"; - case Waiter::Result::Timeout: return "Timeout"; - default: ASSERT(false, ("Unsupported value")); - } - - return {}; -} } // namespace base diff --git a/coding/compressed_bit_vector.cpp b/coding/compressed_bit_vector.cpp index 673f46c450..20bc23cb5b 100644 --- a/coding/compressed_bit_vector.cpp +++ b/coding/compressed_bit_vector.cpp @@ -462,16 +462,6 @@ unique_ptr CompressedBitVectorBuilder::FromBitGroups( return make_unique(setBits); } -std::string DebugPrint(CompressedBitVector::StorageStrategy strat) -{ - switch (strat) - { - case CompressedBitVector::StorageStrategy::Dense: return "Dense"; - case CompressedBitVector::StorageStrategy::Sparse: return "Sparse"; - } - UNREACHABLE(); -} - // static unique_ptr CompressedBitVector::Intersect(CompressedBitVector const & lhs, CompressedBitVector const & rhs) diff --git a/coding/compressed_bit_vector.hpp b/coding/compressed_bit_vector.hpp index e260e25818..b77e0b3d55 100644 --- a/coding/compressed_bit_vector.hpp +++ b/coding/compressed_bit_vector.hpp @@ -84,8 +84,6 @@ public: virtual std::unique_ptr Clone() const = 0; }; -std::string DebugPrint(CompressedBitVector::StorageStrategy strat); - class DenseCBV : public CompressedBitVector { public: diff --git a/drape/drape_global.hpp b/drape/drape_global.hpp index 68cb3d3b4d..4e4aea035d 100644 --- a/drape/drape_global.hpp +++ b/drape/drape_global.hpp @@ -89,19 +89,6 @@ public: virtual void Bind() = 0; }; -inline std::string DebugPrint(dp::ApiVersion apiVersion) -{ - switch (apiVersion) - { - case dp::ApiVersion::Invalid: return "Invalid"; - case dp::ApiVersion::OpenGLES2: return "OpenGLES2"; - case dp::ApiVersion::OpenGLES3: return "OpenGLES3"; - case dp::ApiVersion::Metal: return "Metal"; - case dp::ApiVersion::Vulkan: return "Vulkan"; - } - return "Unknown"; -} - inline dp::ApiVersion ApiVersionFromString(std::string const & str) { #if defined(OMIM_METAL_AVAILABLE) diff --git a/drape/hw_texture.cpp b/drape/hw_texture.cpp index 560e8978f3..bf96dae0a2 100644 --- a/drape/hw_texture.cpp +++ b/drape/hw_texture.cpp @@ -27,7 +27,7 @@ std::string DebugPrint(HWTexture::Params const & p) std::ostringstream ss; ss << "Width = " << p.m_width << "; Height = " << p.m_height - << "; Format = " << DebugPrint(p.m_format) + << "; Format = " << ::DebugPrint(p.m_format) << "; IsRenderTarget = " << p.m_isRenderTarget; return ss.str(); } diff --git a/drape/texture_types.hpp b/drape/texture_types.hpp index 5aa79221d5..ae08bc1426 100644 --- a/drape/texture_types.hpp +++ b/drape/texture_types.hpp @@ -16,22 +16,6 @@ enum class TextureFormat : uint8_t Unspecified }; -inline std::string DebugPrint(TextureFormat tf) -{ - switch (tf) - { - case TextureFormat::RGBA8: return "RGBA8"; - case TextureFormat::Alpha: return "Alpha"; - case TextureFormat::RedGreen: return "RedGreen"; - case TextureFormat::DepthStencil: return "DepthStencil"; - case TextureFormat::Depth: return "Depth"; - case TextureFormat::Unspecified: return "Unspecified"; - } - - UNREACHABLE(); - return {}; -} - enum class TextureFilter : uint8_t { Nearest, diff --git a/drape_frontend/CMakeLists.txt b/drape_frontend/CMakeLists.txt index 472346ab74..f4ebd8a166 100644 --- a/drape_frontend/CMakeLists.txt +++ b/drape_frontend/CMakeLists.txt @@ -109,7 +109,6 @@ set(SRC map_data_provider.cpp map_data_provider.hpp map_shape.hpp - message.cpp message.hpp message_acceptor.cpp message_acceptor.hpp diff --git a/drape_frontend/animation/animation.cpp b/drape_frontend/animation/animation.cpp index 9c514c57b1..ef412be455 100644 --- a/drape_frontend/animation/animation.cpp +++ b/drape_frontend/animation/animation.cpp @@ -91,42 +91,4 @@ bool Animation::GetMaxDuration(Interpolator const & interpolator, double & maxDu } return true; } - -std::string DebugPrint(Animation::Type const & type) -{ - switch (type) - { - case Animation::Type::Sequence: return "Sequence"; - case Animation::Type::Parallel: return "Parallel"; - case Animation::Type::MapLinear: return "MapLinear"; - case Animation::Type::MapScale: return "MapScale"; - case Animation::Type::MapFollow: return "MapFollow"; - case Animation::Type::Arrow: return "Arrow"; - case Animation::Type::KineticScroll: return "KineticScroll"; - } - return "Unknown type"; -} - -std::string DebugPrint(Animation::Object const & object) -{ - switch (object) - { - case Animation::Object::MyPositionArrow: return "MyPositionArrow"; - case Animation::Object::MapPlane: return "MapPlane"; - case Animation::Object::Selection: return "Selection"; - } - return "Unknown object"; -} - -std::string DebugPrint(Animation::ObjectProperty const & property) -{ - switch (property) - { - case Animation::ObjectProperty::Position: return "Position"; - case Animation::ObjectProperty::Scale: return "Scale"; - case Animation::ObjectProperty::Angle: return "Angle"; - } - return "Unknown property"; -} - } // namespace df diff --git a/drape_frontend/animation/animation.hpp b/drape_frontend/animation/animation.hpp index 4aac4bcbdb..5f2ac4a6d0 100644 --- a/drape_frontend/animation/animation.hpp +++ b/drape_frontend/animation/animation.hpp @@ -154,10 +154,5 @@ protected: // Animation could be rewinded in case of finishing. bool m_couldBeRewinded; }; - -std::string DebugPrint(Animation::Type const & type); -std::string DebugPrint(Animation::Object const & object); -std::string DebugPrint(Animation::ObjectProperty const & property); - } // namespace df diff --git a/drape_frontend/frontend_renderer.cpp b/drape_frontend/frontend_renderer.cpp index d643bab224..9172d656ed 100755 --- a/drape_frontend/frontend_renderer.cpp +++ b/drape_frontend/frontend_renderer.cpp @@ -1673,7 +1673,7 @@ void FrontendRenderer::RenderUserMarksLayer(ScreenBase const & modelView, DepthL return; CHECK(m_context != nullptr, ()); - DEBUG_LABEL(m_context, "User Marks: " + DebugPrint(layerId)); + DEBUG_LABEL(m_context, "User Marks: " + ::DebugPrint(layerId)); m_context->Clear(dp::ClearBits::DepthBit, dp::kClearBitsStoreAll); for (drape_ptr & group : renderGroups) diff --git a/drape_frontend/message.cpp b/drape_frontend/message.cpp deleted file mode 100644 index 3e766735bd..0000000000 --- a/drape_frontend/message.cpp +++ /dev/null @@ -1,109 +0,0 @@ -#include "drape_frontend/message.hpp" - -#include "base/assert.hpp" - -namespace df -{ -std::string DebugPrint(Message::Type msgType) -{ - switch (msgType) - { - case Message::Type::Unknown: return "Unknown"; - case Message::Type::TileReadStarted: return "TileReadStarted"; - case Message::Type::TileReadEnded: return "TileReadEnded"; - case Message::Type::FinishReading: return "FinishReading"; - case Message::Type::FinishTileRead: return "FinishTileRead"; - case Message::Type::FlushTile: return "FlushTile"; - case Message::Type::FlushOverlays: return "FlushOverlays"; - case Message::Type::MapShapeReaded: return "MapShapeReaded"; - case Message::Type::OverlayMapShapeReaded: return "OverlayMapShapeReaded"; - case Message::Type::UpdateReadManager: return "UpdateReadManager"; - case Message::Type::InvalidateRect: return "InvalidateRect"; - case Message::Type::InvalidateReadManagerRect: return "InvalidateReadManagerRect"; - case Message::Type::UpdateUserMarkGroup: return "UpdateUserMarkGroup"; - case Message::Type::ClearUserMarkGroup: return "ClearUserMarkGroup"; - case Message::Type::ChangeUserMarkGroupVisibility: return "ChangeUserMarkGroupVisibility"; - case Message::Type::UpdateUserMarks: return "UpdateUserMarks"; - case Message::Type::InvalidateUserMarks: return "InvalidateUserMarks"; - case Message::Type::FlushUserMarks: return "FlushUserMarks"; - case Message::Type::GuiLayerRecached: return "GuiLayerRecached"; - case Message::Type::GuiRecache: return "GuiRecache"; - case Message::Type::GuiLayerLayout: return "GuiLayerLayout"; - case Message::Type::UpdateMyPositionRoutingOffset: return "UpdateMyPositionRoutingOffset"; - case Message::Type::MapShapesRecache: return "MapShapesRecache"; - case Message::Type::MapShapes: return "MapShapes"; - case Message::Type::ChangeMyPositionMode: return "ChangeMyPositionMode"; - case Message::Type::CompassInfo: return "CompassInfo"; - case Message::Type::GpsInfo: return "GpsInfo"; - case Message::Type::SelectObject: return "SelectObject"; - case Message::Type::CheckSelectionGeometry: return "CheckSelectionGeometry"; - case Message::Type::FlushSelectionGeometry: return "FlushSelectionGeometry"; - case Message::Type::AddSubroute: return "AddSubroute"; - case Message::Type::RemoveSubroute: return "RemoveSubroute"; - case Message::Type::PrepareSubrouteArrows: return "PrepareSubrouteArrows"; - case Message::Type::CacheSubrouteArrows: return "CacheSubrouteArrows"; - case Message::Type::FlushSubroute: return "FlushSubroute"; - case Message::Type::FlushSubrouteArrows: return "FlushSubrouteArrows"; - case Message::Type::FlushSubrouteMarkers: return "FlushSubrouteMarkers"; - case Message::Type::FollowRoute: return "FollowRoute"; - case Message::Type::DeactivateRouteFollowing: return "DeactivateRouteFollowing"; - case Message::Type::SetSubrouteVisibility: return "SetSubrouteVisibility"; - case Message::Type::AddRoutePreviewSegment: return "AddRoutePreviewSegment"; - case Message::Type::RemoveRoutePreviewSegment: return "RemoveRoutePreviewSegment"; - case Message::Type::UpdateMapStyle: return "UpdateMapStyle"; - case Message::Type::SwitchMapStyle: return "SwitchMapStyle"; - case Message::Type::Invalidate: return "Invalidate"; - case Message::Type::Allow3dMode: return "Allow3dMode"; - case Message::Type::Allow3dBuildings: return "Allow3dBuildings"; - case Message::Type::EnablePerspective: return "EnablePerspective"; - case Message::Type::FlushCirclesPack: return "FlushCirclesPack"; - case Message::Type::CacheCirclesPack: return "CacheCirclesPack"; - case Message::Type::UpdateGpsTrackPoints: return "UpdateGpsTrackPoints"; - case Message::Type::ClearGpsTrackPoints: return "ClearGpsTrackPoints"; - case Message::Type::ShowChoosePositionMark: return "ShowChoosePositionMark"; - case Message::Type::SetKineticScrollEnabled: return "SetKineticScrollEnabled"; - case Message::Type::BlockTapEvents: return "BlockTapEvents"; - case Message::Type::OnEnterForeground: return "OnEnterForeground"; - case Message::Type::SetAddNewPlaceMode: return "SetAddNewPlaceMode"; - case Message::Type::AllowAutoZoom: return "AllowAutoZoom"; - case Message::Type::RequestSymbolsSize: return "RequestSymbolsSize"; - case Message::Type::RecoverContextDependentResources: return "RecoverContextDependentResources"; - case Message::Type::SetVisibleViewport: return "SetVisibleViewport"; - case Message::Type::EnableTraffic: return "EnableTraffic"; - case Message::Type::FlushTrafficGeometry: return "FlushTrafficGeometry"; - case Message::Type::RegenerateTraffic: return "RegenerateTraffic"; - case Message::Type::UpdateTraffic: return "UpdateTraffic"; - case Message::Type::FlushTrafficData: return "FlushTrafficData"; - case Message::Type::ClearTrafficData: return "ClearTrafficData"; - case Message::Type::SetSimplifiedTrafficColors: return "SetSimplifiedTrafficColors"; - case Message::Type::DrapeApiAddLines: return "DrapeApiAddLines"; - case Message::Type::DrapeApiRemove: return "DrapeApiRemove"; - case Message::Type::DrapeApiFlush: return "DrapeApiFlush"; - case Message::Type::SetCustomFeatures: return "SetCustomFeatures"; - case Message::Type::RemoveCustomFeatures: return "RemoveCustomFeatures"; - case Message::Type::SetTrackedFeatures: return "SetTrackedFeatures"; - case Message::Type::SetPostprocessStaticTextures: return "SetPostprocessStaticTextures"; - case Message::Type::SetPosteffectEnabled: return "SetPosteffectEnabled"; - case Message::Type::RunFirstLaunchAnimation: return "RunFirstLaunchAnimation"; - case Message::Type::UpdateMetalines: return "UpdateMetalines"; - case Message::Type::PostUserEvent: return "PostUserEvent"; - case Message::Type::FinishTexturesInitialization: return "FinishTexturesInitialization"; - case Message::Type::CleanupTextures: return "CleanupTextures"; - case Message::Type::EnableDebugRectRendering: return "EnableDebugRectRendering"; - case Message::Type::EnableTransitScheme: return "EnableTransitScheme"; - case Message::Type::UpdateTransitScheme: return "UpdateTransitScheme"; - case Message::Type::ClearTransitSchemeData: return "ClearTransitSchemeData"; - case Message::Type::ClearAllTransitSchemeData: return "ClearAllTransitSchemeData"; - case Message::Type::RegenerateTransitScheme: return "RegenerateTransitScheme"; - case Message::Type::FlushTransitScheme: return "FlushTransitScheme"; - case Message::Type::ShowDebugInfo: return "ShowDebugInfo"; - case Message::Type::NotifyRenderThread: return "NotifyRenderThread"; - case Message::Type::NotifyGraphicsReady: return "NotifyGraphicsReady"; - case Message::Type::EnableIsolines: return "EnableIsolines"; - case Message::Type::OnEnterBackground: return "OnEnterBackground"; - case Message::Type::Arrow3dRecache: return "Arrow3dRecache"; - } - ASSERT(false, ("Unknown message type.")); - return "Unknown type"; -} -} // namespace df diff --git a/drape_frontend/message.hpp b/drape_frontend/message.hpp index a4a113752b..13a079780d 100644 --- a/drape_frontend/message.hpp +++ b/drape_frontend/message.hpp @@ -126,6 +126,4 @@ enum class MessagePriority // This priority allows to process messages after any other messages in queue. Low }; - -std::string DebugPrint(Message::Type msgType); } // namespace df diff --git a/drape_frontend/render_group.hpp b/drape_frontend/render_group.hpp index ddef849549..42e6956c50 100755 --- a/drape_frontend/render_group.hpp +++ b/drape_frontend/render_group.hpp @@ -92,9 +92,6 @@ private: std::vector> m_renderBuckets; mutable bool m_pendingOnDelete; mutable bool m_canBeDeleted; - -private: - friend std::string DebugPrint(RenderGroup const & group); }; class RenderGroupComparator diff --git a/drape_frontend/render_state_extension.hpp b/drape_frontend/render_state_extension.hpp index ef820c4a48..d70b41d97c 100644 --- a/drape_frontend/render_state_extension.hpp +++ b/drape_frontend/render_state_extension.hpp @@ -42,24 +42,4 @@ private: extern DepthLayer GetDepthLayer(dp::RenderState const & state); extern dp::RenderState CreateRenderState(gpu::Program program, DepthLayer depthLayer); - -inline std::string DebugPrint(DepthLayer layer) -{ - switch (layer) - { - case DepthLayer::GeometryLayer: return "GeometryLayer"; - case DepthLayer::Geometry3dLayer: return "Geometry3dLayer"; - case DepthLayer::UserLineLayer: return "UserLineLayer"; - case DepthLayer::OverlayLayer: return "OverlayLayer"; - case DepthLayer::TransitSchemeLayer: return "TransitSchemeLayer"; - case DepthLayer::UserMarkLayer: return "UserMarkLayer"; - case DepthLayer::RoutingBottomMarkLayer: return "RoutingBottomMarkLayer"; - case DepthLayer::RoutingMarkLayer: return "RoutingMarkLayer"; - case DepthLayer::SearchMarkLayer: return "SearchMarkLayer"; - case DepthLayer::GuiLayer: return "GuiLayer"; - case DepthLayer::LayersCount: CHECK(false, ("Try to output LayersCount")); - } - CHECK(false, ("Unknown layer")); - return {}; -} } // namespace df diff --git a/drape_frontend/user_event_stream.cpp b/drape_frontend/user_event_stream.cpp index 0c364f78e7..1876be33d5 100644 --- a/drape_frontend/user_event_stream.cpp +++ b/drape_frontend/user_event_stream.cpp @@ -135,7 +135,7 @@ std::string DebugPrint(Touch const & t) std::string DebugPrint(TouchEvent const & e) { - return std::to_string(e.m_type) + "; { " + DebugPrint(e.m_touches[0]) + " }"; + return ::DebugPrint(e.m_type) + "; { " + DebugPrint(e.m_touches[0]) + " }"; } diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp index 571ec5ec87..a46958e7ac 100644 --- a/editor/osm_auth.cpp +++ b/editor/osm_auth.cpp @@ -393,27 +393,7 @@ OsmOAuth::Response OsmOAuth::DirectRequest(string const & method, bool api) cons string DebugPrint(OsmOAuth::Response const & code) { - string r; - switch (code.first) - { - case OsmOAuth::HTTP::OK: r = "OK"; break; - case OsmOAuth::HTTP::BadXML: r = "BadXML"; break; - case OsmOAuth::HTTP::BadAuth: r = "BadAuth"; break; - case OsmOAuth::HTTP::Redacted: r = "Redacted"; break; - case OsmOAuth::HTTP::NotFound: r = "NotFound"; break; - case OsmOAuth::HTTP::WrongMethod: r = "WrongMethod"; break; - case OsmOAuth::HTTP::Conflict: r = "Conflict"; break; - case OsmOAuth::HTTP::Gone: r = "Gone"; break; - case OsmOAuth::HTTP::PreconditionFailed: r = "PreconditionFailed"; break; - case OsmOAuth::HTTP::URITooLong: r = "URITooLong"; break; - case OsmOAuth::HTTP::TooMuchData: r = "TooMuchData"; break; - default: - // No data from server in case of NetworkError. - if (code.first < 0) - return "NetworkError " + strings::to_string(code.first); - r = "HTTP " + strings::to_string(code.first); - } - return r + ": " + code.second; + return ::DebugPrint(code.first) + ": " + code.second; } } // namespace osm diff --git a/editor/osm_auth.hpp b/editor/osm_auth.hpp index 27320ff7a3..d27a7498bd 100644 --- a/editor/osm_auth.hpp +++ b/editor/osm_auth.hpp @@ -149,3 +149,10 @@ private: std::string DebugPrint(OsmOAuth::Response const & code); } // namespace osm + +template <> +struct magic_enum::customize::enum_range +{ + static constexpr int min = osm::OsmOAuth::HTTP::OK; + static constexpr int max = osm::OsmOAuth::HTTP::TooMuchData; +}; diff --git a/editor/osm_editor.cpp b/editor/osm_editor.cpp index e4e9eb2a57..3ddeb35d31 100644 --- a/editor/osm_editor.cpp +++ b/editor/osm_editor.cpp @@ -1211,17 +1211,4 @@ bool Editor::IsFeatureUploadedImpl(FeaturesContainer const & features, MwmId con auto const * info = GetFeatureTypeInfo(features, mwmId, index); return info && info->m_uploadStatus == kUploaded; } - -string DebugPrint(Editor::SaveResult saveResult) -{ - switch (saveResult) - { - case Editor::SaveResult::NothingWasChanged: return "NothingWasChanged"; - case Editor::SaveResult::SavedSuccessfully: return "SavedSuccessfully"; - case Editor::SaveResult::NoFreeSpaceError: return "NoFreeSpaceError"; - case Editor::SaveResult::NoUnderlyingMapError: return "NoUnderlyingMapError"; - case Editor::SaveResult::SavingError: return "SavingError"; - } - UNREACHABLE(); -} } // namespace osm diff --git a/editor/osm_editor.hpp b/editor/osm_editor.hpp index 9ababde49d..a75ef2159a 100644 --- a/editor/osm_editor.hpp +++ b/editor/osm_editor.hpp @@ -256,6 +256,4 @@ private: DECLARE_THREAD_CHECKER(MainThreadChecker); }; // class Editor - -std::string DebugPrint(Editor::SaveResult saveResult); } // namespace osm diff --git a/editor/yes_no_unknown.hpp b/editor/yes_no_unknown.hpp index 61ab40cc07..3e09d3549c 100644 --- a/editor/yes_no_unknown.hpp +++ b/editor/yes_no_unknown.hpp @@ -13,14 +13,4 @@ enum YesNoUnknown Yes = 1, No = 2 }; - -inline std::string DebugPrint(YesNoUnknown value) -{ - switch (value) - { - case Unknown: return "Unknown"; - case Yes: return "Yes"; - case No: return "No"; - } -} } // namespace osm diff --git a/generator/address_parser/tiger_parser.cpp b/generator/address_parser/tiger_parser.cpp index 2a5dbbfbf5..f0818f4147 100644 --- a/generator/address_parser/tiger_parser.cpp +++ b/generator/address_parser/tiger_parser.cpp @@ -100,18 +100,3 @@ bool ParseLine(std::string_view line, AddressEntry & e) } } // namespace tiger - -namespace feature -{ -std::string DebugPrint(InterpolType type) -{ - switch (type) - { - case InterpolType::None: return "Interpol::None"; - case InterpolType::Any: return "Interpol::Any"; - case InterpolType::Odd: return "Interpol::Odd"; - case InterpolType::Even: return "Interpol::Even"; - } - UNREACHABLE(); -} -} // namespace feature diff --git a/generator/address_parser/tiger_parser.hpp b/generator/address_parser/tiger_parser.hpp index 05ced61c4e..990e477b6d 100644 --- a/generator/address_parser/tiger_parser.hpp +++ b/generator/address_parser/tiger_parser.hpp @@ -19,8 +19,3 @@ void ParseGeometry(std::string_view s, std::vector & geom); feature::InterpolType ParseInterpolation(std::string_view s); bool ParseLine(std::string_view line, AddressEntry & e); } // namespace tiger - -namespace feature -{ -std::string DebugPrint(InterpolType type); -} // namespace feature diff --git a/generator/generator_tests/restriction_test.cpp b/generator/generator_tests/restriction_test.cpp index 6cccb4d707..5cf45b0ed3 100644 --- a/generator/generator_tests/restriction_test.cpp +++ b/generator/generator_tests/restriction_test.cpp @@ -80,7 +80,7 @@ struct RestrictionUTurnForTests string DebugPrint(RestrictionUTurnForTests const & r) { std::ostringstream ss; - ss << "[" << DebugPrint(r.m_type) << "]: " + ss << "[" << ::DebugPrint(r.m_type) << "]: " << "feature: " << r.m_featureId << ", " << "isFirstPoint: " << r.m_viaIsFirstPoint; diff --git a/generator/mwm_diff/diff.cpp b/generator/mwm_diff/diff.cpp index f6095ff16c..d159ec7fe8 100644 --- a/generator/mwm_diff/diff.cpp +++ b/generator/mwm_diff/diff.cpp @@ -160,16 +160,5 @@ DiffApplicationResult ApplyDiff(std::string const & oldMwmPath, std::string cons return cancellable.IsCancelled() ? DiffApplicationResult::Cancelled : DiffApplicationResult::Failed; } - -std::string DebugPrint(DiffApplicationResult const & result) -{ - switch (result) - { - case DiffApplicationResult::Ok: return "Ok"; - case DiffApplicationResult::Failed: return "Failed"; - case DiffApplicationResult::Cancelled: return "Cancelled"; - } - UNREACHABLE(); -} } // namespace mwm_diff } // namespace generator diff --git a/generator/mwm_diff/diff.hpp b/generator/mwm_diff/diff.hpp index 4a378d9135..f651e8ed70 100644 --- a/generator/mwm_diff/diff.hpp +++ b/generator/mwm_diff/diff.hpp @@ -34,7 +34,5 @@ bool MakeDiff(std::string const & oldMwmPath, std::string const & newMwmPath, DiffApplicationResult ApplyDiff(std::string const & oldMwmPath, std::string const & newMwmPath, std::string const & diffPath, base::Cancellable const & cancellable); - -std::string DebugPrint(DiffApplicationResult const & result); } // namespace mwm_diff } // namespace generator diff --git a/generator/restriction_writer.cpp b/generator/restriction_writer.cpp index 9628a46da8..969f1f6f5a 100644 --- a/generator/restriction_writer.cpp +++ b/generator/restriction_writer.cpp @@ -175,7 +175,7 @@ void RestrictionWriter::CollectRelation(RelationElement const & relationElement) : ViaType::Way; auto const printHeader = [&]() { - m_stream << DebugPrint(type) << "," << DebugPrint(viaType) << ","; + m_stream << ::DebugPrint(type) << "," << DebugPrint(viaType) << ","; }; if (viaType == ViaType::Way) diff --git a/geometry/segment2d.cpp b/geometry/segment2d.cpp index 6a2f640d0c..39c9dcc644 100644 --- a/geometry/segment2d.cpp +++ b/geometry/segment2d.cpp @@ -74,19 +74,6 @@ std::string DebugPrint(Segment2D const & segment) return "(" + DebugPrint(segment.m_u) + ", " + DebugPrint(segment.m_v) + ")"; } -std::string DebugPrint(IntersectionResult::Type type) -{ - using Type = IntersectionResult::Type; - - switch (type) - { - case Type::Zero: return "Zero"; - case Type::One: return "One"; - case Type::Infinity: return "Infinity"; - } - UNREACHABLE(); -} - std::string DebugPrint(IntersectionResult const & result) { std::ostringstream os; @@ -94,7 +81,7 @@ std::string DebugPrint(IntersectionResult const & result) if (result.m_type == IntersectionResult::Type::One) os << DebugPrint(result.m_point); else - os << DebugPrint(result.m_type); + os << ::DebugPrint(result.m_type); os << "]"; return os.str(); } diff --git a/geometry/segment2d.hpp b/geometry/segment2d.hpp index de0f6f1a69..27432d88ae 100644 --- a/geometry/segment2d.hpp +++ b/geometry/segment2d.hpp @@ -45,6 +45,5 @@ bool SegmentsIntersect(PointD const & p1, PointD const & p2, PointD const & p3, IntersectionResult Intersect(Segment2D const & seg1, Segment2D const & seg2, double eps); std::string DebugPrint(Segment2D const & s); -std::string DebugPrint(IntersectionResult::Type type); std::string DebugPrint(IntersectionResult const & result); } // namespace m2 diff --git a/indexer/data_header.cpp b/indexer/data_header.cpp index 06c5eb84db..1c965e14a9 100644 --- a/indexer/data_header.cpp +++ b/indexer/data_header.cpp @@ -123,16 +123,4 @@ void LoadBytes(Source & src, Cont & cont) if (m_type < MapType::World || m_type > MapType::Country || m_scales.size() != kMaxScalesCount) MYTHROW(CorruptedMwmFile, (r.GetName())); } - - std::string DebugPrint(DataHeader::MapType type) - { - switch (type) - { - case DataHeader::MapType::World: return "World"; - case DataHeader::MapType::WorldCoasts: return "WorldCoasts"; - case DataHeader::MapType::Country: return "Country"; - } - - UNREACHABLE(); - } } // namespace feature diff --git a/indexer/data_header.hpp b/indexer/data_header.hpp index 422c5b77cc..fbc59a9cc2 100644 --- a/indexer/data_header.hpp +++ b/indexer/data_header.hpp @@ -81,6 +81,4 @@ namespace feature // Is not used now (see data/countries_meta.txt). Can be reused for something else. buffer_vector m_langs; }; - - std::string DebugPrint(DataHeader::MapType type); } // namespace feature diff --git a/indexer/editable_map_object.cpp b/indexer/editable_map_object.cpp index 3822b3b536..e0a7587e09 100644 --- a/indexer/editable_map_object.cpp +++ b/indexer/editable_map_object.cpp @@ -311,9 +311,9 @@ void EditableMapObject::SetInternet(feature::Internet internet) uint32_t const wifiType = ftypes::IsWifiChecker::Instance().GetType(); bool const hasWiFi = m_types.Has(wifiType); - if (hasWiFi && internet != feature::Internet::Wlan) + if (hasWiFi && internet != feature::Internet::wlan) m_types.Remove(wifiType); - else if (!hasWiFi && internet == feature::Internet::Wlan) + else if (!hasWiFi && internet == feature::Internet::wlan) m_types.Add(wifiType); } diff --git a/indexer/feature_decl.cpp b/indexer/feature_decl.cpp index 3b5cc18dd3..c2f49f0ccd 100644 --- a/indexer/feature_decl.cpp +++ b/indexer/feature_decl.cpp @@ -4,27 +4,11 @@ #include -namespace feature -{ -std::string DebugPrint(GeomType type) -{ - switch (type) - { - case GeomType::Undefined: return "Undefined"; - case GeomType::Point: return "Point"; - case GeomType::Line: return "Line"; - case GeomType::Area: return "Area"; - } - UNREACHABLE(); -} -} // namespace feature - std::string DebugPrint(FeatureID const & id) { return "{ " + DebugPrint(id.m_mwmId) + ", " + std::to_string(id.m_index) + " }"; } - std::string FeatureID::GetMwmName() const { return IsValid() ? m_mwmId.GetInfo()->GetCountryName() : std::string(); diff --git a/indexer/feature_decl.hpp b/indexer/feature_decl.hpp index 3a69726781..6ff052b891 100644 --- a/indexer/feature_decl.hpp +++ b/indexer/feature_decl.hpp @@ -15,8 +15,6 @@ enum class GeomType : int8_t Line = 1, Area = 2 }; - -std::string DebugPrint(GeomType type); } // namespace feature uint32_t constexpr kInvalidFeatureId = std::numeric_limits::max(); diff --git a/indexer/feature_utils.cpp b/indexer/feature_utils.cpp index a50932c1c4..9887192a82 100644 --- a/indexer/feature_utils.cpp +++ b/indexer/feature_utils.cpp @@ -516,53 +516,14 @@ string FormatElevation(string_view elevation) return {}; } -constexpr char const * kWlan = "wlan"; -constexpr char const * kWired = "wired"; -constexpr char const * kTerminal = "terminal"; -constexpr char const * kYes = "yes"; -constexpr char const * kNo = "no"; - -string DebugPrint(Internet internet) -{ - switch (internet) - { - case Internet::No: return kNo; - case Internet::Yes: return kYes; - case Internet::Wlan: return kWlan; - case Internet::Wired: return kWired; - case Internet::Terminal: return kTerminal; - case Internet::Unknown: break; - } - return {}; -} - Internet InternetFromString(std::string_view inet) { - if (inet.empty()) - return Internet::Unknown; - if (inet.find(kWlan) != string::npos) - return Internet::Wlan; - if (inet.find(kWired) != string::npos) - return Internet::Wired; - if (inet.find(kTerminal) != string::npos) - return Internet::Terminal; - if (inet == kYes) - return Internet::Yes; - if (inet == kNo) - return Internet::No; - return Internet::Unknown; + return magic_enum::enum_cast(inet).value_or(Internet::Unknown); } YesNoUnknown YesNoUnknownFromString(std::string_view str) { - if (str.empty()) - return Unknown; - if (str.find(kYes) != string::npos) - return Yes; - if (str.find(kNo) != string::npos) - return No; - else - return YesNoUnknown::Unknown; + return magic_enum::enum_cast(str).value_or(YesNoUnknown::Unknown); } } // namespace feature diff --git a/indexer/feature_utils.hpp b/indexer/feature_utils.hpp index 7e1a4724fe..db03016b24 100644 --- a/indexer/feature_utils.hpp +++ b/indexer/feature_utils.hpp @@ -22,13 +22,12 @@ namespace feature enum class Internet { Unknown, //!< Internet state is unknown (default). - Wlan, //!< Wireless Internet access is present. - Terminal, //!< A computer with internet service. - Wired, //!< Wired Internet access is present. - Yes, //!< Unspecified Internet access is available. - No //!< There is definitely no any Internet access. + wlan, //!< Wireless Internet access is present. + terminal, //!< A computer with internet service. + wired, //!< Wired Internet access is present. + yes, //!< Unspecified Internet access is available. + no //!< There is definitely no any Internet access. }; - std::string DebugPrint(Internet internet); /// @param[in] inet Should be lowercase like in DebugPrint. Internet InternetFromString(std::string_view inet); diff --git a/indexer/ftraits.hpp b/indexer/ftraits.hpp index 0b229fec31..b76e69c9ae 100644 --- a/indexer/ftraits.hpp +++ b/indexer/ftraits.hpp @@ -76,17 +76,6 @@ enum class WheelchairAvailability Limited, }; -inline std::string DebugPrint(WheelchairAvailability wheelchair) -{ - switch (wheelchair) - { - case WheelchairAvailability::No: return "No"; - case WheelchairAvailability::Yes: return "Yes"; - case WheelchairAvailability::Limited: return "Limited"; - } - UNREACHABLE(); -} - class Wheelchair : public TraitsBase { friend TraitsBase; diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp index 24a44eceac..830d08ae05 100644 --- a/indexer/ftypes_matcher.cpp +++ b/indexer/ftypes_matcher.cpp @@ -72,49 +72,8 @@ public: return it->second; } }; - -char const * HighwayClassToString(ftypes::HighwayClass const cls) -{ - switch (cls) - { - case ftypes::HighwayClass::Undefined: return "Undefined"; - case ftypes::HighwayClass::Transported: return "Transported"; - case ftypes::HighwayClass::Trunk: return "Trunk"; - case ftypes::HighwayClass::Primary: return "Primary"; - case ftypes::HighwayClass::Secondary: return "Secondary"; - case ftypes::HighwayClass::Tertiary: return "Tertiary"; - case ftypes::HighwayClass::LivingStreet: return "LivingStreet"; - case ftypes::HighwayClass::Service: return "Service"; - case ftypes::HighwayClass::Pedestrian: return "Pedestrian"; - case ftypes::HighwayClass::Count: return "Count"; - } - ASSERT(false, ()); - return ""; -} } // namespace -string DebugPrint(HighwayClass const cls) -{ - stringstream out; - out << "[ " << HighwayClassToString(cls) << " ]"; - return out.str(); -} - -string DebugPrint(LocalityType const localityType) -{ - switch (localityType) - { - case LocalityType::None: return "None"; - case LocalityType::Country: return "Country"; - case LocalityType::State: return "State"; - case LocalityType::City: return "City"; - case LocalityType::Town: return "Town"; - case LocalityType::Village: return "Village"; - case LocalityType::Count: return "Count"; - } - UNREACHABLE(); -} - HighwayClass GetHighwayClass(feature::TypesHolder const & types) { static HighwayClasses highwayClasses; diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp index 0255bb5695..ec98fec280 100644 --- a/indexer/ftypes_matcher.hpp +++ b/indexer/ftypes_matcher.hpp @@ -621,8 +621,5 @@ enum class HighwayClass Count // This value is used for internals only. }; -std::string DebugPrint(HighwayClass const cls); -std::string DebugPrint(LocalityType const localityType); - HighwayClass GetHighwayClass(feature::TypesHolder const & types); } // namespace ftypes diff --git a/indexer/indexer_tests/editable_map_object_test.cpp b/indexer/indexer_tests/editable_map_object_test.cpp index 930f4252e8..08ae235e89 100644 --- a/indexer/indexer_tests/editable_map_object_test.cpp +++ b/indexer/indexer_tests/editable_map_object_test.cpp @@ -339,30 +339,30 @@ UNIT_TEST(EditableMapObject_SetInternet) TEST_EQUAL(types.Has(wifiType), hasWifi, ()); }; - setInternetAndCheck(emo, feature::Internet::No, false); - setInternetAndCheck(emo, feature::Internet::Yes, false); - setInternetAndCheck(emo, feature::Internet::Wired, false); - setInternetAndCheck(emo, feature::Internet::Wlan, true); + setInternetAndCheck(emo, feature::Internet::no, false); + setInternetAndCheck(emo, feature::Internet::yes, false); + setInternetAndCheck(emo, feature::Internet::wired, false); + setInternetAndCheck(emo, feature::Internet::wlan, true); setInternetAndCheck(emo, feature::Internet::Unknown, false); - setInternetAndCheck(emo, feature::Internet::Terminal, false); + setInternetAndCheck(emo, feature::Internet::terminal, false); EditableMapObject bunkerEmo; SetTypes(bunkerEmo, {{"military", "bunker"}}); types = bunkerEmo.GetTypes(); TEST(!types.Has(wifiType), ()); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); - setInternetAndCheck(bunkerEmo, feature::Internet::No, false); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); - setInternetAndCheck(bunkerEmo, feature::Internet::Yes, false); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); - setInternetAndCheck(bunkerEmo, feature::Internet::Wired, false); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::no, false); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::yes, false); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::wired, false); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); setInternetAndCheck(bunkerEmo, feature::Internet::Unknown, false); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); - setInternetAndCheck(bunkerEmo, feature::Internet::Terminal, false); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); - setInternetAndCheck(bunkerEmo, feature::Internet::Wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::terminal, false); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); + setInternetAndCheck(bunkerEmo, feature::Internet::wlan, true); } UNIT_TEST(EditableMapObject_RemoveBlankNames) @@ -439,7 +439,7 @@ UNIT_TEST(EditableMapObject_FromFeatureType) emo.SetName(names); emo.SetMetadata(feature::Metadata::FMD_WEBSITE, "https://some.thing.org"); - emo.SetInternet(feature::Internet::Wlan); + emo.SetInternet(feature::Internet::wlan); emo.SetPointType(); emo.SetMercator(m2::PointD(1.0, 1.0)); diff --git a/indexer/mwm_set.cpp b/indexer/mwm_set.cpp index 66b0a6896b..bcafa00ddb 100644 --- a/indexer/mwm_set.cpp +++ b/indexer/mwm_set.cpp @@ -421,34 +421,6 @@ void MwmValue::SetTable(MwmInfoEx & info) info.m_table = m_table; } -string DebugPrint(MwmSet::RegResult result) -{ - switch (result) - { - case MwmSet::RegResult::Success: - return "Success"; - case MwmSet::RegResult::VersionAlreadyExists: - return "VersionAlreadyExists"; - case MwmSet::RegResult::VersionTooOld: - return "VersionTooOld"; - case MwmSet::RegResult::BadFile: - return "BadFile"; - case MwmSet::RegResult::UnsupportedFileFormat: - return "UnsupportedFileFormat"; - } - UNREACHABLE(); -} - -string DebugPrint(MwmSet::Event::Type type) -{ - switch (type) - { - case MwmSet::Event::TYPE_REGISTERED: return "Registered"; - case MwmSet::Event::TYPE_DEREGISTERED: return "Deregistered"; - } - return "Undefined"; -} - string DebugPrint(MwmSet::Event const & event) { ostringstream os; diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp index 4c649fae5c..b991591d73 100644 --- a/indexer/mwm_set.hpp +++ b/indexer/mwm_set.hpp @@ -394,9 +394,6 @@ public: bool HasGeometryIndex() const { return m_cont.IsExist(INDEX_FILE_TAG); } }; // class MwmValue - -std::string DebugPrint(MwmSet::RegResult result); -std::string DebugPrint(MwmSet::Event::Type type); std::string DebugPrint(MwmSet::Event const & event); namespace std diff --git a/indexer/road_shields_parser.cpp b/indexer/road_shields_parser.cpp index d79f4c949a..39c9894ad8 100644 --- a/indexer/road_shields_parser.cpp +++ b/indexer/road_shields_parser.cpp @@ -717,29 +717,9 @@ std::vector GetRoadShieldsNames(FeatureType & ft) return names; } -std::string DebugPrint(RoadShieldType shieldType) -{ - using ftypes::RoadShieldType; - switch (shieldType) - { - case RoadShieldType::Default: return "default"; - case RoadShieldType::Generic_White: return "white"; - case RoadShieldType::Generic_Blue: return "blue"; - case RoadShieldType::Generic_Green: return "green"; - case RoadShieldType::Generic_Orange: return "orange"; - case RoadShieldType::Generic_Red: return "red"; - case RoadShieldType::US_Interstate: return "US interstate"; - case RoadShieldType::US_Highway: return "US highway"; - case RoadShieldType::UK_Highway: return "UK highway"; - case RoadShieldType::Hidden: return "hidden"; - case RoadShieldType::Count: CHECK(false, ("RoadShieldType::Count is not to be used as a type")); - } - return std::string(); -} - std::string DebugPrint(RoadShield const & shield) { - return DebugPrint(shield.m_type) + "/" + shield.m_name + + return ::DebugPrint(shield.m_type) + "/" + shield.m_name + (shield.m_additionalText.empty() ? "" : " (" + shield.m_additionalText + ")"); } } // namespace ftypes diff --git a/indexer/road_shields_parser.hpp b/indexer/road_shields_parser.hpp index a0409c66c8..115278cd29 100644 --- a/indexer/road_shields_parser.hpp +++ b/indexer/road_shields_parser.hpp @@ -68,7 +68,6 @@ RoadShieldsSetT GetRoadShields(std::string const & rawRoadNumber); // Returns names of road shields if |ft| is a "highway" feature. std::vector GetRoadShieldsNames(FeatureType & ft); -std::string DebugPrint(RoadShieldType shieldType); std::string DebugPrint(RoadShield const & shield); } // namespace ftypes diff --git a/indexer/yes_no_unknown.hpp b/indexer/yes_no_unknown.hpp index e60b8fb4f5..7315042097 100644 --- a/indexer/yes_no_unknown.hpp +++ b/indexer/yes_no_unknown.hpp @@ -3,6 +3,6 @@ typedef enum YesNoUnknown { Unknown = 0, - Yes = 1, - No = 2 + yes = 1, + no = 2 } YesNoUnknown; diff --git a/iphone/CoreApi/CoreApi/PlacePageData/Common/PlacePageInfoData.mm b/iphone/CoreApi/CoreApi/PlacePageData/Common/PlacePageInfoData.mm index 1ab0f0d515..5dc10ca991 100644 --- a/iphone/CoreApi/CoreApi/PlacePageData/Common/PlacePageInfoData.mm +++ b/iphone/CoreApi/CoreApi/PlacePageData/Common/PlacePageInfoData.mm @@ -79,7 +79,7 @@ NSString * GetLocalizedMetadataValueString(MapObject::MetadataID metaID, std::st case MetadataID::FMD_CONTACT_LINE: _line = ToNSString(value); break; case MetadataID::FMD_OPERATOR: _ppOperator = [NSString stringWithFormat:NSLocalizedString(@"operator", nil), ToNSString(value)]; break; case MetadataID::FMD_INTERNET: - _wifiAvailable = (rawData.GetInternet() == feature::Internet::No) + _wifiAvailable = (rawData.GetInternet() == feature::Internet::no) ? NSLocalizedString(@"no_available", nil) : NSLocalizedString(@"yes_available", nil); break; case MetadataID::FMD_LEVEL: _level = ToNSString(value); break; diff --git a/iphone/Maps/UI/Editor/Cells/MWMEditorSegmentedTableViewCell.mm b/iphone/Maps/UI/Editor/Cells/MWMEditorSegmentedTableViewCell.mm index c070a92dc7..19a1df5679 100644 --- a/iphone/Maps/UI/Editor/Cells/MWMEditorSegmentedTableViewCell.mm +++ b/iphone/Maps/UI/Editor/Cells/MWMEditorSegmentedTableViewCell.mm @@ -28,10 +28,10 @@ switch(value) { - case Yes: + case yes: self.segmentedControl.selectedSegmentIndex = 2; break; - case No: + case no: self.segmentedControl.selectedSegmentIndex = 0; break; case Unknown: @@ -46,8 +46,8 @@ { switch (value) { - case Yes: - case No: + case yes: + case no: self.label.textColor = [UIColor blackPrimaryText]; break; case Unknown: @@ -62,13 +62,13 @@ switch (self.segmentedControl.selectedSegmentIndex) { case 0: - value = No; + value = no; break; case 1: value = Unknown; break; case 2: - value = Yes; + value = yes; break; default: NSAssert(false, @"Unexpected YesNoUnknown value %ld", static_cast(self.segmentedControl.selectedSegmentIndex)); diff --git a/iphone/Maps/UI/Editor/MWMEditorViewController.mm b/iphone/Maps/UI/Editor/MWMEditorViewController.mm index 98c225b1fa..8c1c200633 100644 --- a/iphone/Maps/UI/Editor/MWMEditorViewController.mm +++ b/iphone/Maps/UI/Editor/MWMEditorViewController.mm @@ -525,7 +525,7 @@ void registerCellsForTableView(std::vector const & cells, UITab [tCell configWithDelegate:self icon:[UIImage imageNamed:@"ic_placepage_wifi"] text:L(@"category_wifi") - on:m_mapObject.GetInternet() == feature::Internet::Wlan]; + on:m_mapObject.GetInternet() == feature::Internet::wlan]; break; } case MWMEditorCellTypeAdditionalName: @@ -954,7 +954,7 @@ void registerCellsForTableView(std::vector const & cells, UITab switch ([self cellTypeForIndexPath:indexPath]) { case MetadataID::FMD_INTERNET: - m_mapObject.SetInternet(changeSwitch ? feature::Internet::Wlan : feature::Internet::Unknown); + m_mapObject.SetInternet(changeSwitch ? feature::Internet::wlan : feature::Internet::Unknown); break; default: NSAssert(false, @"Invalid field for changeSwitch"); break; } @@ -968,10 +968,10 @@ void registerCellsForTableView(std::vector const & cells, UITab case MetadataID::FMD_DRIVE_THROUGH: switch (changeSegmented) { - case Yes: + case yes: m_mapObject.SetMetadata(feature::Metadata::FMD_DRIVE_THROUGH, "yes"); break; - case No: + case no: m_mapObject.SetMetadata(feature::Metadata::FMD_DRIVE_THROUGH, "no"); break; case Unknown: diff --git a/kml/serdes.cpp b/kml/serdes.cpp index e4b86e6a46..a55b225e46 100644 --- a/kml/serdes.cpp +++ b/kml/serdes.cpp @@ -249,7 +249,7 @@ void SaveCategoryExtendedData(Writer & writer, CategoryData const & categoryData std::string compilationAttributes; if (categoryData.m_compilationId != kInvalidCompilationId) compilationAttributes += " id=\"" + strings::to_string(categoryData.m_compilationId) + "\""; - compilationAttributes += " type=\"" + DebugPrint(categoryData.m_type) + "\""; + compilationAttributes += " type=\"" + ::DebugPrint(categoryData.m_type) + "\""; writer << kIndent4 << "<" << kCompilation << compilationAttributes << ">\n"; } @@ -295,7 +295,7 @@ void SaveCategoryExtendedData(Writer & writer, CategoryData const & categoryData << "\n"; } - writer << indent << "" << DebugPrint(categoryData.m_accessRules) + writer << indent << "" << ::DebugPrint(categoryData.m_accessRules) << "\n"; SaveStringsArray(writer, categoryData.m_tags, "tags", indent); diff --git a/kml/types.hpp b/kml/types.hpp index 1ee800dc67..ae77d7e2e0 100644 --- a/kml/types.hpp +++ b/kml/types.hpp @@ -41,33 +41,6 @@ enum class PredefinedColor : uint8_t Count }; -inline std::string DebugPrint(PredefinedColor color) -{ - switch (color) - { - using enum kml::PredefinedColor; - case None: return "None"; - case Red: return "Red"; - case Blue: return "Blue"; - case Purple: return "Purple"; - case Yellow: return "Yellow"; - case Pink: return "Pink"; - case Brown: return "Brown"; - case Green: return "Green"; - case Orange: return "Orange"; - case DeepPurple: return "DeepPurple"; - case LightBlue: return "LightBlue"; - case Cyan: return "Cyan"; - case Teal: return "Teal"; - case Lime: return "Lime"; - case DeepOrange: return "DeepOrange"; - case Gray: return "Gray"; - case BlueGray: return "BlueGray"; - case Count: return {}; - } - UNREACHABLE(); -} - inline dp::Color ColorFromPredefinedColor(PredefinedColor color) { switch (color) @@ -109,22 +82,6 @@ enum class AccessRules : uint8_t Count }; -inline std::string DebugPrint(AccessRules accessRules) -{ - switch (accessRules) - { - using enum kml::AccessRules; - case Local: return "Local"; - case Public: return "Public"; - case DirectLink: return "DirectLink"; - case P2P: return "P2P"; - case Paid: return "Paid"; - case AuthorOnly: return "AuthorOnly"; - case Count: return {}; - } - UNREACHABLE(); -} - enum class CompilationType : uint8_t { // Do not change the order because of binary serialization. @@ -133,18 +90,6 @@ enum class CompilationType : uint8_t Day, }; -inline std::string DebugPrint(CompilationType compilationType) -{ - switch (compilationType) - { - using enum kml::CompilationType; - case Category: return "Category"; - case Collection: return "Collection"; - case Day: return "Day"; - } - UNREACHABLE(); -} - enum class BookmarkIcon : uint16_t { // Do not change the order because of binary serialization. diff --git a/map/bookmark_helpers.hpp b/map/bookmark_helpers.hpp index 6ad5576bbe..7497459a9c 100644 --- a/map/bookmark_helpers.hpp +++ b/map/bookmark_helpers.hpp @@ -81,17 +81,6 @@ enum class KmlFileType Gpx }; -inline std::string DebugPrint(KmlFileType fileType) -{ - switch (fileType) - { - case KmlFileType::Text: return "Text"; - case KmlFileType::Binary: return "Binary"; - case KmlFileType::Gpx: return "GPX"; - } - UNREACHABLE(); -} - /// @name File name/path helpers. /// @{ std::string GetBookmarksDirectory(); diff --git a/map/bookmarks_search_params.hpp b/map/bookmarks_search_params.hpp index c271200217..616931f9b0 100644 --- a/map/bookmarks_search_params.hpp +++ b/map/bookmarks_search_params.hpp @@ -27,17 +27,4 @@ struct BookmarksSearchParams using OnResults = std::function; OnResults m_onResults; }; - -inline std::string DebugPrint(BookmarksSearchParams::Status status) -{ - using Status = BookmarksSearchParams::Status; - switch (status) - { - case Status::InProgress: return "InProgress"; - case Status::Completed: return "Completed"; - case Status::Cancelled: return "Cancelled"; - } - ASSERT(false, ("Unknown status")); - return "Unknown"; -} } // namespace search diff --git a/map/isolines_manager.cpp b/map/isolines_manager.cpp index d6711e0d2b..f7b8cafee7 100644 --- a/map/isolines_manager.cpp +++ b/map/isolines_manager.cpp @@ -171,15 +171,3 @@ void IsolinesManager::OnMwmDeregistered(platform::LocalCountryFile const & count } } } - -std::string DebugPrint(IsolinesManager::IsolinesState state) -{ - switch (state) - { - case IsolinesManager::IsolinesState::Disabled: return "Disabled"; - case IsolinesManager::IsolinesState::Enabled: return "Enabled"; - case IsolinesManager::IsolinesState::ExpiredData: return "ExpiredData"; - case IsolinesManager::IsolinesState::NoData: return "NoData"; - } - UNREACHABLE(); -} diff --git a/map/isolines_manager.hpp b/map/isolines_manager.hpp index 18bf7e53b2..80ac183304 100644 --- a/map/isolines_manager.hpp +++ b/map/isolines_manager.hpp @@ -88,5 +88,3 @@ private: std::vector m_lastMwms; mutable std::map m_mwmCache; }; - -std::string DebugPrint(IsolinesManager::IsolinesState state); diff --git a/map/mwm_url.cpp b/map/mwm_url.cpp index ac1bcc68b4..d24001e956 100644 --- a/map/mwm_url.cpp +++ b/map/mwm_url.cpp @@ -513,20 +513,4 @@ void ParsedMapApi::ExecuteMapApiRequest(Framework & fm) const // Other details will be filled in by BuildPlacePageInfo(). fm.BuildAndSetPlacePageInfo(info); } - -std::string DebugPrint(ParsedMapApi::UrlType type) -{ - switch(type) - { - case ParsedMapApi::UrlType::Incorrect: return "Incorrect"; - case ParsedMapApi::UrlType::Map: return "Map"; - case ParsedMapApi::UrlType::Route: return "Route"; - case ParsedMapApi::UrlType::Search: return "Search"; - case ParsedMapApi::UrlType::Crosshair: return "Crosshair"; - case ParsedMapApi::UrlType::OAuth2: return "OAuth2"; - case ParsedMapApi::UrlType::Menu: return "Menu"; - case ParsedMapApi::UrlType::Settings: return "Settings"; - } - UNREACHABLE(); -} } // namespace url_scheme diff --git a/map/mwm_url.hpp b/map/mwm_url.hpp index 3c7c807a4a..4ad8d930f7 100644 --- a/map/mwm_url.hpp +++ b/map/mwm_url.hpp @@ -146,6 +146,4 @@ private: double m_zoomLevel = 0.0; bool m_goBackOnBalloonClick = false; }; - -std::string DebugPrint(ParsedMapApi::UrlType type); } // namespace url_scheme diff --git a/map/osm_opening_hours.hpp b/map/osm_opening_hours.hpp index fb2809595f..d05cb64520 100644 --- a/map/osm_opening_hours.hpp +++ b/map/osm_opening_hours.hpp @@ -18,22 +18,6 @@ enum class EPlaceState CloseSoon }; -inline std::string DebugPrint(EPlaceState state) -{ - switch (state) - { - case EPlaceState::Open: - return "EPlaceState::Open"; - case EPlaceState::OpenSoon: - return "EPlaceState::OpenSoon"; - case EPlaceState::Closed: - return "EPlaceState::Closed"; - case EPlaceState::CloseSoon: - return "EPlaceState::CloseSoon"; - } - UNREACHABLE(); -} - inline EPlaceState PlaceStateCheck(std::string const & openingHours, time_t timestamp) { osmoh::OpeningHours oh(openingHours); diff --git a/map/place_page_info.hpp b/map/place_page_info.hpp index 14e5226ad7..df205e4c3e 100644 --- a/map/place_page_info.hpp +++ b/map/place_page_info.hpp @@ -122,7 +122,7 @@ public: /// @returns true if Back API button should be displayed. bool HasApiUrl() const { return !m_apiUrl.empty(); } /// TODO: Support all possible Internet types in UI. @See MapObject::GetInternet(). - bool HasWifi() const { return GetInternet() == feature::Internet::Wlan; } + bool HasWifi() const { return GetInternet() == feature::Internet::wlan; } /// Should be used by UI code to generate cool name for new bookmarks. // TODO: Tune new bookmark name. May be add address or some other data. kml::LocalizableString FormatNewBookmarkName() const; diff --git a/map/power_management/power_management_schemas.cpp b/map/power_management/power_management_schemas.cpp index ae8ba65b65..178b6d854a 100644 --- a/map/power_management/power_management_schemas.cpp +++ b/map/power_management/power_management_schemas.cpp @@ -79,35 +79,4 @@ FacilitiesState const & GetFacilitiesState(AutoScheme const autoScheme) { return kAutoSchemeToState.at(autoScheme); } - -std::string DebugPrint(Facility const facility) -{ - switch (facility) - { - case Facility::Buildings3d: return "Buildings3d"; - case Facility::PerspectiveView: return "PerspectiveView"; - case Facility::TrackRecording: return "TrackRecording"; - case Facility::TrafficJams: return "TrafficJams"; - case Facility::GpsTrackingForTraffic: return "GpsTrackingForTraffic"; - case Facility::OsmEditsUploading: return "OsmEditsUploading"; - case Facility::UgcUploading: return "UgcUploading"; - case Facility::BookmarkCloudUploading: return "BookmarkCloudUploading"; - case Facility::MapDownloader: return "MapDownloader"; - case Facility::Count: return "Count"; - } - UNREACHABLE(); -} - -std::string DebugPrint(Scheme const scheme) -{ - switch (scheme) - { - case Scheme::None: return "None"; - case Scheme::Normal: return "Normal"; - case Scheme::EconomyMedium: return "EconomyMedium"; - case Scheme::EconomyMaximum: return "EconomyMaximum"; - case Scheme::Auto: return "Auto"; - } - UNREACHABLE(); -} } // namespace power_management diff --git a/map/power_management/power_management_schemas.hpp b/map/power_management/power_management_schemas.hpp index 9dc0a35e6c..7f172354a7 100644 --- a/map/power_management/power_management_schemas.hpp +++ b/map/power_management/power_management_schemas.hpp @@ -45,7 +45,4 @@ using FacilitiesState = std::array(Facility::Count)>; FacilitiesState const & GetFacilitiesState(Scheme const scheme); FacilitiesState const & GetFacilitiesState(AutoScheme const autoScheme); - -std::string DebugPrint(Facility const facility); -std::string DebugPrint(Scheme const scheme); } // namespace power_management diff --git a/map/routing_mark.cpp b/map/routing_mark.cpp index 9c4b00d1b8..6b4bfe1711 100644 --- a/map/routing_mark.cpp +++ b/map/routing_mark.cpp @@ -693,16 +693,3 @@ std::string RoadWarningMark::GetLocalizedRoadWarningType(RoadWarningMarkType typ } return {}; } - -std::string DebugPrint(RoadWarningMarkType type) -{ - switch (type) - { - using enum RoadWarningMarkType; - case Toll: return "Toll"; - case Ferry: return "Ferry"; - case Dirty: return "Dirty"; - case Count: return "Count"; - } - UNREACHABLE(); -} diff --git a/map/routing_mark.hpp b/map/routing_mark.hpp index a77764fefb..defffdb600 100644 --- a/map/routing_mark.hpp +++ b/map/routing_mark.hpp @@ -240,5 +240,3 @@ private: uint32_t m_index = 0; std::string m_distance; }; - -std::string DebugPrint(RoadWarningMarkType type); diff --git a/map/traffic_manager.cpp b/map/traffic_manager.cpp index b3c434ddb9..9c3d58cccc 100644 --- a/map/traffic_manager.cpp +++ b/map/traffic_manager.cpp @@ -561,29 +561,3 @@ void TrafficManager::SetSimplifiedColorScheme(bool simplified) m_hasSimplifiedColorScheme = simplified; m_drapeEngine.SafeCall(&df::DrapeEngine::SetSimplifiedTrafficColors, simplified); } - -std::string DebugPrint(TrafficManager::TrafficState state) -{ - switch (state) - { - case TrafficManager::TrafficState::Disabled: - return "Disabled"; - case TrafficManager::TrafficState::Enabled: - return "Enabled"; - case TrafficManager::TrafficState::WaitingData: - return "WaitingData"; - case TrafficManager::TrafficState::Outdated: - return "Outdated"; - case TrafficManager::TrafficState::NoData: - return "NoData"; - case TrafficManager::TrafficState::NetworkError: - return "NetworkError"; - case TrafficManager::TrafficState::ExpiredData: - return "ExpiredData"; - case TrafficManager::TrafficState::ExpiredApp: - return "ExpiredApp"; - default: - ASSERT(false, ("Unknown state")); - } - return "Unknown"; -} diff --git a/map/traffic_manager.hpp b/map/traffic_manager.hpp index f2a2d28b16..8b144db4e2 100644 --- a/map/traffic_manager.hpp +++ b/map/traffic_manager.hpp @@ -186,5 +186,3 @@ private: std::mutex m_mutex; threads::SimpleThread m_thread; }; - -extern std::string DebugPrint(TrafficManager::TrafficState state); diff --git a/map/user_mark.cpp b/map/user_mark.cpp index 23a0fe3275..d37d974d6e 100644 --- a/map/user_mark.cpp +++ b/map/user_mark.cpp @@ -92,26 +92,3 @@ drape_ptr ColoredMarkPoint::GetColored { return make_unique_dp(m_coloredSymbols); } - -std::string DebugPrint(UserMark::Type type) -{ - switch (type) - { - case UserMark::Type::API: return "API"; - case UserMark::Type::SEARCH: return "SEARCH"; - case UserMark::Type::STATIC: return "STATIC"; - case UserMark::Type::BOOKMARK: return "BOOKMARK"; - case UserMark::Type::DEBUG_MARK: return "DEBUG_MARK"; - case UserMark::Type::ROUTING: return "ROUTING"; - case UserMark::Type::ROAD_WARNING: return "ROAD_WARNING"; - case UserMark::Type::SPEED_CAM: return "SPEED_CAM"; - case UserMark::Type::LOCAL_ADS: return "LOCAL_ADS"; - case UserMark::Type::TRANSIT: return "TRANSIT"; - case UserMark::Type::TRACK_INFO: return "TRACK_INFO"; - case UserMark::Type::TRACK_SELECTION: return "TRACK_SELECTION"; - case UserMark::Type::COLORED: return "COLORED"; - case UserMark::Type::USER_MARK_TYPES_COUNT: return "USER_MARK_TYPES_COUNT"; - case UserMark::Type::USER_MARK_TYPES_COUNT_MAX: return "USER_MARK_TYPES_COUNT_MAX"; - } - UNREACHABLE(); -} diff --git a/map/user_mark.hpp b/map/user_mark.hpp index f74ec9d7ef..da4e4eee5c 100644 --- a/map/user_mark.hpp +++ b/map/user_mark.hpp @@ -155,5 +155,3 @@ public: private: ColoredSymbolZoomInfo m_coloredSymbols; }; - -std::string DebugPrint(UserMark::Type type); diff --git a/openlr/openlr_model.cpp b/openlr/openlr_model.cpp index 44b47f350a..f65d292c02 100644 --- a/openlr/openlr_model.cpp +++ b/openlr/openlr_model.cpp @@ -27,15 +27,4 @@ vector & LinearSegment::GetLRPs() { return m_locationReference.m_points; } - -string DebugPrint(LinearSegmentSource source) -{ - switch (source) - { - case LinearSegmentSource::NotValid: return "NotValid"; - case LinearSegmentSource::FromLocationReferenceTag: return "FromLocationReferenceTag"; - case LinearSegmentSource::FromCoordinatesTag: return "FromCoordinatesTag"; - } - UNREACHABLE(); -} } // namespace openlr diff --git a/openlr/openlr_model.hpp b/openlr/openlr_model.hpp index a5f4b84359..ec45527fbb 100644 --- a/openlr/openlr_model.hpp +++ b/openlr/openlr_model.hpp @@ -119,6 +119,4 @@ struct LinearSegment uint32_t m_segmentLengthMeters = 0; // uint32_t m_segmentRefSpeed; Always null in partners data. (No docs found). }; - -std::string DebugPrint(LinearSegmentSource source); } // namespace openlr diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt index 1f6482e547..6e17737162 100644 --- a/platform/CMakeLists.txt +++ b/platform/CMakeLists.txt @@ -7,7 +7,6 @@ set(SRC chunks_download_strategy.cpp chunks_download_strategy.hpp constants.hpp - country_defines.cpp country_defines.hpp country_file.cpp country_file.hpp diff --git a/platform/country_defines.cpp b/platform/country_defines.cpp deleted file mode 100644 index 23903bfb2f..0000000000 --- a/platform/country_defines.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "platform/country_defines.hpp" - -#include "base/assert.hpp" - -std::string DebugPrint(MapFileType type) -{ - switch (type) - { - case MapFileType::Map: return "Map"; - case MapFileType::Diff: return "Diff"; - case MapFileType::Count: return "Count"; - } - UNREACHABLE(); -} diff --git a/platform/country_defines.hpp b/platform/country_defines.hpp index 7e48aa2c62..a960a91d81 100644 --- a/platform/country_defines.hpp +++ b/platform/country_defines.hpp @@ -16,5 +16,3 @@ enum class MapFileType : uint8_t using MwmCounter = uint32_t; using MwmSize = uint64_t; using LocalAndRemoteSize = std::pair; - -std::string DebugPrint(MapFileType type); diff --git a/platform/downloader_defines.hpp b/platform/downloader_defines.hpp index 01f3fbca77..436de373fd 100644 --- a/platform/downloader_defines.hpp +++ b/platform/downloader_defines.hpp @@ -17,19 +17,6 @@ enum class DownloadStatus FailedSHA, }; -inline std::string DebugPrint(DownloadStatus status) -{ - switch (status) - { - case DownloadStatus::InProgress: return "In progress"; - case DownloadStatus::Completed: return "Completed"; - case DownloadStatus::Failed: return "Failed"; - case DownloadStatus::FileNotFound: return "File not found"; - case DownloadStatus::FailedSHA: return "Failed SHA check"; - } - UNREACHABLE(); -} - struct Progress { static int64_t constexpr kUnknownTotalSize = -1; diff --git a/platform/local_country_file_utils.cpp b/platform/local_country_file_utils.cpp index e068f2e939..2a590844b9 100644 --- a/platform/local_country_file_utils.cpp +++ b/platform/local_country_file_utils.cpp @@ -418,15 +418,4 @@ string CountryIndexes::IndexesDir(LocalCountryFile const & localFile) return base::JoinPath(dir, file.GetName()); } - -string DebugPrint(CountryIndexes::Index index) -{ - switch (index) - { - case CountryIndexes::Index::Bits: return "Bits"; - case CountryIndexes::Index::Nodes: return "Nodes"; - case CountryIndexes::Index::Offsets: return "Offsets"; - } - UNREACHABLE(); -} } // namespace platform diff --git a/platform/mwm_traits.cpp b/platform/mwm_traits.cpp index 57e9ddcb43..ae411523b6 100644 --- a/platform/mwm_traits.cpp +++ b/platform/mwm_traits.cpp @@ -18,40 +18,4 @@ MwmTraits::CentersTableFormat MwmTraits::GetCentersTableFormat() const { return CentersTableFormat::EliasFanoMapWithHeader; } - -std::string DebugPrint(MwmTraits::SearchIndexFormat format) -{ - switch (format) - { - case MwmTraits::SearchIndexFormat::FeaturesWithRankAndCenter: - return "FeaturesWithRankAndCenter"; - case MwmTraits::SearchIndexFormat::CompressedBitVector: - return "CompressedBitVector"; - case MwmTraits::SearchIndexFormat::CompressedBitVectorWithHeader: - return "CompressedBitVectorWithHeader"; - } - UNREACHABLE(); -} - -std::string DebugPrint(MwmTraits::HouseToStreetTableFormat format) -{ - switch (format) - { - case MwmTraits::HouseToStreetTableFormat::HouseToStreetTableWithHeader: - return "HouseToStreetTableWithHeader"; - case MwmTraits::HouseToStreetTableFormat::Unknown: - return "Unknown"; - } - UNREACHABLE(); -} - -std::string DebugPrint(MwmTraits::CentersTableFormat format) -{ - switch (format) - { - case MwmTraits::CentersTableFormat::PlainEliasFanoMap: return "PlainEliasFanoMap"; - case MwmTraits::CentersTableFormat::EliasFanoMapWithHeader: return "EliasFanoMapWithHeader"; - } - UNREACHABLE(); -} } // namespace version diff --git a/platform/mwm_traits.hpp b/platform/mwm_traits.hpp index 961e6c19f0..462827dd16 100644 --- a/platform/mwm_traits.hpp +++ b/platform/mwm_traits.hpp @@ -64,8 +64,4 @@ private: MwmVersion m_version; }; - -std::string DebugPrint(MwmTraits::SearchIndexFormat format); -std::string DebugPrint(MwmTraits::HouseToStreetTableFormat format); -std::string DebugPrint(MwmTraits::CentersTableFormat format); } // namespace version diff --git a/platform/platform.cpp b/platform/platform.cpp index e4bc3667f8..6f0c36a283 100644 --- a/platform/platform.cpp +++ b/platform/platform.cpp @@ -384,35 +384,3 @@ void Platform::CancelTask(Thread thread, base::TaskLoop::TaskId id) case Thread::Background: m_backgroundThread->Cancel(id); return; } } - -std::string DebugPrint(Platform::EError err) -{ - switch (err) - { - case Platform::ERR_OK: return "Ok"; - case Platform::ERR_FILE_DOES_NOT_EXIST: return "File does not exist."; - case Platform::ERR_ACCESS_FAILED: return "Access failed."; - case Platform::ERR_DIRECTORY_NOT_EMPTY: return "Directory not empty."; - case Platform::ERR_FILE_ALREADY_EXISTS: return "File already exists."; - case Platform::ERR_NAME_TOO_LONG: - return "The length of a component of path exceeds {NAME_MAX} characters."; - case Platform::ERR_NOT_A_DIRECTORY: - return "A component of the path prefix of Path is not a directory."; - case Platform::ERR_SYMLINK_LOOP: - return "Too many symbolic links were encountered in translating path."; - case Platform::ERR_IO_ERROR: return "An I/O error occurred."; - case Platform::ERR_UNKNOWN: return "Unknown"; - } - UNREACHABLE(); -} - -std::string DebugPrint(Platform::ChargingStatus status) -{ - switch (status) - { - case Platform::ChargingStatus::Unknown: return "Unknown"; - case Platform::ChargingStatus::Plugged: return "Plugged"; - case Platform::ChargingStatus::Unplugged: return "Unplugged"; - } - UNREACHABLE(); -} diff --git a/platform/platform.hpp b/platform/platform.hpp index 457e08d9e8..bd97745f0e 100644 --- a/platform/platform.hpp +++ b/platform/platform.hpp @@ -345,6 +345,3 @@ private: void GetSystemFontNames(FilesList & res) const; }; - -std::string DebugPrint(Platform::EError err); -std::string DebugPrint(Platform::ChargingStatus status); diff --git a/qt/editor_dialog.cpp b/qt/editor_dialog.cpp index c0b89fd3e5..a4803c91a3 100644 --- a/qt/editor_dialog.cpp +++ b/qt/editor_dialog.cpp @@ -114,14 +114,8 @@ EditorDialog::EditorDialog(QWidget * parent, osm::EditableMapObject & emo) { grid->addWidget(new QLabel(kInternetObjectName), row, 0); QComboBox * cmb = new QComboBox(); - std::string const values[] = {DebugPrint(feature::Internet::Unknown), - DebugPrint(feature::Internet::Wlan), - DebugPrint(feature::Internet::Wired), - DebugPrint(feature::Internet::Terminal), - DebugPrint(feature::Internet::Yes), - DebugPrint(feature::Internet::No)}; - for (auto const & v : values) - cmb->addItem(v.c_str()); + for (auto const & internet_type : magic_enum::enum_names()) + cmb->addItem(std::string(internet_type).c_str()); cmb->setCurrentText(DebugPrint(emo.GetInternet()).c_str()); cmb->setObjectName(kInternetObjectName); grid->addWidget(cmb, row++, 1); @@ -155,7 +149,7 @@ EditorDialog::EditorDialog(QWidget * parent, osm::EditableMapObject & emo) QSignalMapper * signalMapper = new QSignalMapper(); connect(deletePOIButton, SIGNAL(clicked()), signalMapper, SLOT(map())); signalMapper->setMapping(deletePOIButton, QDialogButtonBox::DestructiveRole); - connect(signalMapper, SIGNAL(mapped(int)), this, SLOT(done(int))); + connect(signalMapper, SIGNAL(mappedInt(int)), this, SLOT(done(int))); buttonBox->addButton(deletePOIButton, QDialogButtonBox::DestructiveRole); grid->addWidget(buttonBox, row++, 1); } diff --git a/qt/screenshoter.cpp b/qt/screenshoter.cpp index 372c30ca88..f565a6cd9d 100644 --- a/qt/screenshoter.cpp +++ b/qt/screenshoter.cpp @@ -499,32 +499,4 @@ bool Screenshoter::LoadPoints(std::string const & points) } return !m_pointsToProcess.empty(); } - -std::string DebugPrint(Screenshoter::State state) -{ - switch (state) - { - case Screenshoter::State::NotStarted: return "NotStarted"; - case Screenshoter::State::LoadKml: return "LoadKml"; - case Screenshoter::State::WaitPosition: return "WaitPosition"; - case Screenshoter::State::WaitCountries: return "WaitCountries"; - case Screenshoter::State::WaitGraphics: return "WaitGraphics"; - case Screenshoter::State::Ready: return "Ready"; - case Screenshoter::State::FileError: return "FileError"; - case Screenshoter::State::ParamsError: return "ParamsError"; - case Screenshoter::State::Done: return "Done"; - } - UNREACHABLE(); -} - -std::string DebugPrint(ScreenshotParams::Mode mode) -{ - switch (mode) - { - case ScreenshotParams::Mode::KmlFiles: return "KmlFiles"; - case ScreenshotParams::Mode::Points: return "Points"; - case ScreenshotParams::Mode::Rects: return "Rects"; - } - UNREACHABLE(); -} } // namespace qt diff --git a/qt/screenshoter.hpp b/qt/screenshoter.hpp index d61a23058c..5304d57eb3 100644 --- a/qt/screenshoter.hpp +++ b/qt/screenshoter.hpp @@ -88,8 +88,6 @@ private: bool LoadRects(std::string const & rects); bool LoadPoints(std::string const & points); - friend std::string DebugPrint(State state); - State m_state = State::NotStarted; ScreenshotParams m_screenshotParams; Framework & m_framework; @@ -101,7 +99,4 @@ private: std::set m_countriesToDownload; std::string m_nextScreenshotName; }; - -std::string DebugPrint(Screenshoter::State state); -std::string DebugPrint(ScreenshotParams::Mode mode); } // namespace qt diff --git a/routing/CMakeLists.txt b/routing/CMakeLists.txt index dfb9603e70..e5e6cdc8d2 100644 --- a/routing/CMakeLists.txt +++ b/routing/CMakeLists.txt @@ -28,7 +28,6 @@ set(SRC coding.hpp cross_border_graph.cpp cross_border_graph.hpp - cross_mwm_connector.cpp cross_mwm_connector.hpp cross_mwm_connector_serialization.hpp cross_mwm_graph.cpp @@ -111,7 +110,6 @@ set(SRC restrictions_serialization.hpp road_access.cpp road_access.hpp - road_access_serialization.cpp road_access_serialization.hpp road_graph.cpp road_graph.hpp diff --git a/routing/car_directions.cpp b/routing/car_directions.cpp index aebbd08c06..0869ca6ae2 100644 --- a/routing/car_directions.cpp +++ b/routing/car_directions.cpp @@ -636,9 +636,9 @@ bool SelectFirstUnrestrictedLane(LaneWay direction, It lanesBegin, It lanesEnd) bool SelectUnrestrictedLane(CarDirection turn, vector & lanes) { if (IsTurnMadeFromLeft(turn)) - return SelectFirstUnrestrictedLane(LaneWay::Left, lanes.begin(), lanes.end()); + return SelectFirstUnrestrictedLane(LaneWay::left, lanes.begin(), lanes.end()); else if (IsTurnMadeFromRight(turn)) - return SelectFirstUnrestrictedLane(LaneWay::Right, lanes.rbegin(), lanes.rend()); + return SelectFirstUnrestrictedLane(LaneWay::right, lanes.rbegin(), lanes.rend()); return false; } diff --git a/routing/cross_mwm_connector.cpp b/routing/cross_mwm_connector.cpp deleted file mode 100644 index dcf89f73de..0000000000 --- a/routing/cross_mwm_connector.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "routing/cross_mwm_connector.hpp" - -namespace routing -{ -namespace connector -{ -std::string DebugPrint(WeightsLoadState state) -{ - switch (state) - { - case WeightsLoadState::Unknown: return "Unknown"; - case WeightsLoadState::ReadyToLoad: return "ReadyToLoad"; - case WeightsLoadState::NotExists: return "NotExists"; - case WeightsLoadState::Loaded: return "Loaded"; - } - UNREACHABLE(); -} -} // namespace connector -} // namespace routing diff --git a/routing/cross_mwm_connector.hpp b/routing/cross_mwm_connector.hpp index 6e1363db80..50920e0c73 100644 --- a/routing/cross_mwm_connector.hpp +++ b/routing/cross_mwm_connector.hpp @@ -33,8 +33,6 @@ enum class WeightsLoadState ReadyToLoad, Loaded }; - -std::string DebugPrint(WeightsLoadState state); } // namespace connector /// @param CrossMwmId Encoded OSM feature (way) ID that should be equal and unique in all MWMs. diff --git a/routing/cross_mwm_graph.cpp b/routing/cross_mwm_graph.cpp index a999ffb078..5324a82e21 100644 --- a/routing/cross_mwm_graph.cpp +++ b/routing/cross_mwm_graph.cpp @@ -247,15 +247,4 @@ bool CrossMwmGraph::TransitCrossMwmSectionExists(NumMwmId numMwmId) const return status == MwmStatus::SectionExists; } - -string DebugPrint(CrossMwmGraph::MwmStatus status) -{ - switch (status) - { - case CrossMwmGraph::MwmStatus::NotLoaded: return "CrossMwmGraph::NotLoaded"; - case CrossMwmGraph::MwmStatus::SectionExists: return "CrossMwmGraph::SectionExists"; - case CrossMwmGraph::MwmStatus::NoSection: return "CrossMwmGraph::NoSection"; - } - return string("Unknown CrossMwmGraph::MwmStatus."); -} } // namespace routing diff --git a/routing/cross_mwm_graph.hpp b/routing/cross_mwm_graph.hpp index 2651603314..b20e1827f4 100644 --- a/routing/cross_mwm_graph.hpp +++ b/routing/cross_mwm_graph.hpp @@ -125,6 +125,4 @@ private: CrossMwmIndexGraph m_crossMwmIndexGraph; CrossMwmIndexGraph m_crossMwmTransitGraph; }; - -std::string DebugPrint(CrossMwmGraph::MwmStatus status); } // routing diff --git a/routing/fake_vertex.hpp b/routing/fake_vertex.hpp index 72a1f65b76..b0a291d441 100644 --- a/routing/fake_vertex.hpp +++ b/routing/fake_vertex.hpp @@ -63,15 +63,4 @@ private: LatLonWithAltitude m_to; Type m_type = Type::PureFake; }; - -inline std::string DebugPrint(FakeVertex::Type type) -{ - switch (type) - { - case FakeVertex::Type::PureFake: return "PureFake"; - case FakeVertex::Type::PartOfReal: return "PartOfReal"; - } - CHECK(false, ("Unreachable")); - return "UnknownFakeVertexType"; -} } // namespace routing diff --git a/routing/restrictions_serialization.cpp b/routing/restrictions_serialization.cpp index 4c13748031..664b361f94 100644 --- a/routing/restrictions_serialization.cpp +++ b/routing/restrictions_serialization.cpp @@ -51,22 +51,10 @@ void RestrictionHeader::Reset() m_restrictionCount.emplace(type, 0); } -std::string DebugPrint(Restriction::Type const & type) -{ - switch (type) - { - case Restriction::Type::No: return kNo; - case Restriction::Type::Only: return kOnly; - case Restriction::Type::NoUTurn: return kNoUTurn; - case Restriction::Type::OnlyUTurn: return kOnlyUTurn; - } - return "Unknown"; -} - std::string DebugPrint(Restriction const & restriction) { std::ostringstream out; - out << "[" << DebugPrint(restriction.m_type) << "]: {"; + out << "[" << ::DebugPrint(restriction.m_type) << "]: {"; for (size_t i = 0; i < restriction.m_featureIds.size(); ++i) { out << restriction.m_featureIds[i]; @@ -84,7 +72,7 @@ std::string DebugPrint(RestrictionHeader const & header) for (size_t i = 0; i < n; ++i) { auto const type = RestrictionHeader::kRestrictionTypes[i]; - res += DebugPrint(type) + " => " + std::to_string(header.GetNumberOf(type)); + res += ::DebugPrint(type) + " => " + std::to_string(header.GetNumberOf(type)); if (i + 1 != n) res += ", "; diff --git a/routing/restrictions_serialization.hpp b/routing/restrictions_serialization.hpp index d0ffbda616..cdb3884cb9 100644 --- a/routing/restrictions_serialization.hpp +++ b/routing/restrictions_serialization.hpp @@ -338,7 +338,6 @@ private: } }; -std::string DebugPrint(Restriction::Type const & type); std::string DebugPrint(Restriction const & restriction); std::string DebugPrint(RestrictionHeader const & restrictionHeader); } // namespace routing diff --git a/routing/road_access.cpp b/routing/road_access.cpp index 3833585ce2..2a2b28440c 100644 --- a/routing/road_access.cpp +++ b/routing/road_access.cpp @@ -166,16 +166,6 @@ std::string DebugPrint(RoadAccess::Conditional const & conditional) return oss.str(); } -std::string DebugPrint(RoadAccess::Confidence confidence) -{ - switch (confidence) - { - case RoadAccess::Confidence::Maybe: return "Maybe"; - case RoadAccess::Confidence::Sure: return "Sure"; - } - UNREACHABLE(); -} - std::string DebugPrint(RoadAccess::Type type) { return ToString(type); } std::string DebugPrint(RoadAccess const & r) diff --git a/routing/road_access.hpp b/routing/road_access.hpp index c79b02ce3c..ce308d0d4d 100644 --- a/routing/road_access.hpp +++ b/routing/road_access.hpp @@ -186,7 +186,6 @@ time_t GetCurrentTimestamp(); std::string ToString(RoadAccess::Type type); void FromString(std::string_view s, RoadAccess::Type & result); -std::string DebugPrint(RoadAccess::Confidence confidence); std::string DebugPrint(RoadAccess::Conditional const & conditional); std::string DebugPrint(RoadAccess::Type type); std::string DebugPrint(RoadAccess const & r); diff --git a/routing/road_access_serialization.cpp b/routing/road_access_serialization.cpp deleted file mode 100644 index f37ff4221b..0000000000 --- a/routing/road_access_serialization.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#include "routing/road_access_serialization.hpp" - -#include - -namespace routing -{ -std::string DebugPrint(RoadAccessSerializer::Header const & header) -{ - switch (header) - { - case RoadAccessSerializer::Header::TheFirstVersionRoadAccess: return "TheFirstVersionRoadAccess"; - case RoadAccessSerializer::Header::WithoutAccessConditional: return "WithoutAccessConditional"; - case RoadAccessSerializer::Header::WithAccessConditional: return "WithAccessConditional"; - } - UNREACHABLE(); -} -} // namespace routing - diff --git a/routing/road_access_serialization.hpp b/routing/road_access_serialization.hpp index 15606fafb5..ca16b98de1 100644 --- a/routing/road_access_serialization.hpp +++ b/routing/road_access_serialization.hpp @@ -518,6 +518,4 @@ private: return openingHoursSerDes; } }; - -std::string DebugPrint(RoadAccessSerializer::Header const & header); } // namespace routing diff --git a/routing/road_graph.cpp b/routing/road_graph.cpp index 76f1c20de0..39e38c6dbe 100644 --- a/routing/road_graph.cpp +++ b/routing/road_graph.cpp @@ -298,16 +298,6 @@ void IRoadGraph::GetEdgeTypes(Edge const & edge, feature::TypesHolder & types) c GetFeatureTypes(edge.GetFeatureId(), types); } -string DebugPrint(IRoadGraph::Mode mode) -{ - switch (mode) - { - case IRoadGraph::Mode::ObeyOnewayTag: return "ObeyOnewayTag"; - case IRoadGraph::Mode::IgnoreOnewayTag: return "IgnoreOnewayTag"; - } - UNREACHABLE(); -} - IRoadGraph::RoadInfo MakeRoadInfoForTesting(bool bidirectional, double speedKMPH, initializer_list const & points) { diff --git a/routing/road_graph.hpp b/routing/road_graph.hpp index 0e5df4edc2..dbdddc289b 100644 --- a/routing/road_graph.hpp +++ b/routing/road_graph.hpp @@ -345,8 +345,6 @@ private: EdgeCacheT m_fakeOutgoingEdges; }; -std::string DebugPrint(IRoadGraph::Mode mode); - IRoadGraph::RoadInfo MakeRoadInfoForTesting(bool bidirectional, double speedKMPH, std::initializer_list const & points); diff --git a/routing/routing_options.cpp b/routing/routing_options.cpp index c45e2db1a0..3edacc0d35 100644 --- a/routing/routing_options.cpp +++ b/routing/routing_options.cpp @@ -118,7 +118,7 @@ string DebugPrint(RoutingOptions const & routingOptions) if (routingOptions.Has(road)) { wasAppended = true; - ss << " | " << DebugPrint(road); + ss << " | " << ::DebugPrint(road); } }; @@ -136,21 +136,6 @@ string DebugPrint(RoutingOptions const & routingOptions) return ss.str(); } -string DebugPrint(RoutingOptions::Road type) -{ - switch (type) - { - case RoutingOptions::Road::Toll: return "toll"; - case RoutingOptions::Road::Motorway: return "motorway"; - case RoutingOptions::Road::Ferry: return "ferry"; - case RoutingOptions::Road::Dirty: return "dirty"; - case RoutingOptions::Road::Usual: return "usual"; - case RoutingOptions::Road::Max: return "max"; - } - - UNREACHABLE(); -} - RoutingOptionSetter::RoutingOptionSetter(RoutingOptions::RoadType roadsMask) { m_saved = RoutingOptions::LoadCarOptionsFromSettings(); diff --git a/routing/routing_options.hpp b/routing/routing_options.hpp index 939d7fff0d..12b319aab0 100644 --- a/routing/routing_options.hpp +++ b/routing/routing_options.hpp @@ -57,7 +57,6 @@ private: RoutingOptions::Road ChooseMainRoutingOptionRoad(RoutingOptions options, bool isCarRouter); std::string DebugPrint(RoutingOptions const & routingOptions); -std::string DebugPrint(RoutingOptions::Road type); /// Options guard for debugging/tests. class RoutingOptionSetter diff --git a/routing/routing_tests/routing_algorithm.cpp b/routing/routing_tests/routing_algorithm.cpp index 12fcf2229a..ac8a0305f3 100644 --- a/routing/routing_tests/routing_algorithm.cpp +++ b/routing/routing_tests/routing_algorithm.cpp @@ -177,22 +177,6 @@ TestAStarBidirectionalAlgo::Result Convert(Algorithm::Result value) } } // namespace -std::string DebugPrint(TestAStarBidirectionalAlgo::Result const & value) -{ - switch (value) - { - case TestAStarBidirectionalAlgo::Result::OK: - return "OK"; - case TestAStarBidirectionalAlgo::Result::NoPath: - return "NoPath"; - case TestAStarBidirectionalAlgo::Result::Cancelled: - return "Cancelled"; - } - - UNREACHABLE(); - return std::string(); -} - // *************************** AStar-bidirectional routing algorithm implementation *********************** TestAStarBidirectionalAlgo::Result TestAStarBidirectionalAlgo::CalculateRoute( RoadGraphIFace const & graph, geometry::PointWithAltitude const & startPos, diff --git a/routing/routing_tests/routing_algorithm.hpp b/routing/routing_tests/routing_algorithm.hpp index 5cd90d2571..4f9197b00f 100644 --- a/routing/routing_tests/routing_algorithm.hpp +++ b/routing/routing_tests/routing_algorithm.hpp @@ -100,6 +100,4 @@ public: geometry::PointWithAltitude const & finalPos, RoutingResult & path); }; - -std::string DebugPrint(TestAStarBidirectionalAlgo::Result const & result); } // namespace routing_tests diff --git a/routing/routing_tests/turns_generator_test.cpp b/routing/routing_tests/turns_generator_test.cpp index 9573da75c7..e55bd3f137 100644 --- a/routing/routing_tests/turns_generator_test.cpp +++ b/routing/routing_tests/turns_generator_test.cpp @@ -84,7 +84,7 @@ UNIT_TEST(TestParseSingleLane) { TSingleLane result; TEST(ParseSingleLane("through;right", ';', result), ()); - TSingleLane const expected1 = {LaneWay::Through, LaneWay::Right}; + TSingleLane const expected1 = {LaneWay::through, LaneWay::right}; TEST_EQUAL(result, expected1, ()); TEST(!ParseSingleLane("through;Right", ';', result), ()); @@ -102,23 +102,23 @@ UNIT_TEST(TestParseSingleLane) TEST_EQUAL(result.size(), 0, ()); TEST(ParseSingleLane("left;through", ';', result), ()); - TSingleLane expected2 = {LaneWay::Left, LaneWay::Through}; + TSingleLane expected2 = {LaneWay::left, LaneWay::through}; TEST_EQUAL(result, expected2, ()); TEST(ParseSingleLane("left", ';', result), ()); TEST_EQUAL(result.size(), 1, ()); - TEST_EQUAL(result[0], LaneWay::Left, ()); + TEST_EQUAL(result[0], LaneWay::left, ()); TEST(ParseSingleLane("left;", ';', result), ()); - TSingleLane expected3 = {LaneWay::Left, LaneWay::None}; + TSingleLane expected3 = {LaneWay::left, LaneWay::none}; TEST_EQUAL(result, expected3, ()); TEST(ParseSingleLane(";", ';', result), ()); - TSingleLane expected4 = {LaneWay::None, LaneWay::None}; + TSingleLane expected4 = {LaneWay::none, LaneWay::none}; TEST_EQUAL(result, expected4, ()); TEST(ParseSingleLane("", ';', result), ()); - TSingleLane expected5 = {LaneWay::None}; + TSingleLane expected5 = {LaneWay::none}; TEST_EQUAL(result, expected5, ()); } @@ -126,39 +126,39 @@ UNIT_TEST(TestParseLanes) { vector result; TEST(ParseLanes("through|through|through|through;right", result), ()); - vector const expected1 = {{LaneWay::Through}, - {LaneWay::Through}, - {LaneWay::Through}, - {LaneWay::Through, LaneWay::Right}}; + vector const expected1 = {{LaneWay::through}, + {LaneWay::through}, + {LaneWay::through}, + {LaneWay::through, LaneWay::right}}; TEST_EQUAL(result, expected1, ()); TEST(ParseLanes("left|left;through|through|through", result), ()); vector const expected2 = { - {LaneWay::Left}, {LaneWay::Left, LaneWay::Through}, {LaneWay::Through}, {LaneWay::Through}}; + {LaneWay::left}, {LaneWay::left, LaneWay::through}, {LaneWay::through}, {LaneWay::through}}; TEST_EQUAL(result, expected2, ()); TEST(ParseLanes("left|through|through", result), ()); vector const expected3 = { - {LaneWay::Left}, {LaneWay::Through}, {LaneWay::Through}}; + {LaneWay::left}, {LaneWay::through}, {LaneWay::through}}; TEST_EQUAL(result, expected3, ()); TEST(ParseLanes("left|le ft| through|through | right", result), ()); vector const expected4 = { - {LaneWay::Left}, {LaneWay::Left}, {LaneWay::Through}, {LaneWay::Through}, {LaneWay::Right}}; + {LaneWay::left}, {LaneWay::left}, {LaneWay::through}, {LaneWay::through}, {LaneWay::right}}; TEST_EQUAL(result, expected4, ()); - TEST(ParseLanes("left|Left|through|througH|right", result), ()); + TEST(ParseLanes("left|left|through|througH|right", result), ()); vector const expected5 = { - {LaneWay::Left}, {LaneWay::Left}, {LaneWay::Through}, {LaneWay::Through}, {LaneWay::Right}}; + {LaneWay::left}, {LaneWay::left}, {LaneWay::through}, {LaneWay::through}, {LaneWay::right}}; TEST_EQUAL(result, expected5, ()); - TEST(ParseLanes("left|Left|through|througH|through;right;sharp_rIght", result), ()); + TEST(ParseLanes("left|left|through|througH|through;right;sharp_rIght", result), ()); vector const expected6 = { - {LaneWay::Left}, - {LaneWay::Left}, - {LaneWay::Through}, - {LaneWay::Through}, - {LaneWay::Through, LaneWay::Right, LaneWay::SharpRight}}; + {LaneWay::left}, + {LaneWay::left}, + {LaneWay::through}, + {LaneWay::through}, + {LaneWay::through, LaneWay::right, LaneWay::sharp_right}}; TEST_EQUAL(result, expected6, ()); TEST(!ParseLanes("left|Leftt|through|througH|right", result), ()); @@ -170,19 +170,19 @@ UNIT_TEST(TestParseLanes) TEST(!ParseLanes("משהו בעברית", result), ()); TEST_EQUAL(result.size(), 0, ()); - TEST(ParseLanes("left |Left|through|througH|right", result), ()); + TEST(ParseLanes("left |left|through|througH|right", result), ()); vector const expected7 = { - {LaneWay::Left}, {LaneWay::Left}, {LaneWay::Through}, {LaneWay::Through}, {LaneWay::Right}}; + {LaneWay::left}, {LaneWay::left}, {LaneWay::through}, {LaneWay::through}, {LaneWay::right}}; TEST_EQUAL(result, expected7, ()); TEST(ParseLanes("|||||slight_right", result), ()); vector const expected8 = { - {LaneWay::None}, - {LaneWay::None}, - {LaneWay::None}, - {LaneWay::None}, - {LaneWay::None}, - {LaneWay::SlightRight} + {LaneWay::none}, + {LaneWay::none}, + {LaneWay::none}, + {LaneWay::none}, + {LaneWay::none}, + {LaneWay::slight_right} }; TEST_EQUAL(result, expected8, ()); } @@ -262,40 +262,40 @@ UNIT_TEST(TestFixupTurns) UNIT_TEST(TestIsLaneWayConformedTurnDirection) { - TEST(IsLaneWayConformedTurnDirection(LaneWay::Left, CarDirection::TurnLeft), ()); - TEST(IsLaneWayConformedTurnDirection(LaneWay::Right, CarDirection::TurnRight), ()); - TEST(IsLaneWayConformedTurnDirection(LaneWay::SlightLeft, CarDirection::TurnSlightLeft), ()); - TEST(IsLaneWayConformedTurnDirection(LaneWay::SharpRight, CarDirection::TurnSharpRight), ()); - TEST(IsLaneWayConformedTurnDirection(LaneWay::Reverse, CarDirection::UTurnLeft), ()); - TEST(IsLaneWayConformedTurnDirection(LaneWay::Reverse, CarDirection::UTurnRight), ()); - TEST(IsLaneWayConformedTurnDirection(LaneWay::Through, CarDirection::GoStraight), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::left, CarDirection::TurnLeft), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::right, CarDirection::TurnRight), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::slight_left, CarDirection::TurnSlightLeft), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::sharp_right, CarDirection::TurnSharpRight), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::reverse, CarDirection::UTurnLeft), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::reverse, CarDirection::UTurnRight), ()); + TEST(IsLaneWayConformedTurnDirection(LaneWay::through, CarDirection::GoStraight), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::Left, CarDirection::TurnSlightLeft), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::Right, CarDirection::TurnSharpRight), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::SlightLeft, CarDirection::GoStraight), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::SharpRight, CarDirection::None), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::Reverse, CarDirection::TurnLeft), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::None, CarDirection::ReachedYourDestination), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::left, CarDirection::TurnSlightLeft), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::right, CarDirection::TurnSharpRight), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::slight_left, CarDirection::GoStraight), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::sharp_right, CarDirection::None), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::reverse, CarDirection::TurnLeft), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::none, CarDirection::ReachedYourDestination), ()); } UNIT_TEST(TestIsLaneWayConformedTurnDirectionApproximately) { - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::Left, CarDirection::TurnSharpLeft), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::Left, CarDirection::TurnSlightLeft), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::Right, CarDirection::TurnSharpRight), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::Right, CarDirection::TurnRight), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::Reverse, CarDirection::UTurnLeft), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::Reverse, CarDirection::UTurnRight), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::SlightLeft, CarDirection::GoStraight), ()); - TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::SlightRight, CarDirection::GoStraight), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::left, CarDirection::TurnSharpLeft), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::left, CarDirection::TurnSlightLeft), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::right, CarDirection::TurnSharpRight), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::right, CarDirection::TurnRight), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::reverse, CarDirection::UTurnLeft), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::reverse, CarDirection::UTurnRight), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::slight_left, CarDirection::GoStraight), ()); + TEST(IsLaneWayConformedTurnDirectionApproximately(LaneWay::slight_right, CarDirection::GoStraight), ()); - TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::SharpLeft, CarDirection::UTurnLeft), ()); - TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::SharpLeft, CarDirection::UTurnRight), ()); - TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::SharpRight, CarDirection::UTurnLeft), ()); - TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::SharpRight, CarDirection::UTurnRight), ()); - TEST(!IsLaneWayConformedTurnDirection(LaneWay::Through, CarDirection::ReachedYourDestination), ()); - TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::Through, CarDirection::TurnRight), ()); - TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::SlightRight, + TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::sharp_left, CarDirection::UTurnLeft), ()); + TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::sharp_left, CarDirection::UTurnRight), ()); + TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::sharp_right, CarDirection::UTurnLeft), ()); + TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::sharp_right, CarDirection::UTurnRight), ()); + TEST(!IsLaneWayConformedTurnDirection(LaneWay::through, CarDirection::ReachedYourDestination), ()); + TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::through, CarDirection::TurnRight), ()); + TEST(!IsLaneWayConformedTurnDirectionApproximately(LaneWay::slight_right, CarDirection::TurnSharpLeft), ()); } @@ -307,15 +307,15 @@ UNIT_TEST(TestAddingActiveLaneInformation) {3, CarDirection::TurnRight}, {4, CarDirection::ReachedYourDestination}}; - turns[0].m_lanes.push_back({LaneWay::Left, LaneWay::Through}); - turns[0].m_lanes.push_back({LaneWay::Right}); + turns[0].m_lanes.push_back({LaneWay::left, LaneWay::through}); + turns[0].m_lanes.push_back({LaneWay::right}); - turns[1].m_lanes.push_back({LaneWay::SlightLeft}); - turns[1].m_lanes.push_back({LaneWay::Through}); - turns[1].m_lanes.push_back({LaneWay::None}); + turns[1].m_lanes.push_back({LaneWay::slight_left}); + turns[1].m_lanes.push_back({LaneWay::through}); + turns[1].m_lanes.push_back({LaneWay::none}); - turns[2].m_lanes.push_back({LaneWay::Left, LaneWay::SharpLeft}); - turns[2].m_lanes.push_back({LaneWay::None}); + turns[2].m_lanes.push_back({LaneWay::left, LaneWay::sharp_left}); + turns[2].m_lanes.push_back({LaneWay::none}); vector routeSegments; RouteSegmentsFrom({}, {}, turns, {}, routeSegments); diff --git a/routing/speed_camera_manager.cpp b/routing/speed_camera_manager.cpp index 28d16ab18d..6c1c2b58a2 100644 --- a/routing/speed_camera_manager.cpp +++ b/routing/speed_camera_manager.cpp @@ -386,33 +386,4 @@ void SpeedCameraManager::SetMode(SpeedCameraManagerMode mode) m_mode = mode; settings::Set(kSpeedCamModeKey, static_cast(mode)); } - -std::string DebugPrint(SpeedCameraManager::Interval interval) -{ - switch (interval) - { - case SpeedCameraManager::Interval::BeepSignalZone: return "BeepSignalZone"; - case SpeedCameraManager::Interval::VoiceNotificationZone: return "VoiceNotificationZone"; - case SpeedCameraManager::Interval::ImpactZone: return "ImpactZone"; - } - - UNREACHABLE(); -} - -std::string DebugPrint(SpeedCameraManagerMode mode) -{ - switch (mode) - { - case SpeedCameraManagerMode::Auto: - return "auto"; - case SpeedCameraManagerMode::Always: - return "always"; - case SpeedCameraManagerMode::Never: - return "never"; - case SpeedCameraManagerMode::MaxValue: - return "max_value"; - } - - UNREACHABLE(); -} } // namespace routing diff --git a/routing/speed_camera_manager.hpp b/routing/speed_camera_manager.hpp index bfb1214274..4283fc5779 100644 --- a/routing/speed_camera_manager.hpp +++ b/routing/speed_camera_manager.hpp @@ -184,7 +184,4 @@ private: }; std::string SpeedCameraManagerModeForStat(SpeedCameraManagerMode mode); - -std::string DebugPrint(SpeedCameraManager::Interval interval); -std::string DebugPrint(SpeedCameraManagerMode mode); } // namespace routing diff --git a/routing/transit_info.hpp b/routing/transit_info.hpp index 861f893760..6732ff8c24 100644 --- a/routing/transit_info.hpp +++ b/routing/transit_info.hpp @@ -235,15 +235,4 @@ public: private: std::unique_ptr m_ptr; }; - -inline std::string DebugPrint(TransitInfo::Type type) -{ - switch (type) - { - case TransitInfo::Type::Gate: return "Gate"; - case TransitInfo::Type::Edge: return "Edge"; - case TransitInfo::Type::Transfer: return "Transfer"; - } - UNREACHABLE(); -} } // namespace routing diff --git a/routing/turns.cpp b/routing/turns.cpp index bd495c9a28..e1c4173501 100644 --- a/routing/turns.cpp +++ b/routing/turns.cpp @@ -8,8 +8,6 @@ #include "base/stl_helpers.hpp" #include "base/string_utils.hpp" -#include -#include #include #include @@ -18,53 +16,6 @@ namespace routing using namespace routing::turns; using namespace std; -namespace -{ -/// The order is important. Starting with the most frequent tokens according to -/// taginfo.openstreetmap.org we minimize the number of the comparisons in ParseSingleLane(). -/// -/// A `none` lane can be represented either as "none" or as "". That means both "none" and "" -/// should be considered names, even though they refer to the same thing. As a result, -/// `LaneWay::None` appears twice in this array, which is one longer than the number of -/// enum values. -array, static_cast(LaneWay::Count) + 1> const g_laneWayNames = { - {{LaneWay::None, ""}, - {LaneWay::Through, "through"}, - {LaneWay::Left, "left"}, - {LaneWay::Right, "right"}, - {LaneWay::None, "none"}, - {LaneWay::SharpLeft, "sharp_left"}, - {LaneWay::SlightLeft, "slight_left"}, - {LaneWay::MergeToRight, "merge_to_right"}, - {LaneWay::MergeToLeft, "merge_to_left"}, - {LaneWay::SlightRight, "slight_right"}, - {LaneWay::SharpRight, "sharp_right"}, - {LaneWay::Reverse, "reverse"}}}; -static_assert(g_laneWayNames.size() == static_cast(LaneWay::Count) + 1, - "Check the size of g_laneWayNames"); - -array, static_cast(CarDirection::Count)> const - g_turnNames = {{{CarDirection::None, "None"}, - {CarDirection::GoStraight, "GoStraight"}, - {CarDirection::TurnRight, "TurnRight"}, - {CarDirection::TurnSharpRight, "TurnSharpRight"}, - {CarDirection::TurnSlightRight, "TurnSlightRight"}, - {CarDirection::TurnLeft, "TurnLeft"}, - {CarDirection::TurnSharpLeft, "TurnSharpLeft"}, - {CarDirection::TurnSlightLeft, "TurnSlightLeft"}, - {CarDirection::UTurnLeft, "UTurnLeft"}, - {CarDirection::UTurnRight, "UTurnRight"}, - {CarDirection::EnterRoundAbout, "EnterRoundAbout"}, - {CarDirection::LeaveRoundAbout, "LeaveRoundAbout"}, - {CarDirection::StayOnRoundAbout, "StayOnRoundAbout"}, - {CarDirection::StartAtEndOfStreet, "StartAtEndOfStreet"}, - {CarDirection::ReachedYourDestination, "ReachedYourDestination"}, - {CarDirection::ExitHighwayToLeft, "ExitHighwayToLeft"}, - {CarDirection::ExitHighwayToRight, "ExitHighwayToRight"}}}; -static_assert(g_turnNames.size() == static_cast(CarDirection::Count), - "Check the size of g_turnNames"); -} // namespace - // SegmentRange ----------------------------------------------------------------------------------- SegmentRange::SegmentRange(FeatureID const & featureId, uint32_t startSegId, uint32_t endSegId, bool forward, m2::PointD const & start, m2::PointD const & end) @@ -179,7 +130,7 @@ string DebugPrint(TurnItem const & turnItem) << ", m_turn = " << DebugPrint(turnItem.m_turn) << ", m_lanes = " << ::DebugPrint(turnItem.m_lanes) << ", m_exitNum = " << turnItem.m_exitNum - << ", m_pedestrianDir = " << DebugPrint(turnItem.m_pedestrianTurn) + << ", m_pedestrianDir = " << ::DebugPrint(turnItem.m_pedestrianTurn) << " }"; return out.str(); } @@ -196,11 +147,9 @@ string DebugPrint(TurnItemDist const & turnItemDist) string GetTurnString(CarDirection turn) { - for (auto const & p : g_turnNames) - { - if (p.first == turn) - return p.second; - } + std::string turnStr = ::DebugPrint(turn); + if (!turnStr.empty()) + return turnStr; ASSERT(false, (static_cast(turn))); return "unknown CarDirection"; @@ -249,24 +198,24 @@ bool IsLaneWayConformedTurnDirection(LaneWay l, CarDirection t) default: return false; case CarDirection::GoStraight: - return l == LaneWay::Through; + return l == LaneWay::through; case CarDirection::TurnRight: - return l == LaneWay::Right; + return l == LaneWay::right; case CarDirection::TurnSharpRight: - return l == LaneWay::SharpRight; + return l == LaneWay::sharp_right; case CarDirection::TurnSlightRight: case CarDirection::ExitHighwayToRight: - return l == LaneWay::SlightRight; + return l == LaneWay::slight_left; case CarDirection::TurnLeft: - return l == LaneWay::Left; + return l == LaneWay::left; case CarDirection::TurnSharpLeft: - return l == LaneWay::SharpLeft; + return l == LaneWay::sharp_left; case CarDirection::TurnSlightLeft: case CarDirection::ExitHighwayToLeft: - return l == LaneWay::SlightLeft; + return l == LaneWay::slight_left; case CarDirection::UTurnLeft: case CarDirection::UTurnRight: - return l == LaneWay::Reverse; + return l == LaneWay::reverse; } } @@ -277,33 +226,33 @@ bool IsLaneWayConformedTurnDirectionApproximately(LaneWay l, CarDirection t) default: return false; case CarDirection::GoStraight: - return l == LaneWay::Through || l == LaneWay::SlightRight || l == LaneWay::SlightLeft; + return l == LaneWay::through || l == LaneWay::slight_right || l == LaneWay::slight_left; case CarDirection::TurnRight: - return l == LaneWay::Right || l == LaneWay::SharpRight || l == LaneWay::SlightRight; + return l == LaneWay::right || l == LaneWay::sharp_right || l == LaneWay::slight_right; case CarDirection::TurnSharpRight: - return l == LaneWay::SharpRight || l == LaneWay::Right; + return l == LaneWay::sharp_right || l == LaneWay::right; case CarDirection::TurnSlightRight: - return l == LaneWay::SlightRight || l == LaneWay::Through || l == LaneWay::Right; + return l == LaneWay::slight_right || l == LaneWay::through || l == LaneWay::right; case CarDirection::TurnLeft: - return l == LaneWay::Left || l == LaneWay::SlightLeft || l == LaneWay::SharpLeft; + return l == LaneWay::left || l == LaneWay::slight_left || l == LaneWay::sharp_left; case CarDirection::TurnSharpLeft: - return l == LaneWay::SharpLeft || l == LaneWay::Left; + return l == LaneWay::sharp_left || l == LaneWay::left; case CarDirection::TurnSlightLeft: - return l == LaneWay::SlightLeft || l == LaneWay::Through || l == LaneWay::Left; + return l == LaneWay::slight_left || l == LaneWay::through || l == LaneWay::left; case CarDirection::UTurnLeft: case CarDirection::UTurnRight: - return l == LaneWay::Reverse; + return l == LaneWay::reverse; case CarDirection::ExitHighwayToLeft: - return l == LaneWay::SlightLeft || l == LaneWay::Left; + return l == LaneWay::slight_left || l == LaneWay::left; case CarDirection::ExitHighwayToRight: - return l == LaneWay::SlightRight || l == LaneWay::Right; + return l == LaneWay::slight_right || l == LaneWay::right; } } bool IsLaneUnrestricted(const SingleLaneInfo & lane) { /// @todo Is there any reason to store None single lane? - return lane.m_lane.size() == 1 && lane.m_lane[0] == LaneWay::None; + return lane.m_lane.size() == 1 && lane.m_lane[0] == LaneWay::none; } void SplitLanes(string const & lanesString, char delimiter, vector & lanes) @@ -330,14 +279,12 @@ bool ParseSingleLane(string const & laneString, char delimiter, TSingleLane & la string token; while (getline(laneStream, token, delimiter)) { - auto const it = find_if(g_laneWayNames.begin(), g_laneWayNames.end(), - [&token](pair const & p) - { - return p.second == token; - }); - if (it == g_laneWayNames.end()) + if (auto laneWay = magic_enum::enum_cast(token); laneWay.has_value()) + lane.push_back(*laneWay); + else if (token.empty()) + lane.push_back(LaneWay::none); + else return false; - lane.push_back(it->first); } return true; } @@ -365,47 +312,11 @@ bool ParseLanes(string lanesString, vector & lanes) return true; } -string DebugPrint(LaneWay const l) -{ - auto const it = find_if(g_laneWayNames.begin(), g_laneWayNames.end(), - [&l](pair const & p) - { - return p.first == l; - }); - - if (it == g_laneWayNames.end()) - { - stringstream out; - out << "unknown LaneWay (" << static_cast(l) << ")"; - return out.str(); - } - return it->second; -} - string DebugPrint(CarDirection const turn) { return GetTurnString(turn); } -string DebugPrint(PedestrianDirection const l) -{ - switch (l) - { - case PedestrianDirection::None: return "None"; - case PedestrianDirection::GoStraight: return "GoStraight"; - case PedestrianDirection::TurnRight: return "TurnRight"; - case PedestrianDirection::TurnLeft: return "TurnLeft"; - case PedestrianDirection::ReachedYourDestination: return "ReachedYourDestination"; - case PedestrianDirection::Count: - // PedestrianDirection::Count should be never used in the code, print it as unknown value - // (it is added to cases list to suppress compiler warning). - break; - } - - ASSERT(false, (static_cast(l))); - return "unknown PedestrianDirection"; -} - string DebugPrint(SingleLaneInfo const & singleLaneInfo) { stringstream out; diff --git a/routing/turns.hpp b/routing/turns.hpp index 2ec1590d22..eb8aac7667 100644 --- a/routing/turns.hpp +++ b/routing/turns.hpp @@ -116,29 +116,24 @@ enum class PedestrianDirection Count /**< This value is used for internals only. */ }; -std::string DebugPrint(PedestrianDirection const l); - /*! * \warning The values of LaneWay shall be synchronized with values of LaneWay enum in java. */ enum class LaneWay { - None = 0, - Reverse, - SharpLeft, - Left, - SlightLeft, - MergeToRight, - Through, - MergeToLeft, - SlightRight, - Right, - SharpRight, - Count /**< This value is used for internals only. */ + none = 0, + reverse, + sharp_left, + left, + slight_left, + merge_to_right, + through, + merge_to_left, + slight_right, + right, + sharp_right, }; -std::string DebugPrint(LaneWay const l); - typedef std::vector TSingleLane; struct SingleLaneInfo diff --git a/routing/turns_notification_manager.cpp b/routing/turns_notification_manager.cpp index 7867f490c0..0dc51c7ecb 100644 --- a/routing/turns_notification_manager.cpp +++ b/routing/turns_notification_manager.cpp @@ -309,24 +309,6 @@ void NotificationManager::SetLocaleWithJsonForTesting(std::string const & json, { m_getTtsText.ForTestingSetLocaleWithJson(json, locale); } - -std::string DebugPrint(PronouncedNotification notificationProgress) -{ - switch (notificationProgress) - { - case PronouncedNotification::Nothing: - return "Nothing"; - case PronouncedNotification::First: - return "First"; - case PronouncedNotification::Second: - return "Second"; - } - - ASSERT(false, ()); - std::stringstream out; - out << "unknown PronouncedNotification (" << static_cast(notificationProgress) << ")"; - return out.str(); -} } // namespace sound } // namespace turns } // namespace routing diff --git a/routing/turns_notification_manager.hpp b/routing/turns_notification_manager.hpp index 4f69fd261e..c4f3093d27 100644 --- a/routing/turns_notification_manager.hpp +++ b/routing/turns_notification_manager.hpp @@ -25,8 +25,6 @@ enum class PronouncedNotification Second, /** The second notification just before the turn was pronounced. */ }; -std::string DebugPrint(PronouncedNotification notificationProgress); - /// \brief The TurnsSound class is responsible for all route turn sound notifications functionality. /// To be able to generate turn sound notification the class needs to have correct Settings /// and relevant speed. diff --git a/routing/turns_sound_settings.cpp b/routing/turns_sound_settings.cpp index 16e1dafc64..541f74ac45 100644 --- a/routing/turns_sound_settings.cpp +++ b/routing/turns_sound_settings.cpp @@ -117,7 +117,7 @@ string DebugPrint(Notification const & notification) << ", m_exitNum == " << notification.m_exitNum << ", m_useThenInsteadOfDistance == " << notification.m_useThenInsteadOfDistance << ", m_turnDir == " << DebugPrint(notification.m_turnDir) - << ", m_turnDirPedestrian == " << DebugPrint(notification.m_turnDirPedestrian) + << ", m_turnDirPedestrian == " << ::DebugPrint(notification.m_turnDirPedestrian) << ", m_lengthUnits == " << DebugPrint(notification.m_lengthUnits) << " ]" << endl; return out.str(); } diff --git a/routing/vehicle_mask.cpp b/routing/vehicle_mask.cpp index dfadb30fe7..cb212e02b8 100644 --- a/routing/vehicle_mask.cpp +++ b/routing/vehicle_mask.cpp @@ -7,20 +7,7 @@ namespace routing { -std::string DebugPrint(VehicleType vehicleType) -{ - switch (vehicleType) - { - case VehicleType::Pedestrian: return "Pedestrian"; - case VehicleType::Bicycle: return "Bicycle"; - case VehicleType::Car: return "Car"; - case VehicleType::Transit: return "Transit"; - case VehicleType::Count: return "Count"; - } - UNREACHABLE(); -} - -std::string ToString(VehicleType vehicleType) { return DebugPrint(vehicleType); } +std::string ToString(VehicleType vehicleType) { return ::DebugPrint(vehicleType); } void FromString(std::string_view s, VehicleType & vehicleType) { @@ -54,7 +41,7 @@ std::string DebugPrint(VehicleMask vehicleMask) oss << ", "; first = false; - oss << DebugPrint(vt); + oss << ::DebugPrint(vt); } oss << "]"; return oss.str(); diff --git a/routing/vehicle_mask.hpp b/routing/vehicle_mask.hpp index 61b31c3fb3..84536fc38f 100644 --- a/routing/vehicle_mask.hpp +++ b/routing/vehicle_mask.hpp @@ -31,7 +31,6 @@ VehicleMask constexpr kBicycleMask = GetVehicleMask(VehicleType::Bicycle); VehicleMask constexpr kCarMask = GetVehicleMask(VehicleType::Car); VehicleMask constexpr kTransitMask = GetVehicleMask(VehicleType::Transit); -std::string DebugPrint(VehicleType vehicleType); std::string ToString(VehicleType vehicleType); void FromString(std::string_view s, VehicleType & vehicleType); std::string DebugPrint(VehicleMask vehicleMask); diff --git a/routing/world_graph.cpp b/routing/world_graph.cpp index bfa741b519..41820381f8 100644 --- a/routing/world_graph.cpp +++ b/routing/world_graph.cpp @@ -84,19 +84,4 @@ RouteWeight WorldGraph::GetCrossBorderPenalty(NumMwmId mwmId1, NumMwmId mwmId2) { return RouteWeight(0); } - -std::string DebugPrint(WorldGraphMode mode) -{ - switch (mode) - { - case WorldGraphMode::LeapsOnly: return "LeapsOnly"; - case WorldGraphMode::NoLeaps: return "NoLeaps"; - case WorldGraphMode::SingleMwm: return "SingleMwm"; - case WorldGraphMode::Joints: return "Joints"; - case WorldGraphMode::JointSingleMwm: return "JointsSingleMwm"; - case WorldGraphMode::Undefined: return "Undefined"; - } - - UNREACHABLE(); -} } // namespace routing diff --git a/routing/world_graph.hpp b/routing/world_graph.hpp index 98604e66d5..7e463d2e9b 100644 --- a/routing/world_graph.hpp +++ b/routing/world_graph.hpp @@ -130,6 +130,4 @@ protected: bool m_isRegionsGraphMode = false; }; - -std::string DebugPrint(WorldGraphMode mode); } // namespace routing diff --git a/search/CMakeLists.txt b/search/CMakeLists.txt index 94da4418a2..211550bb0f 100644 --- a/search/CMakeLists.txt +++ b/search/CMakeLists.txt @@ -15,7 +15,6 @@ set(SRC base/text_index/merger.hpp base/text_index/postings.hpp base/text_index/reader.hpp - base/text_index/text_index.cpp base/text_index/text_index.hpp base/text_index/utils.hpp bookmarks/data.cpp @@ -103,7 +102,6 @@ set(SRC locality_finder.hpp locality_scorer.cpp locality_scorer.hpp - mode.cpp mode.hpp model.cpp model.hpp diff --git a/search/base/text_index/text_index.cpp b/search/base/text_index/text_index.cpp deleted file mode 100644 index de8d307d9e..0000000000 --- a/search/base/text_index/text_index.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "search/base/text_index/text_index.hpp" - -#include "base/assert.hpp" -#include "base/string_utils.hpp" - -using namespace std; - -namespace search_base -{ -string DebugPrint(TextIndexVersion const & version) -{ - switch (version) - { - case TextIndexVersion::V0: return "V0"; - } - string ret = - "Unknown TextIndexHeader version: " + strings::to_string(static_cast(version)); - ASSERT(false, (ret)); - return ret; -} -} // namespace search diff --git a/search/base/text_index/text_index.hpp b/search/base/text_index/text_index.hpp index b79707b8cb..c7b6cea3b8 100644 --- a/search/base/text_index/text_index.hpp +++ b/search/base/text_index/text_index.hpp @@ -37,6 +37,4 @@ enum class TextIndexVersion : uint8_t V0 = 0, Latest = V0 }; - -std::string DebugPrint(TextIndexVersion const & version); } // namespace search_base diff --git a/search/features_layer.cpp b/search/features_layer.cpp index d322506c97..be10e7b98e 100644 --- a/search/features_layer.cpp +++ b/search/features_layer.cpp @@ -28,7 +28,7 @@ string DebugPrint(FeaturesLayer const & layer) << (layer.m_sortedFeatures ? layer.m_sortedFeatures->size() : 0) << ", subquery: " << DebugPrint(layer.m_subQuery) << ", tokenRange: " << DebugPrint(layer.m_tokenRange) - << ", type: " << DebugPrint(layer.m_type) + << ", type: " << ::DebugPrint(layer.m_type) << ", lastTokenIsPrefix: " << layer.m_lastTokenIsPrefix << "]"; return os.str(); diff --git a/search/house_numbers_matcher.cpp b/search/house_numbers_matcher.cpp index e395d3c53a..0dfda9e499 100644 --- a/search/house_numbers_matcher.cpp +++ b/search/house_numbers_matcher.cpp @@ -657,27 +657,10 @@ bool LooksLikeHouseNumberStrict(string const & s) return LooksLikeHouseNumberStrict(MakeUniString(s)); } -string DebugPrint(Token::Type type) -{ - switch (type) - { - case Token::TYPE_NUMBER: return "Number"; - case Token::TYPE_SEPARATOR: return "Separator"; - case Token::TYPE_GROUP_SEPARATOR: return "GroupSeparator"; - case Token::TYPE_HYPHEN: return "Hyphen"; - case Token::TYPE_SLASH: return "Slash"; - case Token::TYPE_STRING: return "String"; - case Token::TYPE_BUILDING_PART: return "BuildingPart"; - case Token::TYPE_LETTER: return "Letter"; - case Token::TYPE_BUILDING_PART_OR_LETTER: return "BuildingPartOrLetter"; - } - return "Unknown"; -} - string DebugPrint(Token const & token) { ostringstream os; - os << "Token [" << DebugPrint(token.m_value) << ", " << DebugPrint(token.m_type) << "]"; + os << "Token [" << DebugPrint(token.m_value) << ", " << ::DebugPrint(token.m_type) << "]"; return os.str(); } } // namespace house_numbers diff --git a/search/house_numbers_matcher.hpp b/search/house_numbers_matcher.hpp index 90288cc25d..e07e22c7c6 100644 --- a/search/house_numbers_matcher.hpp +++ b/search/house_numbers_matcher.hpp @@ -83,8 +83,6 @@ bool LooksLikeHouseNumber(std::string const & s, bool isPrefix); bool LooksLikeHouseNumberStrict(strings::UniString const & s); bool LooksLikeHouseNumberStrict(std::string const & s); -std::string DebugPrint(Token::Type type); - std::string DebugPrint(Token const & token); } // namespace house_numbers } // namespace search diff --git a/search/mode.cpp b/search/mode.cpp deleted file mode 100644 index 96de4dc280..0000000000 --- a/search/mode.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "search/mode.hpp" - -namespace search -{ -std::string DebugPrint(Mode mode) -{ - switch (mode) - { - case Mode::Everywhere: return "Everywhere"; - case Mode::Viewport: return "Viewport"; - case Mode::Downloader: return "Downloader"; - case Mode::Bookmarks: return "Bookmarks"; - case Mode::Count: return "Count"; - } - return "Unknown"; -} -} // namespace search diff --git a/search/mode.hpp b/search/mode.hpp index a4a536c52b..0794ea7a11 100644 --- a/search/mode.hpp +++ b/search/mode.hpp @@ -12,6 +12,4 @@ enum class Mode Bookmarks, Count }; - -std::string DebugPrint(Mode mode); } // namespace search diff --git a/search/model.cpp b/search/model.cpp index 0c4a5d744a..d1dbe0ae48 100644 --- a/search/model.cpp +++ b/search/model.cpp @@ -109,24 +109,4 @@ Model::Type Model::GetType(FeatureType & feature) const ASSERT(false, ("Unknown locality type:", static_cast(type))); return TYPE_UNCLASSIFIED; } - -string DebugPrint(Model::Type type) -{ - switch (type) - { - case Model::TYPE_SUBPOI: return "SUBPOI"; - case Model::TYPE_COMPLEX_POI: return "COMPLEX_POI"; - case Model::TYPE_BUILDING: return "Building"; - case Model::TYPE_STREET: return "Street"; - case Model::TYPE_SUBURB: return "Suburb"; - case Model::TYPE_CITY: return "City"; - case Model::TYPE_VILLAGE: return "Village"; - case Model::TYPE_STATE: return "State"; - case Model::TYPE_COUNTRY: return "Country"; - case Model::TYPE_UNCLASSIFIED: return "Unclassified"; - case Model::TYPE_COUNT: return "Count"; - } - ASSERT(false, ("Unknown search type:", static_cast(type))); - return {}; -} } // namespace search diff --git a/search/model.hpp b/search/model.hpp index d7aa1e3f10..a3b00c724b 100644 --- a/search/model.hpp +++ b/search/model.hpp @@ -52,6 +52,4 @@ public: Type GetType(FeatureType & feature) const; }; - -std::string DebugPrint(Model::Type type); } // namespace search diff --git a/search/pre_ranking_info.cpp b/search/pre_ranking_info.cpp index 955ca89960..c6483530a7 100644 --- a/search/pre_ranking_info.cpp +++ b/search/pre_ranking_info.cpp @@ -16,12 +16,12 @@ std::string DebugPrint(PreRankingInfo const & info) continue; auto const type = static_cast(i); - os << DebugPrint(type) << " : " << DebugPrint(info.m_tokenRanges[i]) << ", "; + os << ::DebugPrint(type) << " : " << DebugPrint(info.m_tokenRanges[i]) << ", "; } os << " ]" << ", m_rank: " << static_cast(info.m_rank) << ", m_popularity: " << static_cast(info.m_popularity) - << ", m_type: " << DebugPrint(info.m_type) + << ", m_type: " << ::DebugPrint(info.m_type) << ", m_allTokensUsed: " << info.m_allTokensUsed << ", m_exactMatch: " << info.m_exactMatch << ", m_isCommonMatchOnly: " << info.m_isCommonMatchOnly diff --git a/search/ranking_info.cpp b/search/ranking_info.cpp index f7890a9608..06c704c8e8 100644 --- a/search/ranking_info.cpp +++ b/search/ranking_info.cpp @@ -145,7 +145,7 @@ void PrintParse(ostringstream & oss, array const { if (i > 0) oss << " "; - oss << DebugPrint(types[i]); + oss << ::DebugPrint(types[i]); } oss << "]"; } @@ -294,13 +294,13 @@ std::string DebugPrint(StoredRankingInfo const & info) ostringstream os; os << "StoredRankingInfo " << "{ m_distanceToPivot: " << info.m_distanceToPivot - << ", m_type: " << DebugPrint(info.m_type) + << ", m_type: " << ::DebugPrint(info.m_type) << ", m_classifType: "; if (Model::IsPoi(info.m_type)) - os << DebugPrint(info.m_classifType.poi); + os << ::DebugPrint(info.m_classifType.poi); else if (info.m_type == Model::TYPE_STREET) - os << DebugPrint(info.m_classifType.street); + os << ::DebugPrint(info.m_classifType.street); os << " }"; return os.str(); @@ -316,7 +316,7 @@ string DebugPrint(RankingInfo const & info) os << ", m_rank: " << static_cast(info.m_rank) << ", m_popularity: " << static_cast(info.m_popularity) - << ", m_nameScore: " << DebugPrint(info.m_nameScore) + << ", m_nameScore: " << ::DebugPrint(info.m_nameScore) << ", m_errorsMade: " << DebugPrint(info.m_errorsMade) << ", m_isAltOrOldName: " << info.m_isAltOrOldName << ", m_numTokens: " << info.m_numTokens @@ -339,15 +339,15 @@ void RankingInfo::ToCSV(ostream & os) const os << m_distanceToPivot << ","; os << static_cast(m_rank) << ","; os << static_cast(m_popularity) << ","; - os << DebugPrint(m_nameScore) << ","; + os << ::DebugPrint(m_nameScore) << ","; os << GetErrorsMadePerToken() << ","; os << m_matchedFraction << ","; - os << DebugPrint(m_type) << ","; + os << ::DebugPrint(m_type) << ","; if (Model::IsPoi(m_type)) - os << DebugPrint(m_classifType.poi) << ","; + os << ::DebugPrint(m_classifType.poi) << ","; else if (m_type == Model::TYPE_STREET) - os << DebugPrint(m_classifType.street) << ","; + os << ::DebugPrint(m_classifType.street) << ","; os << m_pureCats << ","; os << m_falseCats << ","; @@ -517,41 +517,4 @@ PoiType GetPoiType(feature::TypesHolder const & th) return PoiType::General; } - -string DebugPrint(PoiType type) -{ - switch (type) - { - case PoiType::TransportMajor: return "TransportMajor"; - case PoiType::TransportLocal: return "TransportLocal"; - case PoiType::Eat: return "Eat"; - case PoiType::Hotel: return "Hotel"; - case PoiType::ShopOrAmenity: return "ShopOrAmenity"; - case PoiType::Attraction: return "Attraction"; - case PoiType::CarInfra: return "CarInfra"; - case PoiType::PureCategory: return "PureCategory"; - case PoiType::General: return "General"; - case PoiType::Service: return "Service"; - case PoiType::Count: return "Count"; - } - UNREACHABLE(); -} - -std::string DebugPrint(StreetType type) -{ - switch (type) - { - case StreetType::Default: return "Default"; - case StreetType::Pedestrian: return "Pedestrian"; - case StreetType::Cycleway: return "Cycleway"; - case StreetType::Outdoor: return "Outdoor"; - case StreetType::Minors: return "Minors"; - case StreetType::Residential: return "Residential"; - case StreetType::Regular: return "Regular"; - case StreetType::Motorway: return "Motorway"; - case StreetType::Count: return "Count"; - } - UNREACHABLE(); -} - } // namespace search diff --git a/search/ranking_info.hpp b/search/ranking_info.hpp index 79cd65b7e6..5cad01d56c 100644 --- a/search/ranking_info.hpp +++ b/search/ranking_info.hpp @@ -154,7 +154,4 @@ PoiType GetPoiType(feature::TypesHolder const & th); std::string DebugPrint(StoredRankingInfo const & info); std::string DebugPrint(RankingInfo const & info); - -std::string DebugPrint(PoiType type); -std::string DebugPrint(StreetType type); } // namespace search diff --git a/search/ranking_utils.cpp b/search/ranking_utils.cpp index 1dd6b6f998..490d1df7db 100644 --- a/search/ranking_utils.cpp +++ b/search/ranking_utils.cpp @@ -138,26 +138,11 @@ TokensVector::TokensVector(string_view name) Init(); } -string DebugPrint(NameScore const & score) -{ - switch (score) - { - case NameScore::ZERO: return "Zero"; - case NameScore::SUBSTRING: return "Substring"; - case NameScore::PREFIX: return "Prefix"; - case NameScore::FIRST_MATCH: return "First Match"; - case NameScore::FULL_PREFIX: return "Full Prefix"; - case NameScore::FULL_MATCH: return "Full Match"; - case NameScore::COUNT: return "Count"; - } - return "Unknown"; -} - string DebugPrint(NameScores const & scores) { ostringstream os; os << boolalpha << "NameScores " - << "{ m_nameScore: " << DebugPrint(scores.m_nameScore) + << "{ m_nameScore: " << ::DebugPrint(scores.m_nameScore) << ", m_matchedLength: " << scores.m_matchedLength << ", m_errorsMade: " << DebugPrint(scores.m_errorsMade) << ", m_isAltOrOldName: " diff --git a/search/ranking_utils.hpp b/search/ranking_utils.hpp index 81adbf0952..fa5178e2bb 100644 --- a/search/ranking_utils.hpp +++ b/search/ranking_utils.hpp @@ -177,7 +177,6 @@ struct NameScores size_t m_matchedLength = 0; }; -std::string DebugPrint(NameScore const & score); std::string DebugPrint(NameScores const & scores); // Returns true when |s| is a stop-word and may be removed from a query. diff --git a/search/result.cpp b/search/result.cpp index 80d8a115b8..72a5c2b6b8 100644 --- a/search/result.cpp +++ b/search/result.cpp @@ -214,20 +214,6 @@ string Result::ToStringForStats() const return s; } -string DebugPrint(Result::Type type) -{ - switch (type) - { - case Result::Type::Feature: return "Feature"; - case Result::Type::LatLon: return "LatLon"; - case Result::Type::PureSuggest: return "PureSuggest"; - case Result::Type::SuggestFromFeature: return "SuggestFromFeature"; - case Result::Type::Postcode: return "Postcode"; - } - - return "Unknown"; -} - string DebugPrint(Result const & result) { string readableType; diff --git a/search/result.hpp b/search/result.hpp index 9b2a56b5ac..e8ceb156ac 100644 --- a/search/result.hpp +++ b/search/result.hpp @@ -167,8 +167,6 @@ public: Details m_details; }; -std::string DebugPrint(search::Result::Type type); - class Results { public: diff --git a/search/search_integration_tests/search_edited_features_test.cpp b/search/search_integration_tests/search_edited_features_test.cpp index 19a4840890..c4f198e352 100644 --- a/search/search_integration_tests/search_edited_features_test.cpp +++ b/search/search_integration_tests/search_edited_features_test.cpp @@ -52,7 +52,7 @@ UNIT_CLASS_TEST(SearchEditedFeaturesTest, Smoke) TEST(ResultsMatch("Wifi", Rules{}), ()); - EditFeature(cafeId, [](osm::EditableMapObject & emo) { emo.SetInternet(feature::Internet::Wlan); }); + EditFeature(cafeId, [](osm::EditableMapObject & emo) { emo.SetInternet(feature::Internet::wlan); }); TEST(ResultsMatch("Wifi", rules), ()); TEST(ResultsMatch("wifi bar quahog", rules), ()); @@ -73,7 +73,7 @@ UNIT_CLASS_TEST(SearchEditedFeaturesTest, NonamePoi) TEST(ResultsMatch("Eat ", rules), ()); - EditFeature(cafeId, [](osm::EditableMapObject & emo) { emo.SetInternet(feature::Internet::Wlan); }); + EditFeature(cafeId, [](osm::EditableMapObject & emo) { emo.SetInternet(feature::Internet::wlan); }); TEST(ResultsMatch("Eat ", rules), ()); } diff --git a/search/search_params.cpp b/search/search_params.cpp index 3c97e78cf3..cdde5e925b 100644 --- a/search/search_params.cpp +++ b/search/search_params.cpp @@ -24,7 +24,7 @@ string DebugPrint(SearchParams const & params) os << "SearchParams ["; os << "query: " << params.m_query << ", "; os << "locale: " << params.m_inputLocale << ", "; - os << "mode: " << DebugPrint(params.m_mode); + os << "mode: " << ::DebugPrint(params.m_mode); os << "]"; return os.str(); } diff --git a/search/search_quality/assessment_tool/main_view.hpp b/search/search_quality/assessment_tool/main_view.hpp index 93a5ff885a..ad9546f04f 100644 --- a/search/search_quality/assessment_tool/main_view.hpp +++ b/search/search_quality/assessment_tool/main_view.hpp @@ -73,16 +73,6 @@ private: AfterSearch }; - friend std::string DebugPrint(State state) - { - switch (state) - { - case State::BeforeSearch: return "BeforeSearch"; - case State::Search: return "Search"; - case State::AfterSearch: return "AfterSearch"; - } - } - enum class SaveResult { NoEdits, diff --git a/search/search_quality/assessment_tool/view.hpp b/search/search_quality/assessment_tool/view.hpp index 8e19e3bd12..d973ce14e6 100644 --- a/search/search_quality/assessment_tool/view.hpp +++ b/search/search_quality/assessment_tool/view.hpp @@ -60,13 +60,3 @@ public: protected: Model * m_model = nullptr; }; - -inline std::string DebugPrint(View::ResultType type) -{ - switch (type) - { - case View::ResultType::Found: return "Found"; - case View::ResultType::NonFound: return "NonFound"; - } - return "Unknown"; -} diff --git a/search/search_quality/sample.cpp b/search/search_quality/sample.cpp index 4d6c9bba10..4e95d80c61 100644 --- a/search/search_quality/sample.cpp +++ b/search/search_quality/sample.cpp @@ -254,22 +254,10 @@ base::JSONPtr ToJSON(Sample::Result const & result) return root; } -string DebugPrint(Sample::Result::Relevance r) -{ - switch (r) - { - case Sample::Result::Relevance::Harmful: return "Harmful"; - case Sample::Result::Relevance::Irrelevant: return "Irrelevant"; - case Sample::Result::Relevance::Relevant: return "Relevant"; - case Sample::Result::Relevance::Vital: return "Vital"; - } - return "Unknown"; -} - string DebugPrint(Sample::Result const & r) { ostringstream oss; - oss << "relevance: " << DebugPrint(r.m_relevance) << " "; + oss << "relevance: " << ::DebugPrint(r.m_relevance) << " "; oss << "name: " << DebugPrint(r.m_name) << " "; oss << "house number: " << r.m_houseNumber << " "; oss << "pos: " << DebugPrint(r.m_pos) << " "; diff --git a/search/search_quality/sample.hpp b/search/search_quality/sample.hpp index 8803075f83..95235be57a 100644 --- a/search/search_quality/sample.hpp +++ b/search/search_quality/sample.hpp @@ -103,8 +103,6 @@ void ToJSONObject(json_t & root, std::string const & field, Sample::Result::Rele void FromJSON(json_t * root, Sample::Result & result); base::JSONPtr ToJSON(Sample::Result const & result); -std::string DebugPrint(Sample::Result::Relevance r); - std::string DebugPrint(Sample::Result const & r); std::string DebugPrint(Sample const & s); diff --git a/search/tracer.cpp b/search/tracer.cpp index 585448653b..98588700a6 100644 --- a/search/tracer.cpp +++ b/search/tracer.cpp @@ -81,25 +81,4 @@ string DebugPrint(Tracer::Parse const & parse) return os.str(); } - -string DebugPrint(ResultTracer::Branch branch) -{ - switch (branch) - { - case ResultTracer::Branch::GoEverywhere: return "GoEverywhere"; - case ResultTracer::Branch::GoInViewport: return "GoInViewport"; - case ResultTracer::Branch::MatchCategories: return "MatchCategories"; - case ResultTracer::Branch::MatchRegions: return "MatchRegions"; - case ResultTracer::Branch::MatchCities: return "MatchCities"; - case ResultTracer::Branch::MatchAroundPivot: return "MatchAroundPivot"; - case ResultTracer::Branch::MatchPOIsAndBuildings: return "MatchPOIsAndBuildings"; - case ResultTracer::Branch::GreedilyMatchStreets: return "GreedilyMatchStreets"; - case ResultTracer::Branch::GreedilyMatchStreetsWithSuburbs: - return "GreedilyMatchStreetsWithSuburbs"; - case ResultTracer::Branch::WithPostcodes: return "WithPostcodes"; - case ResultTracer::Branch::MatchUnclassified: return "MatchUnclassified"; - case ResultTracer::Branch::Relaxed: return "Relaxed"; - } - UNREACHABLE(); -} } // namespace search diff --git a/search/tracer.hpp b/search/tracer.hpp index 207c2e69ef..a43db7aaed 100644 --- a/search/tracer.hpp +++ b/search/tracer.hpp @@ -82,5 +82,4 @@ private: }; std::string DebugPrint(Tracer::Parse const & parse); -std::string DebugPrint(ResultTracer::Branch branch); } // namespace search diff --git a/shaders/metal_program_pool.mm b/shaders/metal_program_pool.mm index 11dca8c56f..aaf89f5960 100644 --- a/shaders/metal_program_pool.mm +++ b/shaders/metal_program_pool.mm @@ -241,7 +241,7 @@ drape_ptr MetalProgramPool::GetSystemProgram(SystemProgram progr drape_ptr MetalProgramPool::Get(Program program) { auto const & info = kMetalProgramsInfo[static_cast(program)]; - return Get(DebugPrint(program), info.m_vertexShaderName, info.m_fragmentShaderName, info.m_layout); + return Get(::DebugPrint(program), info.m_vertexShaderName, info.m_fragmentShaderName, info.m_layout); } drape_ptr MetalProgramPool::Get(std::string const & programName, diff --git a/shaders/programs.hpp b/shaders/programs.hpp index ca74e7a067..821024a71d 100644 --- a/shaders/programs.hpp +++ b/shaders/programs.hpp @@ -68,71 +68,4 @@ enum class Program ProgramsCount }; - -inline std::string DebugPrint(Program p) -{ - switch (p) - { - case Program::ColoredSymbol: return "ColoredSymbol"; - case Program::Texturing: return "Texturing"; - case Program::MaskedTexturing: return "MaskedTexturing"; - case Program::Bookmark: return "Bookmark"; - case Program::BookmarkAnim: return "BookmarkAnim"; - case Program::TextOutlined: return "TextOutlined"; - case Program::Text: return "Text"; - case Program::TextStaticOutlinedGui: return "TextStaticOutlinedGui"; - case Program::TextOutlinedGui: return "TextOutlinedGui"; - case Program::Area: return "Area"; - case Program::AreaOutline: return "AreaOutline"; - case Program::Area3d: return "Area3d"; - case Program::Area3dOutline: return "Area3dOutline"; - case Program::Line: return "Line"; - case Program::CapJoin: return "CapJoin"; - case Program::TransitCircle: return "TransitCircle"; - case Program::DashedLine: return "DashedLine"; - case Program::PathSymbol: return "PathSymbol"; - case Program::TransparentArea: return "TransparentArea"; - case Program::HatchingArea: return "HatchingArea"; - case Program::TexturingGui: return "TexturingGui"; - case Program::Ruler: return "Ruler"; - case Program::Accuracy: return "Accuracy"; - case Program::MyPosition: return "MyPosition"; - case Program::SelectionLine: return "SelectionLine"; - case Program::Transit: return "Transit"; - case Program::TransitMarker: return "TransitMarker"; - case Program::Route: return "Route"; - case Program::RouteDash: return "RouteDash"; - case Program::RouteArrow: return "RouteArrow"; - case Program::RouteMarker: return "RouteMarker"; - case Program::CirclePoint: return "CirclePoint"; - case Program::BookmarkAboveText: return "BookmarkAboveText"; - case Program::BookmarkAnimAboveText: return "BookmarkAnimAboveText"; - case Program::DebugRect: return "DebugRect"; - case Program::ScreenQuad: return "ScreenQuad"; - case Program::Arrow3d: return "Arrow3d"; - case Program::Arrow3dTextured: return "Arrow3dTextured"; - case Program::Arrow3dShadow: return "Arrow3dShadow"; - case Program::Arrow3dOutline: return "Arrow3dOutline"; - case Program::ColoredSymbolBillboard: return "ColoredSymbolBillboard"; - case Program::TexturingBillboard: return "TexturingBillboard"; - case Program::MaskedTexturingBillboard: return "MaskedTexturingBillboard"; - case Program::BookmarkBillboard: return "BookmarkBillboard"; - case Program::BookmarkAnimBillboard: return "BookmarkAnimBillboard"; - case Program::BookmarkAboveTextBillboard: return "BookmarkAboveTextBillboard"; - case Program::BookmarkAnimAboveTextBillboard: return "BookmarkAnimAboveTextBillboard"; - case Program::TextOutlinedBillboard: return "TextOutlinedBillboard"; - case Program::TextBillboard: return "TextBillboard"; - case Program::Traffic: return "Traffic"; - case Program::TrafficLine: return "TrafficLine"; - case Program::TrafficCircle: return "TrafficCircle"; - case Program::SmaaEdges: return "SmaaEdges"; - case Program::SmaaBlendingWeight: return "SmaaBlendingWeight"; - case Program::SmaaFinal: return "SmaaFinal"; - - case Program::ProgramsCount: - CHECK(false, ("Try to output ProgramsCount")); - } - CHECK(false, ("Unknown program")); - return {}; -} } // namespace gpu diff --git a/storage/storage_defines.cpp b/storage/storage_defines.cpp index be3a960d34..88a243bb26 100644 --- a/storage/storage_defines.cpp +++ b/storage/storage_defines.cpp @@ -13,76 +13,6 @@ storage::CountryId const kInvalidCountryId; bool IsCountryIdValid(CountryId const & countryId) { return countryId != kInvalidCountryId; } -string DebugPrint(Status status) -{ - switch (status) - { - case Status::Undefined: - return "EUndefined"s; - case Status::OnDisk: - return "OnDisk"s; - case Status::NotDownloaded: - return "NotDownloaded"s; - case Status::DownloadFailed: - return "DownloadFailed"s; - case Status::Downloading: - return "Downloading"s; - case Status::Applying: - return "Applying"s; - case Status::InQueue: - return "InQueue"s; - case Status::UnknownError: - return "Unknown"s; - case Status::OnDiskOutOfDate: - return "OnDiskOutOfDate"s; - case Status::OutOfMemFailed: - return "OutOfMemFailed"s; - } - UNREACHABLE(); -} - -string DebugPrint(NodeStatus status) -{ - switch (status) - { - case NodeStatus::Undefined: - return "Undefined"s; - case NodeStatus::Error: - return "Error"s; - case NodeStatus::OnDisk: - return "OnDisk"s; - case NodeStatus::NotDownloaded: - return "NotDownloaded"s; - case NodeStatus::Downloading: - return "Downloading"s; - case NodeStatus::Applying: - return "Applying"s; - case NodeStatus::InQueue: - return "InQueue"s; - case NodeStatus::OnDiskOutOfDate: - return "OnDiskOutOfDate"s; - case NodeStatus::Partly: - return "Partly"s; - } - UNREACHABLE(); -} - -string DebugPrint(NodeErrorCode status) -{ - switch (status) - { - case NodeErrorCode::NoError: - return "NoError"s; - case NodeErrorCode::UnknownError: - return "UnknownError"s; - case NodeErrorCode::OutOfMemFailed: - return "OutOfMemFailed"s; - case NodeErrorCode::NoInetConnection: - return "NoInetConnection"s; - } - UNREACHABLE(); -} - StatusAndError ParseStatus(Status innerStatus) { switch (innerStatus) @@ -114,8 +44,8 @@ StatusAndError ParseStatus(Status innerStatus) string DebugPrint(StatusAndError statusAndError) { ostringstream out; - out << "StatusAndError[" << DebugPrint(statusAndError.status) - << ", " << DebugPrint(statusAndError.error) << "]"; + out << "StatusAndError[" << ::DebugPrint(statusAndError.status) + << ", " << ::DebugPrint(statusAndError.error) << "]"; return out.str(); } } // namespace storage diff --git a/storage/storage_defines.hpp b/storage/storage_defines.hpp index 2d4aced9c5..163de3f7a6 100644 --- a/storage/storage_defines.hpp +++ b/storage/storage_defines.hpp @@ -48,7 +48,6 @@ enum class Status : uint8_t OnDiskOutOfDate, /**< An update for a downloaded mwm is ready according to counties.txt. */ OutOfMemFailed, /**< Downloading failed because it's not enough memory */ }; -std::string DebugPrint(Status status); /// \note The order of enum items is important. It is used in Storage::NodeStatus method. /// If it's necessary to add more statuses it's better to add to the end. @@ -64,7 +63,6 @@ enum class NodeStatus NotDownloaded, /**< An mwm can be downloaded but not downloaded yet. */ Partly, /**< Leafs of group node has a mix of NotDownloaded and OnDisk status. */ }; -std::string DebugPrint(NodeStatus status); enum class NodeErrorCode { @@ -73,7 +71,6 @@ enum class NodeErrorCode OutOfMemFailed, /**< Downloading failed because it's not enough memory */ NoInetConnection, /**< Downloading failed because internet connection was interrupted */ }; -std::string DebugPrint(NodeErrorCode status); struct StatusAndError { diff --git a/track_analyzing/track_analyzer/crossroad_checker.cpp b/track_analyzing/track_analyzer/crossroad_checker.cpp index 5866194669..ea11bf22e6 100644 --- a/track_analyzing/track_analyzer/crossroad_checker.cpp +++ b/track_analyzing/track_analyzer/crossroad_checker.cpp @@ -166,16 +166,4 @@ void IsCrossroadChecker::MergeCrossroads(IsCrossroadChecker::CrossroadInfo const for (size_t i = 0; i < from.size(); ++i) to[i] += from[i]; } - -std::string DebugPrint(IsCrossroadChecker::Type type) -{ - switch (type) - { - case IsCrossroadChecker::Type::TurnFromSmallerToBigger: return "TurnFromSmallerToBigger"; - case IsCrossroadChecker::Type::TurnFromBiggerToSmaller: return "TurnFromBiggerToSmaller"; - case IsCrossroadChecker::Type::IntersectionWithBig: return "IntersectionWithBig"; - case IsCrossroadChecker::Type::Count: return "Count"; - } - UNREACHABLE(); -} } // namespace routing diff --git a/track_analyzing/track_analyzer/crossroad_checker.hpp b/track_analyzing/track_analyzer/crossroad_checker.hpp index f62307a423..0b7c0a7103 100644 --- a/track_analyzing/track_analyzer/crossroad_checker.hpp +++ b/track_analyzing/track_analyzer/crossroad_checker.hpp @@ -37,6 +37,4 @@ private: IndexGraph & m_indexGraph; Geometry & m_geometry; }; - -std::string DebugPrint(IsCrossroadChecker::Type type); } // namespace routing diff --git a/tracking/protocol.cpp b/tracking/protocol.cpp index e8e1e82ed4..c590d69868 100644 --- a/tracking/protocol.cpp +++ b/tracking/protocol.cpp @@ -152,18 +152,4 @@ void Protocol::InitHeader(vector & packet, PacketType type, uint32_t pa packet[0] = static_cast(type); } - -string DebugPrint(Protocol::PacketType type) -{ - switch (type) - { - case Protocol::PacketType::Error: return "Error"; - case Protocol::PacketType::AuthV0: return "AuthV0"; - case Protocol::PacketType::DataV0: return "DataV0"; - case Protocol::PacketType::DataV1: return "DataV1"; - } - stringstream ss; - ss << "Unknown(" << static_cast(type) << ")"; - return ss.str(); -} } // namespace tracking diff --git a/tracking/protocol.hpp b/tracking/protocol.hpp index 0f159db76b..c7276de163 100644 --- a/tracking/protocol.hpp +++ b/tracking/protocol.hpp @@ -51,6 +51,4 @@ public: private: static void InitHeader(std::vector & packet, PacketType type, uint32_t payloadSize); }; - -std::string DebugPrint(Protocol::PacketType type); } // namespace tracking diff --git a/traffic/speed_groups.cpp b/traffic/speed_groups.cpp index 080bcff3f8..c660158330 100644 --- a/traffic/speed_groups.cpp +++ b/traffic/speed_groups.cpp @@ -17,21 +17,4 @@ SpeedGroup GetSpeedGroupByPercentage(double p) } return res; } - -std::string DebugPrint(SpeedGroup const & group) -{ - switch (group) - { - case SpeedGroup::G0: return "G0"; - case SpeedGroup::G1: return "G1"; - case SpeedGroup::G2: return "G2"; - case SpeedGroup::G3: return "G3"; - case SpeedGroup::G4: return "G4"; - case SpeedGroup::G5: return "G5"; - case SpeedGroup::TempBlock: return "TempBlock"; - case SpeedGroup::Unknown: return "Unknown"; - case SpeedGroup::Count: return "Count"; - } - UNREACHABLE(); -} } // namespace traffic diff --git a/traffic/speed_groups.hpp b/traffic/speed_groups.hpp index 385e687074..d6f467eef6 100644 --- a/traffic/speed_groups.hpp +++ b/traffic/speed_groups.hpp @@ -39,6 +39,4 @@ extern uint32_t const kSpeedGroupThresholdPercentage[static_cast(SpeedGr /// \note This method is used in traffic jam generation. SpeedGroup GetSpeedGroupByPercentage(double p); - -std::string DebugPrint(SpeedGroup const & group); } // namespace traffic diff --git a/transit/transit_schedule.cpp b/transit/transit_schedule.cpp index b9e5dc9639..2834738ca0 100644 --- a/transit/transit_schedule.cpp +++ b/transit/transit_schedule.cpp @@ -90,18 +90,6 @@ DateTimeRelation GetTimesRelation(::transit::Time const & time1, ::transit::Time namespace transit { -// Status ------------------------------------------------------------------------------------------ -std::string DebugPrint(Status const & status) -{ - switch (status) - { - case Status::Open: return "Open"; - case Status::Closed: return "Closed"; - case Status::Unknown: return "Unknown"; - } - UNREACHABLE(); -} - // DatesInterval ----------------------------------------------------------------------------------- DatesInterval::DatesInterval(gtfs::CalendarItem const & calendarItem) { diff --git a/transit/transit_schedule.hpp b/transit/transit_schedule.hpp index 4c4ccc5026..23b5ed8f88 100644 --- a/transit/transit_schedule.hpp +++ b/transit/transit_schedule.hpp @@ -53,8 +53,6 @@ enum class Status : uint8_t Unknown }; -std::string DebugPrint(Status const & status); - struct Date { Date() = default; diff --git a/transit/transit_version.hpp b/transit/transit_version.hpp index 97b3c85470..766cccd08c 100644 --- a/transit/transit_version.hpp +++ b/transit/transit_version.hpp @@ -18,18 +18,4 @@ enum class TransitVersion // Reads version from header in the transit mwm section and returns it. TransitVersion GetVersion(Reader & reader); - -inline std::string DebugPrint(TransitVersion version) -{ - switch (version) - { - case TransitVersion::OnlySubway: return "OnlySubway"; - case TransitVersion::AllPublicTransport: return "AllPublicTransport"; - case TransitVersion::Counter: return "Counter"; - } - - LOG(LERROR, - ("Unknown version:", static_cast::type>(version))); - UNREACHABLE(); -} } // namespace transit diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index b3e19157c4..0f2629ac31 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -5,7 +5,7 @@ QT_PATH[arch=arm64] = /opt/homebrew/opt/qt@6 BOOST_ROOT = $(OMIM_ROOT)/3party/boost // jansson is included in many libs, and is also used in headers (leaks to other libs) -HEADER_SEARCH_PATHS = $(inherited) $(OMIM_ROOT) $(BOOST_ROOT) $(OMIM_ROOT)/3party/jansson $(OMIM_ROOT)/3party/jansson/jansson/src $(OMIM_ROOT)/3party/utfcpp/source +HEADER_SEARCH_PATHS = $(inherited) $(OMIM_ROOT) $(BOOST_ROOT) $(OMIM_ROOT)/3party/jansson $(OMIM_ROOT)/3party/jansson/jansson/src $(OMIM_ROOT)/3party/utfcpp/source $(OMIM_ROOT)/3party/magic_enum/include/magic_enum FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(QT_PATH)/lib // Deployment target diff --git a/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj b/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj index 27001f6b2c..635e9dd6a1 100644 --- a/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj +++ b/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj @@ -197,7 +197,6 @@ BB7D67D21F34A62C002FD122 /* custom_features_context.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BB7D67CF1F34A62C002FD122 /* custom_features_context.hpp */; }; BB7D67D31F34A62C002FD122 /* path_text_handle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB7D67D01F34A62C002FD122 /* path_text_handle.cpp */; }; BB7D67D41F34A62C002FD122 /* path_text_handle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BB7D67D11F34A62C002FD122 /* path_text_handle.hpp */; }; - BB8403202151380500AB8783 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB84031F2151380400AB8783 /* message.cpp */; }; BBAD59FB21258843005543FC /* debug_rect_renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBAD59F921258841005543FC /* debug_rect_renderer.cpp */; }; BBAD59FC21258843005543FC /* debug_rect_renderer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BBAD59FA21258842005543FC /* debug_rect_renderer.hpp */; }; BBD8F8791E96A51A00BAEB72 /* drape_hints.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BBD8F8781E96A51A00BAEB72 /* drape_hints.hpp */; }; @@ -408,7 +407,6 @@ BB7D67CF1F34A62C002FD122 /* custom_features_context.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = custom_features_context.hpp; sourceTree = ""; }; BB7D67D01F34A62C002FD122 /* path_text_handle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = path_text_handle.cpp; sourceTree = ""; }; BB7D67D11F34A62C002FD122 /* path_text_handle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = path_text_handle.hpp; sourceTree = ""; }; - BB84031F2151380400AB8783 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; BBAD59F921258841005543FC /* debug_rect_renderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = debug_rect_renderer.cpp; sourceTree = ""; }; BBAD59FA21258842005543FC /* debug_rect_renderer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = debug_rect_renderer.hpp; sourceTree = ""; }; BBD8F8781E96A51A00BAEB72 /* drape_hints.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = drape_hints.hpp; sourceTree = ""; }; @@ -521,7 +519,6 @@ 670947501BDF9BE0005014C0 /* message_queue.cpp */, 670947511BDF9BE0005014C0 /* message_queue.hpp */, 670947521BDF9BE0005014C0 /* message_subclasses.hpp */, - BB84031F2151380400AB8783 /* message.cpp */, 670947531BDF9BE0005014C0 /* message.hpp */, EB2B77FD1EEDD418002697B6 /* metaline_manager.cpp */, EB2B77FE1EEDD418002697B6 /* metaline_manager.hpp */, @@ -892,7 +889,6 @@ 670948431BDF9C48005014C0 /* drape_gui.cpp in Sources */, 670947D61BDF9BE1005014C0 /* user_event_stream.cpp in Sources */, 452C9EDE1CEDCF3200A55E57 /* parallel_animation.cpp in Sources */, - BB8403202151380500AB8783 /* message.cpp in Sources */, 670947B11BDF9BE1005014C0 /* read_mwm_task.cpp in Sources */, 670948471BDF9C48005014C0 /* layer_render.cpp in Sources */, 670947C41BDF9BE1005014C0 /* text_handle.cpp in Sources */, diff --git a/xcode/generator/generator.xcodeproj/project.pbxproj b/xcode/generator/generator.xcodeproj/project.pbxproj index 298044a7ef..6343e5e709 100644 --- a/xcode/generator/generator.xcodeproj/project.pbxproj +++ b/xcode/generator/generator.xcodeproj/project.pbxproj @@ -110,7 +110,6 @@ FACB7B1226B913F400810C9C /* srtm_parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C226B913F300810C9C /* srtm_parser.hpp */; }; FACB7B1326B913F400810C9C /* transit_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB79C326B913F300810C9C /* transit_generator.cpp */; }; FACB7B1426B913F400810C9C /* popular_places_section_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C426B913F300810C9C /* popular_places_section_builder.hpp */; }; - FACB7B1526B913F400810C9C /* collector_city_area.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB79C526B913F300810C9C /* collector_city_area.cpp */; }; FACB7B1626B913F400810C9C /* raw_generator_writer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C626B913F300810C9C /* raw_generator_writer.hpp */; }; FACB7B1726B913F400810C9C /* brands_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB79C726B913F300810C9C /* brands_loader.cpp */; }; FACB7B1826B913F400810C9C /* translator_collection.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB79C826B913F300810C9C /* translator_collection.hpp */; }; @@ -160,7 +159,6 @@ FACB7B8626B913F400810C9C /* routing_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4526B913F300810C9C /* routing_helpers.hpp */; }; FACB7B8726B913F400810C9C /* altitude_generator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4626B913F300810C9C /* altitude_generator.hpp */; }; FACB7B8826B913F400810C9C /* cross_mwm_osm_ways_collector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A4726B913F300810C9C /* cross_mwm_osm_ways_collector.cpp */; }; - FACB7B8926B913F400810C9C /* type_helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4826B913F300810C9C /* type_helper.hpp */; }; FACB7B8A26B913F400810C9C /* search_index_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4926B913F300810C9C /* search_index_builder.hpp */; }; FACB7B8B26B913F400810C9C /* filter_planet.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A4A26B913F300810C9C /* filter_planet.hpp */; }; FACB7B8C26B913F400810C9C /* isolines_generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A4B26B913F300810C9C /* isolines_generator.cpp */; }; @@ -176,7 +174,6 @@ FACB7B9626B913F400810C9C /* popular_places_section_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A5526B913F300810C9C /* popular_places_section_builder.cpp */; }; FACB7B9726B913F400810C9C /* brands_loader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5626B913F300810C9C /* brands_loader.hpp */; }; FACB7B9826B913F400810C9C /* raw_generator_writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A5726B913F300810C9C /* raw_generator_writer.cpp */; }; - FACB7B9926B913F400810C9C /* collector_city_area.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5826B913F300810C9C /* collector_city_area.hpp */; }; FACB7B9A26B913F400810C9C /* holes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5926B913F300810C9C /* holes.hpp */; }; FACB7B9B26B913F400810C9C /* osm_source.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5A26B913F300810C9C /* osm_source.hpp */; }; FACB7B9C26B913F400810C9C /* tag_admixer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A5B26B913F300810C9C /* tag_admixer.hpp */; }; @@ -202,7 +199,6 @@ FACB7BB026B913F400810C9C /* collector_tag.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A6F26B913F300810C9C /* collector_tag.hpp */; }; FACB7BB126B913F400810C9C /* hierarchy_entry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7026B913F300810C9C /* hierarchy_entry.cpp */; }; FACB7BB226B913F400810C9C /* processor_complex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7126B913F300810C9C /* processor_complex.cpp */; }; - FACB7BB326B913F400810C9C /* final_processor_interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7226B913F300810C9C /* final_processor_interface.cpp */; }; FACB7BB426B913F400810C9C /* hierarchy.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A7326B913F300810C9C /* hierarchy.hpp */; }; FACB7BB526B913F400810C9C /* mini_roundabout_transformer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7426B913F300810C9C /* mini_roundabout_transformer.cpp */; }; FACB7BB626B913F400810C9C /* unpack_mwm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A7526B913F300810C9C /* unpack_mwm.cpp */; }; @@ -223,8 +219,6 @@ FACB7BC526B913F400810C9C /* search_index_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8426B913F300810C9C /* search_index_builder.cpp */; }; FACB7BC626B913F400810C9C /* dumper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A8526B913F300810C9C /* dumper.hpp */; }; FACB7BC726B913F400810C9C /* isolines_generator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A8626B913F300810C9C /* isolines_generator.hpp */; }; - FACB7BC826B913F400810C9C /* boost_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FACB7A8726B913F300810C9C /* boost_helpers.hpp */; }; - FACB7BC926B913F400810C9C /* type_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8826B913F300810C9C /* type_helper.cpp */; }; FACB7BCB26B913F400810C9C /* boundary_postcodes_enricher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8C26B913F300810C9C /* boundary_postcodes_enricher.cpp */; }; FACB7BCC26B913F400810C9C /* maxspeeds_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8D26B913F300810C9C /* maxspeeds_parser.cpp */; }; FACB7BCD26B913F400810C9C /* osm2type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FACB7A8E26B913F300810C9C /* osm2type.cpp */; }; @@ -406,7 +400,6 @@ FACB79C226B913F300810C9C /* srtm_parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = srtm_parser.hpp; sourceTree = ""; }; FACB79C326B913F300810C9C /* transit_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = transit_generator.cpp; sourceTree = ""; }; FACB79C426B913F300810C9C /* popular_places_section_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = popular_places_section_builder.hpp; sourceTree = ""; }; - FACB79C526B913F300810C9C /* collector_city_area.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = collector_city_area.cpp; sourceTree = ""; }; FACB79C626B913F300810C9C /* raw_generator_writer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = raw_generator_writer.hpp; sourceTree = ""; }; FACB79C726B913F300810C9C /* brands_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = brands_loader.cpp; sourceTree = ""; }; FACB79C826B913F300810C9C /* translator_collection.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = translator_collection.hpp; sourceTree = ""; }; @@ -456,7 +449,6 @@ FACB7A4526B913F300810C9C /* routing_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = routing_helpers.hpp; sourceTree = ""; }; FACB7A4626B913F300810C9C /* altitude_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = altitude_generator.hpp; sourceTree = ""; }; FACB7A4726B913F300810C9C /* cross_mwm_osm_ways_collector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cross_mwm_osm_ways_collector.cpp; sourceTree = ""; }; - FACB7A4826B913F300810C9C /* type_helper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = type_helper.hpp; sourceTree = ""; }; FACB7A4926B913F300810C9C /* search_index_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_index_builder.hpp; sourceTree = ""; }; FACB7A4A26B913F300810C9C /* filter_planet.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filter_planet.hpp; sourceTree = ""; }; FACB7A4B26B913F300810C9C /* isolines_generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = isolines_generator.cpp; sourceTree = ""; }; @@ -472,7 +464,6 @@ FACB7A5526B913F300810C9C /* popular_places_section_builder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = popular_places_section_builder.cpp; sourceTree = ""; }; FACB7A5626B913F300810C9C /* brands_loader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = brands_loader.hpp; sourceTree = ""; }; FACB7A5726B913F300810C9C /* raw_generator_writer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = raw_generator_writer.cpp; sourceTree = ""; }; - FACB7A5826B913F300810C9C /* collector_city_area.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = collector_city_area.hpp; sourceTree = ""; }; FACB7A5926B913F300810C9C /* holes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = holes.hpp; sourceTree = ""; }; FACB7A5A26B913F300810C9C /* osm_source.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_source.hpp; sourceTree = ""; }; FACB7A5B26B913F300810C9C /* tag_admixer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tag_admixer.hpp; sourceTree = ""; }; @@ -498,7 +489,6 @@ FACB7A6F26B913F300810C9C /* collector_tag.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = collector_tag.hpp; sourceTree = ""; }; FACB7A7026B913F300810C9C /* hierarchy_entry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hierarchy_entry.cpp; sourceTree = ""; }; FACB7A7126B913F300810C9C /* processor_complex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = processor_complex.cpp; sourceTree = ""; }; - FACB7A7226B913F300810C9C /* final_processor_interface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = final_processor_interface.cpp; sourceTree = ""; }; FACB7A7326B913F300810C9C /* hierarchy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hierarchy.hpp; sourceTree = ""; }; FACB7A7426B913F300810C9C /* mini_roundabout_transformer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mini_roundabout_transformer.cpp; sourceTree = ""; }; FACB7A7526B913F300810C9C /* unpack_mwm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unpack_mwm.cpp; sourceTree = ""; }; @@ -519,8 +509,6 @@ FACB7A8426B913F300810C9C /* search_index_builder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_index_builder.cpp; sourceTree = ""; }; FACB7A8526B913F300810C9C /* dumper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dumper.hpp; sourceTree = ""; }; FACB7A8626B913F300810C9C /* isolines_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = isolines_generator.hpp; sourceTree = ""; }; - FACB7A8726B913F300810C9C /* boost_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = boost_helpers.hpp; sourceTree = ""; }; - FACB7A8826B913F300810C9C /* type_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_helper.cpp; sourceTree = ""; }; FACB7A8C26B913F300810C9C /* boundary_postcodes_enricher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boundary_postcodes_enricher.cpp; sourceTree = ""; }; FACB7A8D26B913F300810C9C /* maxspeeds_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = maxspeeds_parser.cpp; sourceTree = ""; }; FACB7A8E26B913F300810C9C /* osm2type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm2type.cpp; sourceTree = ""; }; @@ -726,7 +714,6 @@ FACB7A4326B913F300810C9C /* affiliation.hpp */, FACB7A8026B913F300810C9C /* altitude_generator.cpp */, FACB7A4626B913F300810C9C /* altitude_generator.hpp */, - FACB7A8726B913F300810C9C /* boost_helpers.hpp */, FACB799226B913F300810C9C /* borders.cpp */, FACB7AA726B913F300810C9C /* borders.hpp */, FACB7A8C26B913F300810C9C /* boundary_postcodes_enricher.cpp */, @@ -759,8 +746,6 @@ FACB7AC726B913F400810C9C /* collector_building_parts.hpp */, FACB7AA926B913F300810C9C /* collector_camera.cpp */, FACB799726B913F300810C9C /* collector_camera.hpp */, - FACB79C526B913F300810C9C /* collector_city_area.cpp */, - FACB7A5826B913F300810C9C /* collector_city_area.hpp */, FACB7A5126B913F300810C9C /* collector_collection.cpp */, FACB7A9526B913F300810C9C /* collector_collection.hpp */, FACB79E626B913F300810C9C /* collector_interface.hpp */, @@ -818,7 +803,6 @@ FACB7A6D26B913F300810C9C /* final_processor_complex.hpp */, FACB79E826B913F300810C9C /* final_processor_country.cpp */, FACB7A6526B913F300810C9C /* final_processor_country.hpp */, - FACB7A7226B913F300810C9C /* final_processor_interface.cpp */, FACB79F726B913F300810C9C /* final_processor_interface.hpp */, FACB7A6826B913F300810C9C /* final_processor_utils.cpp */, FACB79ED26B913F300810C9C /* final_processor_utils.hpp */, @@ -948,8 +932,6 @@ FACB79DA26B913F300810C9C /* translator.hpp */, FACB79C126B913F300810C9C /* translators_pool.cpp */, FACB7AD126B913F400810C9C /* translators_pool.hpp */, - FACB7A8826B913F300810C9C /* type_helper.cpp */, - FACB7A4826B913F300810C9C /* type_helper.hpp */, FACB7A7526B913F300810C9C /* unpack_mwm.cpp */, FACB79F626B913F300810C9C /* unpack_mwm.hpp */, FACB799626B913F300810C9C /* utils.cpp */, @@ -1059,7 +1041,6 @@ FACB7BA226B913F400810C9C /* statistics.hpp in Headers */, FACB7B4026B913F400810C9C /* isolines_section_builder.hpp in Headers */, FACB7B1226B913F400810C9C /* srtm_parser.hpp in Headers */, - FACB7B8926B913F400810C9C /* type_helper.hpp in Headers */, FACB7AE526B913F400810C9C /* ways_merger.hpp in Headers */, FACB7BEF26B913F400810C9C /* collector_mini_roundabout.hpp in Headers */, FACB7C0426B913F400810C9C /* filter_collection.hpp in Headers */, @@ -1084,7 +1065,6 @@ FACB7BD426B913F400810C9C /* routing_city_boundaries_processor.hpp in Headers */, FACB7B3526B913F400810C9C /* hierarchy_entry.hpp in Headers */, FACB7BE426B913F400810C9C /* borders.hpp in Headers */, - FACB7B9926B913F400810C9C /* collector_city_area.hpp in Headers */, FACB7B8B26B913F400810C9C /* filter_planet.hpp in Headers */, FACB7B3226B913F400810C9C /* final_processor_utils.hpp in Headers */, FACB7BB926B913F400810C9C /* intermediate_elements.hpp in Headers */, @@ -1094,7 +1074,6 @@ FACB7B1626B913F400810C9C /* raw_generator_writer.hpp in Headers */, FACB7AFC26B913F400810C9C /* translator_complex.hpp in Headers */, FACB7B0626B913F400810C9C /* feature_emitter_iface.hpp in Headers */, - FACB7BC826B913F400810C9C /* boost_helpers.hpp in Headers */, FACB7ADF26B913F400810C9C /* cluster_finder.hpp in Headers */, FACB7AFA26B913F400810C9C /* feature_merger.hpp in Headers */, FACB7B9726B913F400810C9C /* brands_loader.hpp in Headers */, @@ -1231,7 +1210,6 @@ FACB7AEF26B913F400810C9C /* mini_roundabout_info.cpp in Sources */, FACB7B4326B913F400810C9C /* node_mixer.cpp in Sources */, FACB7B2226B913F400810C9C /* towns_dumper.cpp in Sources */, - FACB7BC926B913F400810C9C /* type_helper.cpp in Sources */, FACB7BD126B913F400810C9C /* gen_mwm_info.cpp in Sources */, FACB7C0926B913F400810C9C /* srtm_parser.cpp in Sources */, FACB7BBC26B913F400810C9C /* restriction_collector.cpp in Sources */, @@ -1264,7 +1242,6 @@ FACB7B9626B913F400810C9C /* popular_places_section_builder.cpp in Sources */, FACB7BE226B913F400810C9C /* ways_merger.cpp in Sources */, FACB7B8D26B913F400810C9C /* dumper.cpp in Sources */, - FACB7BB326B913F400810C9C /* final_processor_interface.cpp in Sources */, FACB7B3326B913F400810C9C /* road_access_generator.cpp in Sources */, FACB7ADB26B913F400810C9C /* routing_index_generator.cpp in Sources */, FACB7BB626B913F400810C9C /* unpack_mwm.cpp in Sources */, @@ -1285,7 +1262,6 @@ FACB7BED26B913F400810C9C /* composite_id.cpp in Sources */, FACB7BAD26B913F400810C9C /* complex_loader.cpp in Sources */, FACB7BB826B913F400810C9C /* metalines_builder.cpp in Sources */, - FACB7B1526B913F400810C9C /* collector_city_area.cpp in Sources */, FACB7AD926B913F400810C9C /* filter_elements.cpp in Sources */, FACB7AEC26B913F400810C9C /* city_roads_generator.cpp in Sources */, FACB7AD526B913F400810C9C /* processor_world.cpp in Sources */, diff --git a/xcode/indexer/indexer.xcodeproj/project.pbxproj b/xcode/indexer/indexer.xcodeproj/project.pbxproj index 1e1e941116..0001f3c9b2 100644 --- a/xcode/indexer/indexer.xcodeproj/project.pbxproj +++ b/xcode/indexer/indexer.xcodeproj/project.pbxproj @@ -68,7 +68,6 @@ 456B3FB41EDEEB65009B3D1F /* scales_patch.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 456B3FB31EDEEB65009B3D1F /* scales_patch.hpp */; }; 456E1B181F90E5B7009C32E1 /* cities_boundaries_serdes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 456E1B141F90E5B6009C32E1 /* cities_boundaries_serdes.hpp */; }; 456E1B1B1F90E5B7009C32E1 /* city_boundary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 456E1B171F90E5B7009C32E1 /* city_boundary.hpp */; }; - 467F34202BCAB6DE00CDC7DE /* yes_no_unknown.h in Headers */ = {isa = PBXBuildFile; fileRef = 467F341F2BCAB6DE00CDC7DE /* yes_no_unknown.h */; }; 56C74C1C1C749E4700B71B9F /* categories_holder_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56C74C121C749E4700B71B9F /* categories_holder_loader.cpp */; }; 56C74C1D1C749E4700B71B9F /* categories_holder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56C74C131C749E4700B71B9F /* categories_holder.cpp */; }; 56C74C1E1C749E4700B71B9F /* categories_holder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56C74C141C749E4700B71B9F /* categories_holder.hpp */; }; @@ -302,7 +301,6 @@ 456B3FB31EDEEB65009B3D1F /* scales_patch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scales_patch.hpp; sourceTree = ""; }; 456E1B141F90E5B6009C32E1 /* cities_boundaries_serdes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cities_boundaries_serdes.hpp; sourceTree = ""; }; 456E1B171F90E5B7009C32E1 /* city_boundary.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = city_boundary.hpp; sourceTree = ""; }; - 467F341F2BCAB6DE00CDC7DE /* yes_no_unknown.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yes_no_unknown.h; sourceTree = ""; }; 56C74C121C749E4700B71B9F /* categories_holder_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = categories_holder_loader.cpp; sourceTree = ""; }; 56C74C131C749E4700B71B9F /* categories_holder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = categories_holder.cpp; sourceTree = ""; }; 56C74C141C749E4700B71B9F /* categories_holder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = categories_holder.hpp; sourceTree = ""; }; @@ -741,7 +739,6 @@ 394E1E0922BBB5EB00E4BC75 /* utils.hpp */, FA7F9B83273F32680093EA08 /* validate_and_format_contacts.cpp */, FA7F9B82273F32680093EA08 /* validate_and_format_contacts.hpp */, - 467F341F2BCAB6DE00CDC7DE /* yes_no_unknown.h */, ); name = indexer; path = ../../indexer; @@ -805,7 +802,6 @@ 6758AED21BB4413000C26E27 /* drules_selector_parser.hpp in Headers */, 6753413F1A3F540F00A0A8C3 /* scale_index.hpp in Headers */, 6753410E1A3F540F00A0A8C3 /* drawing_rules.hpp in Headers */, - 467F34202BCAB6DE00CDC7DE /* yes_no_unknown.h in Headers */, FA7F9B84273F32680093EA08 /* validate_and_format_contacts.hpp in Headers */, 670C615C1AB0691900C38A8C /* features_offsets_table.hpp in Headers */, 6758AED41BB4413000C26E27 /* drules_selector.hpp in Headers */, diff --git a/xcode/map/map.xcodeproj/project.pbxproj b/xcode/map/map.xcodeproj/project.pbxproj index 97d510969c..1224a2f110 100644 --- a/xcode/map/map.xcodeproj/project.pbxproj +++ b/xcode/map/map.xcodeproj/project.pbxproj @@ -29,7 +29,6 @@ 3DA5723320C195ED007BDE27 /* viewport_search_callback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DA5722F20C195EC007BDE27 /* viewport_search_callback.cpp */; }; 3DBD7B92240D523400ED9FE8 /* elevation_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DBD7B90240D523300ED9FE8 /* elevation_info.cpp */; }; 3DBD7B93240D523400ED9FE8 /* elevation_info.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DBD7B91240D523300ED9FE8 /* elevation_info.hpp */; }; - 3DD692B3220AD240001C3C62 /* caching_address_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DD692B2220AD240001C3C62 /* caching_address_getter.hpp */; }; 3DEE1ADE21EE03B400054A91 /* power_management_schemas.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DEE1ADA21EE03B400054A91 /* power_management_schemas.hpp */; }; 3DEE1ADF21EE03B400054A91 /* power_manager.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3DEE1ADB21EE03B400054A91 /* power_manager.hpp */; }; 3DEE1AE021EE03B400054A91 /* power_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DEE1ADC21EE03B400054A91 /* power_manager.cpp */; }; @@ -171,7 +170,6 @@ 3DA5722F20C195EC007BDE27 /* viewport_search_callback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = viewport_search_callback.cpp; sourceTree = ""; }; 3DBD7B90240D523300ED9FE8 /* elevation_info.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = elevation_info.cpp; sourceTree = ""; }; 3DBD7B91240D523300ED9FE8 /* elevation_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = elevation_info.hpp; sourceTree = ""; }; - 3DD692B2220AD240001C3C62 /* caching_address_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = caching_address_getter.hpp; sourceTree = ""; }; 3DEE1ADA21EE03B400054A91 /* power_management_schemas.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = power_management_schemas.hpp; sourceTree = ""; }; 3DEE1ADB21EE03B400054A91 /* power_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = power_manager.hpp; sourceTree = ""; }; 3DEE1ADC21EE03B400054A91 /* power_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = power_manager.cpp; sourceTree = ""; }; @@ -394,7 +392,6 @@ 675345DB1A4054E800A0A8C3 /* bookmark.cpp */, 675345DC1A4054E800A0A8C3 /* bookmark.hpp */, 0831F23B200E53600034C365 /* bookmarks_search_params.hpp */, - 3DD692B2220AD240001C3C62 /* caching_address_getter.hpp */, 348AB57A1D7EE0C6009F8301 /* chart_generator.cpp */, 348AB57B1D7EE0C6009F8301 /* chart_generator.hpp */, 3DBD7B90240D523300ED9FE8 /* elevation_info.cpp */, @@ -498,7 +495,6 @@ 3DF528D8237DC82E000ED0D5 /* position_provider.hpp in Headers */, BBFC7E3B202D29C000531BE7 /* user_mark_layer.hpp in Headers */, 56C116612090E5670068BBC0 /* extrapolator.hpp in Headers */, - 3DD692B3220AD240001C3C62 /* caching_address_getter.hpp in Headers */, BB1C0196241BF73C0067FD5C /* track_mark.hpp in Headers */, 675346491A4054E800A0A8C3 /* bookmark_manager.hpp in Headers */, F6B2830A1C1B03320081957A /* gps_track.hpp in Headers */, diff --git a/xcode/platform/platform.xcodeproj/project.pbxproj b/xcode/platform/platform.xcodeproj/project.pbxproj index 1ee9d96c60..1ecfbdcb8d 100644 --- a/xcode/platform/platform.xcodeproj/project.pbxproj +++ b/xcode/platform/platform.xcodeproj/project.pbxproj @@ -51,7 +51,6 @@ 670E8C761BB318AB00094197 /* platform_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = 670E8C741BB318AB00094197 /* platform_ios.mm */; }; 671C62061AE9014C00076BD0 /* measurement_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 671C62041AE9014C00076BD0 /* measurement_utils.cpp */; }; 671C62071AE9014C00076BD0 /* measurement_utils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 671C62051AE9014C00076BD0 /* measurement_utils.hpp */; }; - 674125081B4C00CC00A3E828 /* country_defines.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 674125001B4C00CC00A3E828 /* country_defines.cpp */; }; 674125091B4C00CC00A3E828 /* country_defines.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 674125011B4C00CC00A3E828 /* country_defines.hpp */; }; 6741250A1B4C00CC00A3E828 /* country_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 674125021B4C00CC00A3E828 /* country_file.cpp */; }; 6741250B1B4C00CC00A3E828 /* country_file.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 674125031B4C00CC00A3E828 /* country_file.hpp */; }; @@ -183,7 +182,6 @@ 671C62051AE9014C00076BD0 /* measurement_utils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = measurement_utils.hpp; sourceTree = ""; }; 67247FFB1C60BD6500EDE56A /* writable_dir_changer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = writable_dir_changer.cpp; sourceTree = ""; }; 67247FFC1C60BD6500EDE56A /* writable_dir_changer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = writable_dir_changer.hpp; sourceTree = ""; }; - 674125001B4C00CC00A3E828 /* country_defines.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = country_defines.cpp; sourceTree = ""; }; 674125011B4C00CC00A3E828 /* country_defines.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = country_defines.hpp; sourceTree = ""; }; 674125021B4C00CC00A3E828 /* country_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = country_file.cpp; sourceTree = ""; }; 674125031B4C00CC00A3E828 /* country_file.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = country_file.hpp; sourceTree = ""; }; @@ -384,7 +382,6 @@ 675343881A3F5D5900A0A8C3 /* chunks_download_strategy.cpp */, 675343891A3F5D5900A0A8C3 /* chunks_download_strategy.hpp */, 6753438A1A3F5D5900A0A8C3 /* constants.hpp */, - 674125001B4C00CC00A3E828 /* country_defines.cpp */, 674125011B4C00CC00A3E828 /* country_defines.hpp */, 674125021B4C00CC00A3E828 /* country_file.cpp */, 674125031B4C00CC00A3E828 /* country_file.hpp */, @@ -684,7 +681,6 @@ D50B2297238591570056820A /* http_payload.cpp in Sources */, 6741250A1B4C00CC00A3E828 /* country_file.cpp in Sources */, 4564FA7F2094978D0043CCFB /* remote_file.cpp in Sources */, - 674125081B4C00CC00A3E828 /* country_defines.cpp in Sources */, EB60B4DC204C130300E4953B /* network_policy_ios.mm in Sources */, 6741250E1B4C00CC00A3E828 /* local_country_file.cpp in Sources */, 670E8C761BB318AB00094197 /* platform_ios.mm in Sources */, diff --git a/xcode/routing/routing.xcodeproj/project.pbxproj b/xcode/routing/routing.xcodeproj/project.pbxproj index 603278b05f..5cf40cf175 100644 --- a/xcode/routing/routing.xcodeproj/project.pbxproj +++ b/xcode/routing/routing.xcodeproj/project.pbxproj @@ -26,7 +26,6 @@ 0C5BC9D11E28FD4E0071BFDD /* index_road_graph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C5BC9CF1E28FD4E0071BFDD /* index_road_graph.cpp */; }; 0C5BC9D21E28FD4E0071BFDD /* index_road_graph.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0C5BC9D01E28FD4E0071BFDD /* index_road_graph.hpp */; }; 0C5F5D211E798B0400307B98 /* cross_mwm_connector_serialization.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */; }; - 0C5F5D221E798B0400307B98 /* cross_mwm_connector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */; }; 0C5F5D231E798B0400307B98 /* cross_mwm_connector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0C5F5D1F1E798B0400307B98 /* cross_mwm_connector.hpp */; }; 0C5FEC541DDE191E0017688C /* edge_estimator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C5FEC521DDE191E0017688C /* edge_estimator.cpp */; }; 0C5FEC551DDE191E0017688C /* edge_estimator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0C5FEC531DDE191E0017688C /* edge_estimator.hpp */; }; @@ -73,7 +72,6 @@ 4408A63D21F1E7F0008171B8 /* index_graph_starter_joints.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4408A63921F1E7F0008171B8 /* index_graph_starter_joints.hpp */; }; 4408A63E21F1E7F0008171B8 /* joint_segment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4408A63A21F1E7F0008171B8 /* joint_segment.cpp */; }; 441CC8C623ACF42C008B9A49 /* segment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 441CC8C523ACF42C008B9A49 /* segment.cpp */; }; - 4432C5B624067E6700C9E445 /* road_access_serialization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4432C5B524067E6700C9E445 /* road_access_serialization.cpp */; }; 4433A8E923993BD200E1350B /* leaps_graph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4433A8E823993BD200E1350B /* leaps_graph.cpp */; }; 4433A8EB23993BD700E1350B /* leaps_graph.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4433A8EA23993BD700E1350B /* leaps_graph.hpp */; }; 4443DC3722789793000C8E32 /* leaps_postprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4443DC3522789793000C8E32 /* leaps_postprocessor.cpp */; }; @@ -300,7 +298,6 @@ 0C5BC9CF1E28FD4E0071BFDD /* index_road_graph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = index_road_graph.cpp; sourceTree = ""; }; 0C5BC9D01E28FD4E0071BFDD /* index_road_graph.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = index_road_graph.hpp; sourceTree = ""; }; 0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cross_mwm_connector_serialization.hpp; sourceTree = ""; }; - 0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cross_mwm_connector.cpp; sourceTree = ""; }; 0C5F5D1F1E798B0400307B98 /* cross_mwm_connector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cross_mwm_connector.hpp; sourceTree = ""; }; 0C5F5D241E798B3800307B98 /* cross_mwm_connector_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cross_mwm_connector_test.cpp; sourceTree = ""; }; 0C5FEC521DDE191E0017688C /* edge_estimator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = edge_estimator.cpp; sourceTree = ""; }; @@ -357,7 +354,6 @@ 440BE38722AFB31600C548FB /* uturn_restriction_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uturn_restriction_tests.cpp; sourceTree = ""; }; 4418327F222D45BB00C70BD9 /* routing_options_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = routing_options_tests.cpp; sourceTree = ""; }; 441CC8C523ACF42C008B9A49 /* segment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = segment.cpp; sourceTree = ""; }; - 4432C5B524067E6700C9E445 /* road_access_serialization.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = road_access_serialization.cpp; sourceTree = ""; }; 4433A8E823993BD200E1350B /* leaps_graph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = leaps_graph.cpp; sourceTree = ""; }; 4433A8EA23993BD700E1350B /* leaps_graph.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = leaps_graph.hpp; sourceTree = ""; }; 4443DC3522789793000C8E32 /* leaps_postprocessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = leaps_postprocessor.cpp; sourceTree = ""; }; @@ -706,7 +702,6 @@ D57834BE2562ED5F0020A420 /* cross_border_graph.cpp */, D57834BF2562ED5F0020A420 /* cross_border_graph.hpp */, 0C5F5D1D1E798B0400307B98 /* cross_mwm_connector_serialization.hpp */, - 0C5F5D1E1E798B0400307B98 /* cross_mwm_connector.cpp */, 0C5F5D1F1E798B0400307B98 /* cross_mwm_connector.hpp */, 56C439241E93BF8C00998E29 /* cross_mwm_graph.cpp */, 56C439251E93BF8C00998E29 /* cross_mwm_graph.hpp */, @@ -784,7 +779,6 @@ 67C79BA01E2CEE1400C40034 /* restriction_loader.hpp */, 349D1CDE1E3F589900A878FD /* restrictions_serialization.cpp */, 349D1CDF1E3F589900A878FD /* restrictions_serialization.hpp */, - 4432C5B524067E6700C9E445 /* road_access_serialization.cpp */, 5694CEC61EBA25F7004576D3 /* road_access_serialization.hpp */, 5694CEC71EBA25F7004576D3 /* road_access.cpp */, 5694CEC81EBA25F7004576D3 /* road_access.hpp */, @@ -1238,7 +1232,6 @@ 44AE4A12214FBB8E006321F5 /* speed_camera.cpp in Sources */, 674F9BCA1B0A580E00704FFA /* async_router.cpp in Sources */, D57834C02562ED5F0020A420 /* cross_border_graph.cpp in Sources */, - 0C5F5D221E798B0400307B98 /* cross_mwm_connector.cpp in Sources */, 0C81E1531F02589800DC66DF /* traffic_stash.cpp in Sources */, 40A111CD1F2F6776005E6AD5 /* route_weight.cpp in Sources */, 4408A63E21F1E7F0008171B8 /* joint_segment.cpp in Sources */, @@ -1250,7 +1243,6 @@ 44F4EDC723A78C2E005254C4 /* latlon_with_altitude.cpp in Sources */, 0C5FEC691DDE193F0017688C /* road_index.cpp in Sources */, 0CF709361F05172200D5067E /* checkpoints.cpp in Sources */, - 4432C5B624067E6700C9E445 /* road_access_serialization.cpp in Sources */, 671F58BD1B874EC80032311E /* followed_polyline.cpp in Sources */, 670EE55D1B6001E7001E8064 /* routing_session.cpp in Sources */, 4652D9162BAA3C5600C71046 /* turns_tts_text_i18n.cpp in Sources */, diff --git a/xcode/search/search.xcodeproj/project.pbxproj b/xcode/search/search.xcodeproj/project.pbxproj index cbf84d9776..8f2fac2245 100644 --- a/xcode/search/search.xcodeproj/project.pbxproj +++ b/xcode/search/search.xcodeproj/project.pbxproj @@ -81,7 +81,6 @@ 3936A61020EA2F5F00A68C09 /* mem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3936A60820EA2F5E00A68C09 /* mem.cpp */; }; 3936A61120EA2F5F00A68C09 /* dictionary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3936A60920EA2F5E00A68C09 /* dictionary.hpp */; }; 3936A61220EA2F5F00A68C09 /* reader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3936A60A20EA2F5F00A68C09 /* reader.hpp */; }; - 3936A61320EA2F5F00A68C09 /* text_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3936A60B20EA2F5F00A68C09 /* text_index.cpp */; }; 3936A61420EA2F5F00A68C09 /* mem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3936A60C20EA2F5F00A68C09 /* mem.hpp */; }; 3974BB901FB471AB00F265E5 /* ranking_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34586B881DCB1E8300CF7FC9 /* ranking_tests.cpp */; }; 3974BB911FB471AB00F265E5 /* query_saver_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1347D541B8758E9009050FF /* query_saver_tests.cpp */; }; @@ -149,7 +148,6 @@ 45A008541FE9088400D77690 /* idf_map.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45A008501FE9088300D77690 /* idf_map.cpp */; }; 4740185E23F5BEF900A93C81 /* minizip.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4740185D23F5BEF900A93C81 /* minizip.framework */; }; 4740185F23F5BEF900A93C81 /* minizip.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4740185D23F5BEF900A93C81 /* minizip.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 56D5456E1C74A48C00E3719C /* mode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56D5456C1C74A48C00E3719C /* mode.cpp */; }; 56D5456F1C74A48C00E3719C /* mode.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56D5456D1C74A48C00E3719C /* mode.hpp */; }; 56DAC34123991253000BC50D /* helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56DAC33F23991253000BC50D /* helpers.hpp */; }; 56DAC34223991253000BC50D /* helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56DAC34023991253000BC50D /* helpers.cpp */; }; @@ -362,7 +360,6 @@ 3936A60820EA2F5E00A68C09 /* mem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mem.cpp; path = ../text_index/mem.cpp; sourceTree = ""; }; 3936A60920EA2F5E00A68C09 /* dictionary.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = dictionary.hpp; path = ../text_index/dictionary.hpp; sourceTree = ""; }; 3936A60A20EA2F5F00A68C09 /* reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = reader.hpp; path = ../text_index/reader.hpp; sourceTree = ""; }; - 3936A60B20EA2F5F00A68C09 /* text_index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = text_index.cpp; path = ../text_index/text_index.cpp; sourceTree = ""; }; 3936A60C20EA2F5F00A68C09 /* mem.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = mem.hpp; path = ../text_index/mem.hpp; sourceTree = ""; }; 397AFE041D6C9AC700F583E7 /* downloader_search_callback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = downloader_search_callback.cpp; sourceTree = ""; }; 397AFE051D6C9AC700F583E7 /* downloader_search_callback.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = downloader_search_callback.hpp; sourceTree = ""; }; @@ -427,7 +424,6 @@ 45A0084F1FE9088300D77690 /* idf_map.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = idf_map.hpp; sourceTree = ""; }; 45A008501FE9088300D77690 /* idf_map.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = idf_map.cpp; sourceTree = ""; }; 4740185D23F5BEF900A93C81 /* minizip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = minizip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 56D5456C1C74A48C00E3719C /* mode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mode.cpp; sourceTree = ""; }; 56D5456D1C74A48C00E3719C /* mode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mode.hpp; sourceTree = ""; }; 56DAC33F23991253000BC50D /* helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = helpers.hpp; sourceTree = ""; }; 56DAC34023991253000BC50D /* helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = helpers.cpp; sourceTree = ""; }; @@ -665,7 +661,6 @@ 39831A3620F3C5C6005FF294 /* merger.hpp */, 39831A3720F3C5C6005FF294 /* postings.hpp */, 3936A60A20EA2F5F00A68C09 /* reader.hpp */, - 3936A60B20EA2F5F00A68C09 /* text_index.cpp */, 3936A60720EA2F5E00A68C09 /* text_index.hpp */, 39831A3520F3C5C6005FF294 /* utils.hpp */, ); @@ -832,7 +827,6 @@ 675346D01A40560D00A0A8C3 /* locality_finder.hpp */, F652D8D31CFDE21900FC29A0 /* locality_scorer.cpp */, F652D8D41CFDE21900FC29A0 /* locality_scorer.hpp */, - 56D5456C1C74A48C00E3719C /* mode.cpp */, 56D5456D1C74A48C00E3719C /* mode.hpp */, F652D8D51CFDE21900FC29A0 /* model.cpp */, F652D8D61CFDE21900FC29A0 /* model.hpp */, @@ -1237,7 +1231,6 @@ F63CE2BB1FBB206800716AD3 /* city_finder.cpp in Sources */, F652D9061CFDE21900FC29A0 /* ranking_info.cpp in Sources */, F652D9001CFDE21900FC29A0 /* nested_rects_cache.cpp in Sources */, - 3936A61320EA2F5F00A68C09 /* text_index.cpp in Sources */, 3936A61020EA2F5F00A68C09 /* mem.cpp in Sources */, 344A71381F3DA03200B8DDB8 /* segment_tree.cpp in Sources */, 3441CE501CFC1D7000CF30D4 /* processor.cpp in Sources */, @@ -1253,7 +1246,6 @@ F652D90B1CFDE21900FC29A0 /* street_vicinity_loader.cpp in Sources */, 3459A7A71E4C4D0200ED235F /* geocoder_locality.cpp in Sources */, 675346ED1A40560D00A0A8C3 /* locality_finder.cpp in Sources */, - 56D5456E1C74A48C00E3719C /* mode.cpp in Sources */, 397AFE061D6C9AC700F583E7 /* downloader_search_callback.cpp in Sources */, F652D8EC1CFDE21900FC29A0 /* features_layer_path_finder.cpp in Sources */, 40AC86EB214A96EC003A96D1 /* cuisine_filter.cpp in Sources */, -- 2.45.3