Age | Commit message (Collapse) | Author |
|
Prevents potentially using the members uninitialized.
|
|
C++17 adds clamp() to the standard library, so we can remove ours in
favor of it.
|
|
|
|
And other minor style changes
|
|
Also minor style changes
|
|
|
|
|
|
|
|
|
|
|
|
class in common_types.
|
|
|
|
|
|
|
|
|
|
Also replaced C headers with the C++ equivalent ones
|
|
|
|
|