summaryrefslogtreecommitdiffstats
path: root/Affinity.h
AgeCommit message (Expand)Author
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-07-18Enable affinity support for non-LinuxChristian 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-11-19IWYU update (FreeBSD)Christian Goettsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-24Make --enable-hwloc and --enable-linux-affinity mutual exclusiveChristian Göttsche
2020-09-12Merge identical ifdefs in Affinity.hHugo Musso Gualandi
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2016-02-14Portable affinity using hwlocHisham
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