Searched hist:f70cbe758444d5a048bc92c4d192c9dfbd7abfe2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | meson.build | diff f70cbe758444d5a048bc92c4d192c9dfbd7abfe2 Thu Jun 01 07:00:08 CDT 2023 Patrick Williams <patrick@stwcx.xyz> meson: remove cppfs dependency and experimental::filesystem
The dependency on the c++fs library is something very old from the C++14 era and is no longer necessary with a modern compiler. Remove the explicit dependency from the meson setup.
Remove all use of `std::experimental::filesystem` and replace with the real `std::filesystem`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62214337ec1b72f7c999de605b9ebe409d22ce79
|
H A D | gpio_presence.hpp | diff f70cbe758444d5a048bc92c4d192c9dfbd7abfe2 Thu Jun 01 07:00:08 CDT 2023 Patrick Williams <patrick@stwcx.xyz> meson: remove cppfs dependency and experimental::filesystem
The dependency on the c++fs library is something very old from the C++14 era and is no longer necessary with a modern compiler. Remove the explicit dependency from the meson setup.
Remove all use of `std::experimental::filesystem` and replace with the real `std::filesystem`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62214337ec1b72f7c999de605b9ebe409d22ce79
|
/openbmc/phosphor-gpio-monitor/ |
H A D | meson.build | diff f70cbe758444d5a048bc92c4d192c9dfbd7abfe2 Thu Jun 01 07:00:08 CDT 2023 Patrick Williams <patrick@stwcx.xyz> meson: remove cppfs dependency and experimental::filesystem
The dependency on the c++fs library is something very old from the C++14 era and is no longer necessary with a modern compiler. Remove the explicit dependency from the meson setup.
Remove all use of `std::experimental::filesystem` and replace with the real `std::filesystem`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62214337ec1b72f7c999de605b9ebe409d22ce79
|