Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | Rerun clang-format | Jay Berkenbilt | |
2022-05-04 | Make assert handling less error-prone | Jay Berkenbilt | |
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-04-04 | Programmatically apply new formatting to code | Jay Berkenbilt | |
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done | |||
2022-03-07 | Force assert to be defined in test code | Jay Berkenbilt | |
2022-02-07 | Update for clean compile with POINTERHOLDER_TRANSITION=2 | Jay Berkenbilt | |
2013-03-04 | Remove all old-style casts from C++ code | Jay Berkenbilt | |
2012-06-27 | Add test code for Pl_Concatenate | Jay Berkenbilt | |