Home
last modified time | relevance | path

Searched hist:"11 ba39793c016e8476e44be880fb267e059dd4eb" (Results 1 – 17 of 17) sorted by relevance

/openbmc/bmcweb/include/
H A Dmultipart_parser.hppdiff 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 Dauthentication.hppdiff 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 Dhttp_utility.hppdiff 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 Dlogin_routes.hppdiff 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 Dwebassets.hppdiff 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 Dopenbmc_dbus_rest.hppdiff 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 Dwebsocket.hppdiff 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 Dhttp_connection.hppdiff 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 Dmanagement_console_rest.hppdiff 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 Dprocessor.hppdiff 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 Dmemory.hppdiff 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 Dcertificate_service.hppdiff 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 Dethernet.hppdiff 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 Dupdate_service.hppdiff 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 Dsensors.hppdiff 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 Dlog_services.hppdiff 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 Devent_service_manager.hppdiff 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