summaryrefslogtreecommitdiffstats
path: root/Macros.h
AgeCommit message (Expand)Author
2024-01-08Clarify isNonnegative() behavior in commentsExplorer09
2023-12-26Update includes based on IWYUBenny Baumann
2023-10-11Add configure check for nonnull attributeExplorer09
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-05-25Add missing copyright/file headersBenny Baumann
2023-02-18Annotate functions with access attributeChristian Göttsche
2021-07-06Check for alloc_size attribute in configure.acBenny Baumann
2021-06-26Replaces WRAP_SUBTRACT with saturatingSub inline function to reduce code dupl...fraggerfox
2021-06-26Refactor saturatingSub() to be part of Macros.hfraggerfox
2021-04-14Rework TTY columnChristian Göttsche
2021-03-21Use `#if defined()` syntax when `#elif defined()` is presentBenny Baumann
2021-01-11Add compiler hints on memory allocating utility functionsChristian Göttsche
2020-11-15Introduce spaceship comparison for ProcessesChristian Göttsche
2020-10-20Drop tabs in source indentionsChristian Göttsche
2020-10-19Allow low and high value of CLAMP to be equalChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-06Enclose CLAMP macro arguments in parenthesesChristian Göttsche
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-05Assert that low value is lower than the high value in CLAMPChristian Göttsche
2020-10-03Introduce ARRAYSIZEChristian Göttsche
2020-09-18Refactor __attribute__ usageChristian Göttsche
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott