Jay Berkenbilt
|
60965d5f4d
|
Rerun clang-format
|
2023-05-21 13:35:09 -04:00 |
|
Jay Berkenbilt
|
128e41648f
|
Remove PointerHolder.hh from other than public header files
Increase to POINTERHOLDER_TRANSITION=4
|
2022-04-09 17:33:29 -04:00 |
|
Jay Berkenbilt
|
12f1eb15ca
|
Programmatically apply new formatting to code
Run this:
for i in **/*.cc **/*.c **/*.h **/*.hh; do
clang-format < $i >| $i.new && mv $i.new $i
done
|
2022-04-04 08:10:40 -04:00 |
|
Jay Berkenbilt
|
2229e37e88
|
Add a blank line after the first header included in each source
|
2022-02-04 16:31:31 -05:00 |
|
Jay Berkenbilt
|
bb427bd117
|
SHA2: switch to pluggable crypto
|
2019-11-09 08:18:02 -05:00 |
|
Jay Berkenbilt
|
eadc222ff9
|
Rename SHA2 implementation (non-bisectable)
|
2019-11-09 08:18:02 -05:00 |
|