m-holger
|
3c5700c255
|
Code tidy - reflow comments and strings
|
2023-06-02 16:00:40 +01:00 |
|
Jay Berkenbilt
|
60965d5f4d
|
Rerun clang-format
|
2023-05-21 13:35:09 -04:00 |
|
m-holger
|
85d784952f
|
Globally replace 'this->m->' with 'm->'
Using search and replace.
|
2023-05-21 14:42:34 +01:00 |
|
m-holger
|
7c6901bce5
|
Code tidy: remove redundant calls to smart_ptrs get() method
|
2022-08-07 10:33:25 +01:00 |
|
Jay Berkenbilt
|
b3e6d445cb
|
Tweak "AndGet" mutator functions again
Remove any ambiguity around whether old or new value is being
returned.
|
2022-07-24 15:42:23 -04:00 |
|
Jay Berkenbilt
|
7f023701dd
|
Formatting: remove space in range-style for loops
Change .clang-format and commit automated changes from a fresh run of
format-code
|
2022-04-30 13:26:43 -04:00 |
|
Jay Berkenbilt
|
d8fdf632a9
|
Use replaceKeyAndGet in a few places in existing code
|
2022-04-29 20:28:02 -04:00 |
|
Jay Berkenbilt
|
cdd0b4fb7d
|
Use = default and = delete where possible in classes
|
2022-04-16 11:39:14 -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
|
ad34b9c278
|
Implement helpers for file attachments
|
2021-02-10 06:57:37 -05:00 |
|