commit | c6b3d0fb51296598747bac9d14623e3ce8fe93d8 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:20:04 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 20 11:20:04 2023 -0500 |
tree | 6afc403df6d3abf3342a8f28abecbf11b092af45 | |
parent | 0f68a6ffdb42cd78c8f4641d21a76f015cc1a8d3 [diff] |
clang-format: copy latest and re-format clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: I2be965deb65ea5623d80e3d131801a6c43bb6755 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir