summaryrefslogtreecommitdiffstats
path: root/src/btop.cpp
AgeCommit message (Expand)Author
2023-12-12Version bump to 1.3.0 in preparation for upcoming releasearistocratos
2023-11-25Added definition GPU_SUPPORT to toggle GPU related codearistocratos
2023-08-27Quickfixes for MacOS and FreeBSD compilation.aristocratos
2023-08-27Added show_gpu_info setting and Auto options for cpu graphsaristocratos
2023-08-26Squashed commit of the following:aristocratos
2023-07-19Improve 0-10 key inputromner
2023-06-26Add GPU optionsromner-set
2023-05-21Handle GPUs which cannot report certain stats in btop_collect.cpp and CPU panelromner
2023-05-20Merged changes from mainaristocratos
2023-05-20Fixed debug timer for gpuaristocratos
2023-05-19Bind GPU panel to 5,6,7,8,9,0 and fully implement multi-GPU supportromner-set
2023-05-18Add GPU info to CPU panelromner
2023-05-15Add ROCm SMI backend for AMD GPU supportromner-set
2023-05-15Add multi-GPU support for NVML data collectionromner-set
2023-05-14Fix crash when no nvidia GPU is detectedromner
2023-05-14Make GPU window's size dynamic and integrate it with the rest of btopromner
2023-05-13Add GPU side panelromner
2023-05-12Add rudimentary, fullscreen single-GPU NVML utilization graphromner
2023-05-25Remove pthread_exit().zackiloco
2023-05-25Move `#include` to top level and exclude Clang from compiler versionzackiloco
2023-05-21println -> fmt::printlnaristocratos
2023-05-21Add fmt prefix for fmtlibaristocratos
2023-05-21fix: prefix with `fmt::` to fix ambiguous call to `format()`, that also refer...Steven Xu
2023-05-21Debug times thousand separatoraristocratos
2023-05-20Debug times box changesaristocratos
2023-05-20btop.cpp -> fmtaristocratos
2022-11-06v1.2.13 Bug fixesv1.2.13aristocratos
2022-10-07v1.2.12 Bug fixv1.2.12aristocratos
2022-10-07Added: Dynamic updating of max number of CPU coresaristocratos
2022-10-07v1.2.11 Quick fix for number of cores detectionv1.2.11aristocratos
2022-10-06v1.2.10 Bug fixes, cleanup + a new themev1.2.10aristocratos
2022-10-04All but two places `const bool` have been updatedΣτέφανος
2022-10-03Further Cleanup Part 2Στέφανος
2022-08-28v1.2.9 Bug fixes + new features and themesv1.2.9aristocratos
2022-07-13Fixed: Getting selfpath on macos (fix for finding theme folder)aristocratos
2022-06-29v1.2.8 New features & themesv1.2.8aristocratos
2022-05-28v1.2.7 Bug fixes & new featuresv1.2.7aristocratos
2022-04-13v1.2.6 Bug fixesv1.2.6aristocratos
2022-03-06v1.2.5 Bug fixesv1.2.5aristocratos
2022-02-27v1.2.4 Bug fixesv1.2.4aristocratos
2022-02-15v1.2.3 Bug fixesv1.2.3aristocratos
2022-02-13v1.2.2 Bug fixesv1.2.2aristocratos
2022-02-11v1.2.1 Bug fixesv1.2.1aristocratos
2022-02-09Removed: Unnecessary counter for atomic_lockaristocratos
2022-02-09Fixed: Terminal resize warning getting stuckaristocratos
2022-01-16v1.2.0 FreeBSD Supportv1.2.0aristocratos
2022-01-12Squashed commit of the following:Jos Dehaes
2021-12-29v1.1.4 Bug fixesv1.1.4aristocratos
2021-12-29quick_exit for DarwinAnton Samokhvalov
2021-12-29Revert "no memory leak"Anton Samokhvalov