summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcess.h
AgeCommit message (Expand)Author
2024-04-21darwin: scan thread informationrobaho
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-02-18darwin: lazily set process TTY nameCharlie Vieth
2021-09-26Extract Darwin "PlatformHelpers"Alexander Momchilov
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-23Style touch-upsAlexander Momchilov
2021-08-23Fix macOS CPU time calculationsAlexander Momchilov
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2020-12-19Unhardcode tick-to-ms conversionAlexander Momchilov
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-13Add column in darwin to indicate whether the the process is running under tra...Dániel Bakai
2020-12-13Move Process_fields from darwin/Platform to darwin/DarwinProcessDániel Bakai
2020-11-17DarwinProcess: mark local function static and sort includesChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2016-03-31Update header.Hisham
2016-02-18Run through all command line arguments on Darwin.Hisham Muhammad
2016-02-18Scan threads for process state information.Hisham Muhammad
2015-08-19CPU per process implementedDavid Hunt
2015-08-19Fix the thread countsDavid Hunt
2015-08-19Start supporting actual dataDavid Hunt
2015-08-19Added darwin with working battery meterDavid Hunt