Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-16 | Remove trailing whitespace from header files | Alan Coopersmith | |
Performed with: find include -name '*.h' | xargs perl -i -p -e 's{[ \t]+$}{}' "git diff -w" shows no changes from this changeset. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2017-11-06 | Move headers into structured include directory | Dylan Baker | |
So that meson can use that as an include path for dependencies. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> |