Home
last modified time | relevance | path

Searched hist:"4 a7fbefdff330f06d5698a1e60ce893225cd389e" (Results 1 – 11 of 11) sorted by relevance

/openbmc/bmcweb/include/
H A Devent_service_store.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
/openbmc/bmcweb/http/
H A Dlogging.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
H A Dutility.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
H A Dhttp_client.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
H A Dvirtual_media.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
/openbmc/bmcweb/
H A D.clang-tidydiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
H A Dredfish_aggregator.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
H A Devent_service_manager.hppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cppdiff 4a7fbefdff330f06d5698a1e60ce893225cd389e Sat Apr 06 18:03:49 CDT 2024 Ed Tanous <ed@tanous.net> Fix large copies with url_view and segments_view

Despite these objects being called "view" they are still relatively
large, as clang-tidy correctly flags, and we ignore.

Change all function uses to capture by:
const boost::urls::url_view_base&

Which is the base class of all boost URL types, and any class (url,
url_view, etc) is convertible to that base.

Change-Id: I8ee2ea3f4cfba38331303a7e4eb520a2b6f8ba92
Signed-off-by: Ed Tanous <ed@tanous.net>