/openbmc/bmcweb/include/ |
H A D | event_service_store.hpp | diff 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 D | logging.hpp | diff 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 D | utility.hpp | diff 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 D | http_client.hpp | diff 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 D | trigger.hpp | diff 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 D | virtual_media.hpp | diff 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-tidy | diff 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 D | error_messages.hpp | diff 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 D | redfish_aggregator.hpp | diff 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 D | event_service_manager.hpp | diff 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 D | error_messages.cpp | diff 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>
|