aristocratos
9f0fcdd5bf
Fixed: Moved up get_cpuHz() in the execution order to get better cpu clock reading.
2022-10-27 15:09:00 +02:00
Jakob P. Liljenberg
2247ed3db1
Update continuous-build-macos.yml
2022-10-23 19:51:03 +02:00
Jakob P. Liljenberg
f9de2598e0
Update continuous-build-macos.yml
2022-10-23 19:41:12 +02:00
Jakob P. Liljenberg
f05a0560db
Update continuous-build-linux.yml
2022-10-23 19:39:41 +02:00
aristocratos
dda9f2589f
Fixed: Ignore disks that fails in statvfs64() to avoid slowdowns and possible crashes.
2022-10-23 19:33:04 +02:00
aristocratos
8a07bc43b4
Changed: Reverted back to sysconf(_SC_NPROCESSORS_ONLN) for Cpu core count ant let the new dynamic update fix if cores are turned on later
2022-10-13 09:26:06 +02:00
aristocratos
d1056bf423
Merge branch 'main' of github.com:aristocratos/btop
2022-10-10 13:02:15 +02:00
aristocratos
2ff8864418
Makefile: Reverse VERBOSE bool to not stop with macOS make
2022-10-10 13:02:07 +02:00
Jakob P. Liljenberg
c9b0885a3f
Update README.md
2022-10-10 12:35:30 +02:00
Jakob P. Liljenberg
939062b17c
Added more Makefile flags
2022-10-10 12:34:06 +02:00
aristocratos
080a47e649
Added: VERBOSE=true flag for Makefile to display all compiler commands and fixed so already set CXXFLAGS and LDFLAGS are displayed.
2022-10-10 12:29:32 +02:00
aristocratos
3dd6a6cc6b
v1.2.12 Bug fix
2022-10-07 20:59:47 +02:00
aristocratos
4f45b9b25f
Added: Dynamic updating of max number of CPU cores
2022-10-07 20:45:12 +02:00
aristocratos
14444760c4
v1.2.11 Quick fix for number of cores detection
2022-10-07 13:52:34 +02:00
aristocratos
e5cc895015
Fixed: Number of cores wrongly detected for Ryzen in rare cases.
2022-10-07 13:41:04 +02:00
aristocratos
7a2556eae5
v1.2.10 Bug fixes, cleanup + a new theme
2022-10-06 22:16:34 +02:00
Jakob P. Liljenberg
d58a17afb1
Merge pull request #438 from stefanos82/main
...
Further cleanup
2022-10-05 12:28:55 +02:00
aristocratos
0cb31e7b11
Fixed: Cpu::collect() core count counter...
2022-10-05 10:41:09 +02:00
Στέφανος
f0e413ed6f
All but two places const bool
have been updated
...
I haven't touched `include/robin_hood.h` as I don't know whether it's a
third-party header file that could get rewritten at a later time of a
possible future release by the author(s) of it.
2022-10-04 21:36:04 +03:00
Στέφανος
8331cb36f8
More const bool cleanup
2022-10-04 17:33:53 +03:00
Στέφανος
afeef173fc
Remove const from bool variables
2022-10-04 17:06:39 +03:00
Στέφανος
820391494b
Avoid the unnecessary use of copy constructor
...
When you want to pass a `std::string` to `std::string_view`,
prefer to do such operation during object initialization via `{}` so you
can avoid to use the copy constructor, which can be expensive under
certain situations.
2022-10-04 16:20:20 +03:00
Jakob P. Liljenberg
2b02a6656f
Merge pull request #437 from stefanos82/main
...
Fix variable initialization to 'auto' for getB()
2022-10-04 12:50:17 +02:00
Στέφανος
ab7fe62e65
Fix variable initialization to 'auto' for getB()
...
It does not make sense to return a `const bool&` as we are dealing with
Boolean literals that are `prvalue`s of type bool.
The compiler is smart enough to do the necessary optimizations wherever
is applicable.
2022-10-04 12:56:14 +03:00
Στέφανος
36a180033d
Forgot to update 'auto' usage wherever necessary
2022-10-04 12:11:12 +03:00
Στέφανος
98b35d20a5
More 'No need for const & in bool'
2022-10-04 11:57:15 +03:00
Στέφανος
2f1bf0df01
No need for const & in bool
2022-10-04 11:47:26 +03:00
Jakob P. Liljenberg
c3bdd5d02f
Merge pull request #436 from stefanos82/fixed-merge-conflict
...
Code Cleanup
2022-10-03 13:11:22 +02:00
Στέφανος
73afc487fa
Merge branch 'main' into fixed-merge-conflict
2022-10-03 10:41:40 +03:00
aristocratos
96b770cfdb
Changed: Using sysconf(_SC_NPROCESSORS_CONF) for number of cores instead of sysconf(_SC_NPROCESSORS_ONLN)
2022-10-03 08:49:41 +02:00
Στέφανος
1fddbc1cd6
Further Cleanup Part 2
2022-10-03 00:29:05 +03:00
Στέφανος
eda6873071
Further 'cleanup'
2022-10-02 21:52:27 +03:00
Στέφανος
dfa2a9b920
Further improvements
2022-10-02 19:09:19 +03:00
Στέφανος
478a44cc57
Clean up btop_tools.{hpp,cpp} files
2022-10-02 18:52:18 +03:00
aristocratos
24f06094f8
Fixed: Crashing when cores are offline
2022-10-02 15:25:10 +02:00
Στέφανος
bc9b803189
Ignore files created by Qt Creator
2022-10-02 15:40:08 +03:00
Jakob P. Liljenberg
424b16ef77
Merge pull request #433 from franciosi/patch-3
...
Updated README.md
2022-10-02 13:56:42 +02:00
Jakob P. Liljenberg
cd5374a89f
Merge pull request #423 from s6muel/main
...
[feature] Added Paper theme
2022-10-02 13:54:21 +02:00
aristocratos
bfbb129937
Fixed missing "#" from value
2022-10-02 13:47:55 +02:00
aristocratos
3796a8ccee
Fixed: Extra checks to avoid crash on trying to replace empty strings in tree mode
2022-10-02 13:20:15 +02:00
Franciosi
f2db8dbbb6
Updated README.md
...
s/OSX/macOS and small text improves
2022-09-27 18:55:28 -03:00
Samuel Sinclair
5ff9081197
[feature] Added Paper theme
2022-09-17 12:51:22 +08:00
Jakob P. Liljenberg
ee0945969d
Update FUNDING.yml
2022-08-31 09:29:16 +02:00
Jakob P. Liljenberg
a1572e07e6
Update FUNDING.yml
2022-08-31 09:27:02 +02:00
Jakob P. Liljenberg
b9f1af6b1f
Update README.md
2022-08-28 20:38:47 +02:00
aristocratos
26ac007777
Fixed: Process tree filtering not case insensitive
2022-08-28 14:22:36 +02:00
aristocratos
0c6a2f701d
v1.2.9 Bug fixes + new features and themes
2022-08-28 13:47:37 +02:00
aristocratos
90034156dd
Fixed: Memory values not clearing properly when not in graph mode in mem box
2022-08-28 13:36:00 +02:00
Jakob P. Liljenberg
7190cf4be6
Merge pull request #411 from kz6fittycent/main
...
Issue 407
2022-08-23 18:07:26 +02:00
kz6fittycent
7f38f3a7bc
Merge pull request #4 from kz6fittycent/testing
...
Btop-desktop info added
2022-08-23 10:29:40 -05:00