Jay Berkenbilt
|
62bf296a9c
|
Make assert handling less error-prone
Prevent my future self or other contributors from using assert in
tests and then having that assert not do anything because of the
NDEBUG macro.
|
2022-05-03 18:31:22 -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
|
17c0e38c8e
|
Force assert to be defined in test code
|
2022-03-07 10:07:27 -05:00 |
|
Jay Berkenbilt
|
c62e8e2b28
|
Update for clean compile with POINTERHOLDER_TRANSITION=2
|
2022-02-07 17:38:22 -05:00 |
|
Jay Berkenbilt
|
30027481f7
|
Remove all old-style casts from C++ code
|
2013-03-04 16:45:16 -05:00 |
|
Jay Berkenbilt
|
d6cb2b9418
|
Add test code for Pl_Concatenate
|
2012-06-27 10:20:47 -04:00 |
|