commit | 7ba248ad685c8a2029f9cfdbae98d161e9664a3b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:30 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:30 2023 -0500 |
tree | 882df440a2a586994bee42573bb43201dbff7fb0 | |
parent | 01bc0bf6b15fa3dcd8904bea6c9e40c502d0230f [diff] |
clang-format: copy latest and re-format clang-format-16 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: I3a681a9dd632fc31b26bf2df50de0cf4b65f8ec0 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