| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
|
| |
|
|
|
| |
These types are within the common library, so they should be within the
Common namespace.
|
| |
|
|
|
| |
These types are within the common library, so they should be using the
Common namespace.
|
| |
|
|
|
| |
Quaternion is within the common library, so it should be using the
Common namespace.
|
| | |
|
| |
|
|
|
| |
C++17 adds clamp() to the standard library, so we can remove ours in
favor of it.
|
| | |
|
| | |
|
| |
|