[wesnoth-commits] [wesnoth/wesnoth] a1fdb3: Config: used std::string_view for key type

Charles Dang noreply at github.com
Fri Jan 22 02:26:54 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: a1fdb34ad8e573e9f2eaf70085eb755926453ec1
      https://github.com/wesnoth/wesnoth/commit/a1fdb34ad8e573e9f2eaf70085eb755926453ec1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M src/config.hpp

  Log Message:
  -----------
  Config: used std::string_view for key type


  Commit: c081233d9d22c50fdaa82fcb3523308401f74d65
      https://github.com/wesnoth/wesnoth/commit/c081233d9d22c50fdaa82fcb3523308401f74d65
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M src/serialization/base64.hpp
    M src/serialization/string_view.hpp

  Log Message:
  -----------
  Moved byte_string_view typedef, defined it with std::string_view


  Commit: c5b1fa9dfdbb64d902a71d77849f5717e5511d83
      https://github.com/wesnoth/wesnoth/commit/c5b1fa9dfdbb64d902a71d77849f5717e5511d83
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M projectfiles/VC16/wesnothlib.vcxproj
    M projectfiles/VC16/wesnothlib.vcxproj.filters
    M src/font/pango/hyperlink.hpp
    M src/font/text.cpp
    M src/font/text.hpp
    M src/picture.cpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_terrainfilter.cpp
    M src/scripting/lua_terrainmap.cpp
    M src/scripting/lua_terrainmap.hpp
    M src/scripting/lua_widget.cpp
    M src/scripting/lua_widget.hpp
    M src/scripting/lua_widget_attributes.cpp
    M src/scripting/push_check.hpp
    M src/serialization/base64.cpp
    M src/serialization/base64.hpp
    M src/serialization/string_utils.cpp
    M src/serialization/string_utils.hpp
    R src/serialization/string_view.hpp
    M src/terrain/filter.cpp
    M src/terrain/translation.cpp
    M src/terrain/translation.hpp
    M src/units/abilities.cpp

  Log Message:
  -----------
  Converted uses of utils::string_view to std::string_view


  Commit: 32850904d3dfd9cbb3376db7bcdc8c84d7b4d459
      https://github.com/wesnoth/wesnoth/commit/32850904d3dfd9cbb3376db7bcdc8c84d7b4d459
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M projectfiles/VC16/wesnothlib.vcxproj
    M projectfiles/VC16/wesnothlib.vcxproj.filters
    M src/config.hpp
    M src/font/pango/hyperlink.hpp
    M src/font/text.cpp
    M src/font/text.hpp
    M src/picture.cpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_terrainfilter.cpp
    M src/scripting/lua_terrainmap.cpp
    M src/scripting/lua_terrainmap.hpp
    M src/scripting/lua_widget.cpp
    M src/scripting/lua_widget.hpp
    M src/scripting/lua_widget_attributes.cpp
    M src/scripting/push_check.hpp
    M src/serialization/base64.cpp
    M src/serialization/base64.hpp
    M src/serialization/string_utils.cpp
    M src/serialization/string_utils.hpp
    R src/serialization/string_view.hpp
    M src/terrain/filter.cpp
    M src/terrain/translation.cpp
    M src/terrain/translation.hpp
    M src/units/abilities.cpp

  Log Message:
  -----------
  Merge pull request #5490 from wesnoth/string-view-test

Switch to std::string_view


Compare: https://github.com/wesnoth/wesnoth/compare/2da301836116...32850904d3df



More information about the Commits mailing list