summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-01-02Change robin_hood maps to std::unordered_maparistocratos
2024-01-02Squashed commit of the following:aristocratos
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
2023-05-21println -> fmt::printlnaristocratos
2023-05-21Readd using namespace fmtaristocratos
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
2023-03-07Silence "warning: unqualified call to 'std::move'" in clang.Steffen
2023-02-23Merge pull request #502 from mattico/linux-zfs-arcJakob P. Liljenberg
2023-02-23Linux: subtract ZFS ARC min size from available memoryMatt Ickstadt
2022-12-21fix zfs on freebsd not reporting IOsimplepad
2022-11-30Removed unused statement...aristocratos
2022-11-30Fixed: Use MemFree for used mem calculation if MemAvailable is greater than M...aristocratos
2022-11-06v1.2.13 Bug fixesv1.2.13aristocratos
2022-11-06Merge pull request #464 from correabuscar/osx_replace__getnameinfo__with__ine...Jakob P. Liljenberg
2022-11-06osx: replace getnameinfo with inet_ntopcorreabuscar
2022-11-06a comment about AF_LINK being ignored on purposecorreabuscar
2022-11-06Merge pull request #462 from correabuscar/freebsd_replace__getnameinfo__with_...Jakob P. Liljenberg
2022-11-06FreeBSD: replace getnameinfo with inet_ntopcorreabuscar
2022-11-06Fixed: Process nice value underflowing, issue #461aristocratos