/openbmc/bmcweb/include/ |
H A D | multipart_parser.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | authentication.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | http_utility.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | login_routes.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | webassets.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | openbmc_dbus_rest.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
/openbmc/bmcweb/http/ |
H A D | websocket.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | http_connection.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
/openbmc/bmcweb/include/ibm/ |
H A D | management_console_rest.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | processor.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | memory.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | certificate_service.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | ethernet.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | update_service.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | sensors.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
H A D | log_services.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | diff 11ba39793c016e8476e44be880fb267e059dd4eb Mon Jul 11 11:50:41 CDT 2022 Ed Tanous <edtanous@google.com> Remove usages of boost::starts/ends_with
Per the coding standard, now that C++ supports std::string::starts_with and std::string::ends_with, we should be using them over the boost alternatives. This commit goes through and updates all usages.
Arguably some of these are incorrect, and instances of common error 13, but because this is mostly a mechanical it intentionally doesn't try to handle it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic4c6e5d0da90f7442693199dc691a47d2240fa4f
|