李通洲
|
52c304ecae
|
IO (Linux): add detailed error messages for ffProcessAppendStdOut
|
2023-02-23 13:32:12 +08:00 |
|
李通洲
|
695e3cc692
|
Release: 1.10.2
|
2023-02-22 15:16:54 +08:00 |
|
李通洲
|
e05d9da231
|
Battery / Wifi: fix missing NULL for ffProcessAppendStdOut
|
2023-02-22 15:12:37 +08:00 |
|
Nanda H Krishna
|
c16f9a9e20
|
sound_apple.c: handle kAudioObjectPropertyElementMain for macOS < 12
|
2023-02-22 14:19:22 +08:00 |
|
Carter Li
|
74b1871f18
|
CI: fix build (#424)
|
2023-02-21 22:19:17 +08:00 |
|
Carter Li
|
8fdb877840
|
Merge pull request #423 from LinusDierheimer/dev
Release 1.10.1
1.10.1
|
2023-02-21 21:43:50 +08:00 |
|
李通洲
|
3a7d7d79c0
|
CMake: more debug info
|
2023-02-21 21:40:55 +08:00 |
|
李通洲
|
28baf2596e
|
CMake: more debug info
|
2023-02-21 21:38:10 +08:00 |
|
李通洲
|
30d1a55dde
|
Release: 1.10.1
|
2023-02-21 21:28:26 +08:00 |
|
李通洲
|
3e068d16df
|
Wifi / Battery (Android): more accurate checks
|
2023-02-21 21:25:02 +08:00 |
|
李通洲
|
c283e39b22
|
CI: update artifact name (Win32)
|
2023-02-21 20:44:22 +08:00 |
|
Carter Li
|
f6702d83d0
|
Merge pull request #422 from LinusDierheimer/dev
Release 1.10.0
1.10.0
|
2023-02-21 18:48:33 +08:00 |
|
李通洲
|
b1a779c178
|
Release: 1.10.0; update changelog
|
2023-02-21 15:54:12 +08:00 |
|
李通洲
|
cc1260ee3c
|
FFvaluestore: fix UB reported by clang
|
2023-02-21 10:21:07 +08:00 |
|
李通洲
|
92b1788825
|
Platform: refactor; remove extra /
|
2023-02-21 10:02:04 +08:00 |
|
李通洲
|
efdbeb585b
|
Battery (Android): add temperature
|
2023-02-21 09:43:22 +08:00 |
|
李通洲
|
304f171d38
|
Battery / Wifi (Android): add more debug messages
|
2023-02-21 09:42:41 +08:00 |
|
李通洲
|
9a3909f8ba
|
Memory (Windows): check for error cases
|
2023-02-16 17:19:43 +08:00 |
|
李通洲
|
6ca4b5391b
|
Library: refactor FF_LIBRARY_LOAD to use __cleanup__
|
2023-02-15 14:51:04 +08:00 |
|
李通洲
|
cabd36d078
|
CpuUsage (apple): simplify implementation
|
2023-02-14 19:24:29 +08:00 |
|
李通洲
|
64bacd2572
|
Vulkan: refactor directory structures
|
2023-02-14 17:52:58 +08:00 |
|
李通洲
|
47be29b89c
|
DateTime: refactor directory structures
|
2023-02-14 17:49:23 +08:00 |
|
李通洲
|
6407bf6a1f
|
GTK / QT: refactor directory structures
|
2023-02-14 17:47:39 +08:00 |
|
李通洲
|
e2d145cf31
|
Memory (Apple): use sysctl instead of sysctlbyname
|
2023-02-14 17:31:07 +08:00 |
|
李通洲
|
b634c70f80
|
Temp (Apple): support memory temperature detection for future use
|
2023-02-14 17:29:21 +08:00 |
|
李通洲
|
e29169711c
|
TerminalShell (Linux): tidy
|
2023-02-14 16:33:58 +08:00 |
|
李通洲
|
662ddac050
|
Vulkan: detect vmem (#416)
|
2023-02-11 16:05:54 +08:00 |
|
李通洲
|
b90d543afc
|
GPU (Windows): support vmem total / usage detection #416
vmem usage detection is guarded behind `--allow-slow-operations`
because it's really slow sometimes
|
2023-02-11 16:05:54 +08:00 |
|
李通洲
|
f05d134aa7
|
OpenCL: tidy
|
2023-02-10 11:20:27 +08:00 |
|
李通洲
|
74a68aa626
|
CMake: remove unused options
|
2023-02-10 11:08:05 +08:00 |
|
Linus Dierheimer
|
fcc5170a10
|
Disk(Linux): Better detection of physical drives
|
2023-02-09 11:20:40 +01:00 |
|
李通洲
|
3a9403a2f1
|
Packages (Windows): optimise
|
2023-02-09 09:51:51 +08:00 |
|
李通洲
|
ff170caff6
|
GPU (Windows): fix duplicated entries.
|
2023-02-09 09:46:53 +08:00 |
|
李通洲
|
532b493c42
|
Doc: update changelog
|
2023-02-09 00:19:19 +08:00 |
|
李通洲
|
51cc87e0db
|
GPU (Windows): keep WMI query as a slow operation for accurate results
|
2023-02-09 00:17:13 +08:00 |
|
李通洲
|
878d4608b1
|
Packages (Windows): fix scoop packages count in non-default install path
|
2023-02-09 00:15:35 +08:00 |
|
李通洲
|
03d1c62787
|
Packages (Windows): honor $SCOOP when detecting scoop packages
Fix #417
|
2023-02-08 22:49:30 +08:00 |
|
李通洲
|
5c46271898
|
GPU (Windows): fix driver version detection
|
2023-02-08 21:23:45 +08:00 |
|
李通洲
|
9a7c732555
|
OpenCL: fix Windows support
They changed the dll file name in the latest release
|
2023-02-08 21:07:36 +08:00 |
|
李通洲
|
8ffe6fda9b
|
Battery: drop powrprof.dll dependency
|
2023-02-08 15:11:50 +08:00 |
|
Linus Dierheimer
|
e563417166
|
Build test: Build as release with debug info
|
2023-02-07 12:21:47 +01:00 |
|
Linus Dierheimer
|
ec3f9acd76
|
Cmake debug: change to exe linker only
|
2023-02-07 12:18:30 +01:00 |
|
李通洲
|
6c22fd6902
|
Host: update newest product name data (macOS)
|
2023-02-07 14:35:50 +08:00 |
|
李通洲
|
82b10a527b
|
GPU: support driver version detection
|
2023-02-07 11:17:46 +08:00 |
|
李通洲
|
92c744d971
|
Windows: support for global config path in MSYS2 environment
|
2023-02-06 22:53:47 +08:00 |
|
李通洲
|
7a691a4286
|
Windows: add 32bit support
|
2023-02-06 16:03:38 +08:00 |
|
李通洲
|
e98489a74b
|
Locale: tweaks
|
2023-02-06 14:55:57 +08:00 |
|
李通洲
|
7a5da23b0c
|
Bluetooth: silense compiler warnings
|
2023-02-06 14:55:57 +08:00 |
|
李通洲
|
edf4837ed6
|
GPU: refactor vendor detection code
|
2023-02-06 14:55:57 +08:00 |
|
李通洲
|
749bd8db0e
|
Gamepad (Windows): display attached controllers only
|
2023-02-05 21:42:59 +08:00 |
|