aboutsummaryrefslogtreecommitdiff
path: root/common/bits.c
AgeCommit message (Collapse)Author
2022-11-09silence ubsan and docs warningsKimplul
2022-10-29rewrite pmemKimplul
2022-06-12add license textsKimplul
2022-05-23switch from clang-format to uncrustifyKimplul
The output is close enough, and I like that uncrustify is a third-party tool, so people can install a single tool for formatting instead of having to lug around a whole toolchain. I fully expect to have to add settings to uncrustify.conf, but let's see how this goes.
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-04-10add clang format and run itKimplul
2022-01-07Use #if defined(...) when not guard clauseKimplul
2022-01-07Merged bits.h and bytes.hKimplul