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