Kang-Che Sung (宋岡哲)
Kang-Che Sung (宋岡哲)
The main goal of this PR is to upgrade the "length" parameters and properties of `RichString` class from `int` to `size_t`. While doing the change, there are other code quality...
By Implementing our own routine for formatting the number. This could resolve #1563 but I'm sure people would say this solution is ugly.
Introduce the new `Vector_sort()` function and obsolete the old `Vector_quickSortCustomCompare()` and `Vector_insertionSort()` APIs. This new sort function is a natural, in-place merge sort. I.e. it takes advantage of partially sorted...
I dislike pull requests #1824 and #1829. Yes, my own PR included as I regret suggesting changes in that current form. The two requests were about reworking htop's memory meter...
This branch is experimental and related to #1270 (the backtrace screen feature). I've written and improved the configure script so that it can check `libunwind-ptrace` and `libiberty` for the backtrace...
This branch is for @natoscott who wants to look at all protential build problems with Clang 21, especially the `-Wshorten-64-to-32` warnings that are left unfixed. (Related to: #1673)
This UI issue came up after the merge of PR #1732, and I think it's worth raising it (as a regression), to further discuss the UI/UX aspect of the changes....
**Describe the bug** btop uses a strange units for 2^90, 2^100, 10^27 and 10^30 bytes. From the source code I've read (btop_tools.cpp), they are "BiB", "GEB", "BB" and "GB" respectively....