Commit graph

602 commits

Author SHA1 Message Date
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
kz6fittycent 5de351cdda Cleaning up snap 2022-08-23 10:28:15 -05:00
kz6fittycent e9e3aabe31 Instructions for btop-desktop 2022-08-23 10:24:11 -05:00
kz6fittycent 4dd87b0124
Update snapcraft.yaml 2022-08-23 09:43:39 -05:00
kz6fittycent 5e10117f44
Merge pull request #3 from kz6fittycent/testing
Removing desktop launch
2022-08-23 09:39:47 -05:00
kz6fittycent a4eed31f85
Removing desktop launch
Users mentioned dramatically increased size as a potential problem. I may entertain a separate snap for desktops and this original for servers/simplified deployments.
2022-08-23 09:39:12 -05:00
Jakob P. Liljenberg 4922841c62
Merge pull request #410 from pkubaj/patch-1
Add FreeBSD installation command
2022-08-23 07:27:54 +02:00
pkubaj a734d51288
Add FreeBSD installation command 2022-08-23 02:27:21 +00:00
Jakob P. Liljenberg 47ea0807ee
Merge pull request #384 from Fingerzam/main
Add solarized_light theme
2022-08-22 16:10:11 +02:00
Jakob P. Liljenberg 63d61cbc3d
Merge pull request #396 from dennismayr/theme/elementarish
[feature] Created 'Elementarish' theme
2022-08-22 16:07:56 +02:00
Jakob P. Liljenberg c83aabfc6a
Merge pull request #402 from kyli0x/kyli0x-theme
updated kyli0x theme colors
2022-08-22 16:05:27 +02:00
Jakob P. Liljenberg 3795814e2e
Merge pull request #406 from kz6fittycent/main
Got the desktop launch working in the snap
2022-08-22 16:04:39 +02:00
Jakob P. Liljenberg 250d3edc40
Merge pull request #398 from jonathanspw/rpm-install-instructions
Add Fedora/RHEL install docs
2022-08-22 16:03:55 +02:00
kz6fittycent ad03a3723a
Update snapcraft.yaml 2022-08-21 16:09:51 -05:00
kz6fittycent 0cd636a3a4
Merge pull request #2 from kz6fittycent/testing
Desktop UI now working in snap
2022-08-21 15:50:31 -05:00
kz6fittycent 238f23a0cf
Update snapcraft.yaml 2022-08-21 15:45:24 -05:00