summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-01-07Fixed gpu boxes visibility state not saved and removed unnecessary commentsaristocratos
2024-01-07Fixed config variable show_gpu_info working correctlyaristocratos
2024-01-03Add flag to set the refresh rate from command linenobounce
2024-01-03Don't pass int by referencenobounce
2024-01-03Merge branch 'main' into config-read-onlyJakob P. Liljenberg
2024-01-03Improved error handling when determining the config directorySteffen Winter
2024-01-03Merge branch 'main' into pr/lvxnull/624aristocratos
2024-01-03Merge branch 'main' into lldb-term-sizeJakob P. Liljenberg
2024-01-02Change robin_hood maps to std::unordered_maparistocratos
2024-01-02Squashed commit of the following:aristocratos
2023-10-14Try get terminal size of "/dev/tty" if stdout failsnobounce
2023-10-06Fix scrollbar not clearing sometimes.DecklynKern
2023-09-30Add keybind for toggling memory display mode in PROC boxRahul Aggarwal
2023-09-29Minor string initialization improvementnobounce
2023-09-29fixed bug where updated disks stats overrided disk io datacrestfalln
2023-09-29fixed bug where updated disks stats overrided disk io datacrestfalln
2023-09-29made disks stat logic asynccrestfalln
2023-09-28Use native POSIX polling syscalls to read inputlvxnull
2023-09-28Fix signal list on non-linux/weird linux platformslvxnull
2023-09-24Make process thread count better readable when wider than 5 digitsnobounce
2023-09-14Add option to accumulate a child's resources in parent in tree-viewnobounce
2023-09-05Fix short conversion of 1000-1023*iBscorpion-26
2023-09-01initial openbsd bringupJos Dehaes
2023-08-26Merge pull request #590 from nobounce/dangling-reference-configJakob P. Liljenberg
2023-08-26Merge pull request #602 from jfouquart/mainJakob P. Liljenberg
2023-08-26Merge pull request #601 from joske/cleanupJakob P. Liljenberg
2023-08-25fix some warningsJos Dehaes
2023-08-25fix core checkJos Dehaes
2023-08-25Fix getting zfs pool name with '.' char in freebsdJonathan Fouquart
2023-08-23[macos] don't check /sys on macosJos Dehaes
2023-08-23[macos] fix temp sensor on system with many coresJos Dehaes
2023-08-03Fix freebsd nullptr changes and makefile for gcc12 and neweraristocratos
2023-07-30Merge pull request #539 from nobounce/replace-NULL-nullptrJakob P. Liljenberg
2023-07-27Better text editingaristocratos
2023-07-27Convert parameters and config keys to std::string_viewnobounce
2023-07-26Use nullptr instead of NULL.nobounce
2023-07-26Fix whitespace indent -> tab indentaristocratos
2023-07-26Revert fmt submodule to static fmt folder in includearistocratos
2023-07-16Merge pull request #560 from rrveex/mainJakob P. Liljenberg
2023-07-05Retrieve load average from libc and use emplace_back where appropriatezackiloco
2023-06-21FreeBSD swap inforr
2023-06-15Merge pull request #510 from nobounce/LLVMJakob P. Liljenberg
2023-05-26Fix integer overflows in btop_collect.cppMitchell Dorrell
2023-05-25Remove pthread_exit().zackiloco
2023-05-25Replace `statvfs64` with `statvfs` and define `_FILE_OFFSET_BITS=64`.zackiloco
2023-05-25Include <codecvt> required by Clang.zackiloco
2023-05-25Move `#include` to top level and exclude Clang from compiler versionzackiloco
2023-05-25Insert `std::` for warning `unqualified call to std::move`.zackiloco
2023-05-24amend! update cpu load average displaycpalv
2023-05-23update cpu load average displaycpalv