Use std::filesystem when generating callout paths

Change-Id: Ia4dbe7e27368a7136d3767f105f6af78d9627c3f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: c7eb3b1041383888174bba50589b574486d71c51
  1. test/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. env.cpp
  8. env.hpp
  9. hwmon.hpp
  10. interface.hpp
  11. LICENSE
  12. mainloop.cpp
  13. mainloop.hpp
  14. Makefile.am
  15. readd.cpp
  16. README.md
  17. sensorset.cpp
  18. sensorset.hpp
  19. sysfs.cpp
  20. sysfs.hpp
  21. thresholds.hpp
  22. util.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.