You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce dependencies and document the remaining ones.
The main change here is that most portable-snippets modules no longer
include a hard dependency on the exact-int module, falling back instead
on including <stdint.h> if exact-int.h has not been included (or the
relevant types have not been otherwise defined).
This also allows more flexibility in the directory structure; most
modules can now be placed side-by-side in a single directory instead
of forcing people to replicate the structure used in the
portable-snippets repository.
I've also tried to provide documentation of dependencies in each
module's README to make portable-snippets a bit more user-friendly.
0 commit comments