summaryrefslogtreecommitdiffstats
path: root/Macros.h
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate repeated macro definitions into one headerNathan Scott2020-09-091-0/+16
The MIN, MAX, CLAMP, MINIMUM, and MAXIMUM macros appear throughout the codebase with many re-definitions. Make a single copy of each in a common header file, and use the BSD variants of MINIMUM/MAXIMUM due to conflicts in the system <sys/param.h> headers.

© 2014-2024 Faster IT GmbH | imprint | privacy policy