- 0720b10 Introduce ATTR_RETNONNULL to indicate functions that will never return NULL by Benny Baumann · 1 year, 9 months ago
- 7bf8f02 Clarify isNonnegative() behavior in comments by Explorer09 · 2 years, 3 months ago
- e56089e Update includes based on IWYU by Benny Baumann · 2 years, 5 months ago
- f541f70 Add configure check for nonnull attribute by Explorer09 · 2 years, 6 months ago
- 43cb4a5 Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into BenBE-style-header-consistency by Nathan Scott · 2 years, 6 months ago
- b416433 Replace isnan() with better comparisons (isgreater(), etc.) by Explorer09 · 2 years, 9 months ago
- 8e4ce18 Add missing copyright/file headers by Benny Baumann · 2 years, 11 months ago
- 8387df1 Annotate functions with access attribute by Christian Göttsche · 3 years, 2 months ago
- 44d1200 Check for alloc_size attribute in configure.ac by Benny Baumann · 4 years, 10 months ago
- 3770769 Replaces WRAP_SUBTRACT with saturatingSub inline function to reduce code duplication. by fraggerfox · 4 years, 10 months ago
- 2f5b3ef Refactor saturatingSub() to be part of Macros.h by fraggerfox · 5 years ago
- 9a82215 Rework TTY column by Christian Göttsche · 5 years ago
- 57e0ce7 Use `#if defined()` syntax when `#elif defined()` is present by Benny Baumann · 5 years ago
- e6d536d Add compiler hints on memory allocating utility functions by Christian Göttsche · 5 years ago
- 397b5c4 Introduce spaceship comparison for Processes by Christian Göttsche · 5 years ago
- f8208f2 Drop tabs in source indentions by Christian Göttsche · 5 years ago
- 0db398d Allow low and high value of CLAMP to be equal by Christian Göttsche · 5 years ago
- 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
- db159e7 Enclose CLAMP macro arguments in parentheses by Christian Göttsche · 6 years ago
- db47207 Enable -Wcast-qual compiler warning by Christian Göttsche · 6 years ago
- 49bb1b5 Assert that low value is lower than the high value in CLAMP by Christian Göttsche · 6 years ago
- 42946ec Introduce ARRAYSIZE by Christian Göttsche · 6 years ago
- 7107d1d Refactor __attribute__ usage by Christian Göttsche · 6 years ago
- c5808c5 Consolidate repeated macro definitions into one header by Nathan Scott · 6 years ago