summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.c
AgeCommit message (Expand)Author
2023-12-26Fix code styleBenny Baumann
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-10-24Reformat code baseBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-04hwloc: use int in hwloc_bitmap_foreach_begin loopChristian Göttsche
2021-07-18Add ProcessList_isCPUonlineChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-20Use upper case numeric literalsChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Add clang analyzer CI jobChristian Göttsche
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-24Drop unnecessary usage of comma operatorChristian Göttsche
2020-09-23Avoid arithmetic on booleansChristian Göttsche
2020-09-09Merge branch 'avoid-shadowing' of https://github.com/BenBE/htop into BenBE-av...Nathan Scott
2020-09-07Avoid shadowing of variablesBenny Baumann
2020-09-03Axe automated header generation.Zev Weiss
2020-08-31affinity panel: use the tree collapsing as in the process listBert Wesarg
2020-08-31affinity panel: show CPUs in the topology tree as `CPU x`Bert Wesarg
2020-08-31Revert "Use UTF-8 for check buttons and tree open/closed"Bert Wesarg
2020-08-26fix width of `AffinitPanel`Bert Wesarg
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-02-02Check for failure in allocations.Hisham
2015-08-27Handle KEY_RECLICK events generated by ScreenManagerHisham Muhammad
2015-08-12Avoid future confusions with how default values are set.Hisham Muhammad
2015-03-23Simplify constructors.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-11-05simplify codeHisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad