Jakob P. Liljenberg
fcd8e56a45
Merge pull request #1029 from yarrick/cpu_name
2025-02-08 00:37:12 +01:00
Jakob P. Liljenberg
56a7fb8762
Merge branch 'main' into cpu_name
2025-02-08 00:31:59 +01:00
Jakob P. Liljenberg
7639610b4e
Merge pull request #1030 from yarrick/macos
2025-02-08 00:29:07 +01:00
Erik Ekman
3fa79fe490
Share the CPU name trimming code between platforms
2025-02-02 12:49:23 +01:00
Erik Ekman
4d465f9e29
Drop macos 12 build, add v14 and v15
2025-02-01 17:27:31 +01:00
Jakob P. Liljenberg
fd0a9d14c1
Merge pull request #1025 from tywkeene/main
...
Update obsolete egrep call
2025-02-01 16:38:41 +01:00
Jakob P. Liljenberg
ade29aa5bf
Merge pull request #1028 from yarrick/cmake_macos
...
Fix cmake-macos workflow
2025-02-01 16:35:14 +01:00
Jakob P. Liljenberg
1fbb521eb1
Merge pull request #1027 from yarrick/deprecated
...
Bump version of deprecated upload-artifact step for bsd
2025-02-01 16:34:35 +01:00
Erik Ekman
093192e9cc
Fix cmake-macos workflow
...
As mentioned in the install log, lld needs to be installed separately.
From log:
clang++: error: invalid linker name in argument '-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld'
2025-02-01 16:27:55 +01:00
Erik Ekman
ce530dbace
Bump version of deprecated upload-artifact step
...
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
2025-02-01 16:08:27 +01:00
tywkeene
107dab116e
Update obsolete egrep call
...
The call that grabs zfs mount information uses egrep,
which complains about being obsolete to stdout.
This commit does as the warning says, and updates the call
to use grep -E instead.
As far as I've tested, this works to remove the warning.
2025-01-31 02:35:41 -05:00
Aristocratos
5535f50e20
Menu something...
2024-12-14 13:15:24 +01:00
Aristocratos
b52069c4a0
Fix menu crash when GPU_SUPPORT=false, issue #989
2024-12-14 12:37:56 +01:00
Jakob P. Liljenberg
e17bc6b585
Merge pull request #961 from mstuttgart/main
2024-11-08 17:25:16 +01:00
Jakob P. Liljenberg
a049e953fa
Merge pull request #960 from w8jcik/fix/pre-snb-intel-gpu
2024-11-08 17:22:45 +01:00
Michell Stuttgart
0e4d671cc2
Add 'Everforest Ligth Medium' theme
2024-11-04 09:10:30 -03:00
Maciej Wójcik
cebf7105af
Support intel GPUs before Gen-6 (patch from upstream)
2024-11-03 21:58:36 +01:00
Jakob P. Liljenberg
df3f052a3e
Merge pull request #958 from artyom-poptsov/avp-fix-embedded-intel-graphics-segfault
2024-11-03 09:58:15 +01:00
Artyom V. Poptsov
0ed4e9e907
intel_name_lookup_shim.c (get_intel_device_name): Fix SEGFAULT
...
btop would always fail with "Segmentation fault" when used on machines where the
GPU does not have a codename (e.g. on embedded Intel graphics on Intel(R)
Atom(TM) CPU D2500.) The reason for this behavior is that when a GPU does not
have codename (it is NULL) the call to "strcpy" segfaults as the procedure
effectively tries to access a NULL pointer.
* src/linux/intel_gpu_top/intel_name_lookup_shim.c (get_intel_device_name): Add
a check if "info->codename" is null; if it is, set the device name to
"(unknown)" to prevent the SEGFAULT error.
2024-11-03 09:02:45 +03:00
aristocratos
2e7208d59c
Fix rsmi_measure_pcie_speeds not saving, issue #934
2024-09-24 20:43:44 +02:00
aristocratos
f3446ed1cf
Show GPU Watt fractions when below 100W
2024-09-23 22:41:47 +02:00
aristocratos
6c0cedd891
v1.4.0 Intel GPU support & NetBSD support
v1.4.0
2024-09-22 12:48:38 +02:00
aristocratos
e204329fc7
Added documentation for Intel GPU support and setcap command to Makefile
2024-09-22 10:39:22 +02:00
aristocratos
928d66d58f
Set Intel GPU baseline max power at 10W
2024-09-22 01:24:46 +02:00
aristocratos
161e8f4481
Added warnings when toggling boxes and terminal size is to small
2024-09-22 00:28:30 +02:00
aristocratos
4210f5fc88
Fix missing core percentages, issue #792
2024-09-21 21:34:11 +02:00
aristocratos
35857f85eb
GPU fixes
2024-09-21 20:16:01 +02:00
Jakob P. Liljenberg
24fc97cc2f
Merge pull request #903 from bjia56/intel
...
Intel GPU support
2024-09-21 13:58:59 +02:00
Jakob P. Liljenberg
db5f8955b4
Merge branch 'main' into intel
2024-09-21 13:48:05 +02:00
aristocratos
79e53594d9
Fix missing headers headers for GPU build on Alpine
2024-09-21 13:42:51 +02:00
aristocratos
f6f73a3671
Fixed includes for CC
2024-09-21 13:31:16 +02:00
aristocratos
e1d870304f
Fixed Makefile and added workaround for missing asprintf with Clang
2024-09-21 13:17:58 +02:00
Jakob P. Liljenberg
00c90884c3
Merge pull request #905 from fraggerfox/fix-netbsd-header
...
fix: include missed out utility header in NetBSD.
2024-08-05 08:56:42 +02:00
Santhosh Raju
d8b0519418
fix: include missed out utility header.
2024-08-05 08:49:33 +02:00
Jakob P. Liljenberg
0f833e7965
Merge pull request #894 from imwints/command-line-output
2024-08-04 15:51:17 +02:00
Jakob P. Liljenberg
8cc640a033
Merge branch 'main' into command-line-output
2024-08-04 15:44:02 +02:00
aristocratos
036da596d2
Switch macos continuous build from gcc to clang
2024-08-04 15:35:28 +02:00
Jakob P. Liljenberg
3ea0cb63c2
Merge pull request #703 from fraggerfox/add-netbsd-support
2024-08-04 15:14:34 +02:00
aristocratos
6b06e3c5c5
Add fix for disk used and free percent #791
2024-08-04 15:03:03 +02:00
Brett Jia
3c01996627
intel gpu frequency
2024-07-31 13:36:08 -04:00
Brett Jia
7d1ad95c85
don't namespace on x64
2024-07-31 12:58:03 -04:00
Brett Jia
f0317698e5
add stdio
2024-07-31 12:52:58 -04:00
Brett Jia
ae13282d2c
intel gpu power consumption
2024-07-31 12:33:00 -04:00
Brett Jia
8d53f06d92
intel igpu support
2024-07-30 23:41:13 -04:00
Steffen Winter
f6c1166486
Beautify command line error output and help message
2024-07-18 13:23:14 +02:00
Santhosh Raju
8587db660a
Disable STATIC build for cmake.
2024-06-29 02:01:42 +02:00
Santhosh Raju
d3ab054e7f
Fix the pkg_add command in README.
2024-06-29 02:01:42 +02:00
Santhosh Raju
f457cbd90c
Bump NetBSD to 10.0 in CI.
2024-06-29 02:01:41 +02:00
Santhosh Raju
059c556cdd
Update README.md with NetBSD details.
2024-06-29 02:01:41 +02:00
Santhosh Raju
07a618a85f
Ignore netbsd folder in other builds.
2024-06-29 02:01:41 +02:00