commit | 12cd2543e07be6b64cbd2e30dfd3a173226ae3bd | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Aug 22 21:17:56 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Aug 22 21:19:40 2018 -0700 |
tree | 677d2a6b305652fb093ee5efd22e42a09788f008 | |
parent | f3942f6a5f2fd754aee2d66954a4d788ce1cb05e [diff] |
Replace all public `const char *` with `std::string_view`
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-tests make make install
For a test / debug build, a typical configuration is
./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage