aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-02-24Step version 2.0.8hwspeedy
2024-02-24Version 2.0.7prerelease-2.0.7prehwspeedy
2024-02-21FIX PACKAGE debian7 buildhwspeedy
2024-02-20ADD iperf3 to recommended programshwspeedy
2024-02-20PR569 - bp0 add Internal Network Benchmark - FIX GLIB VERhwspeedy
2024-02-19Stepped version to 2.0.6hwspeedy
2024-02-19version 2.0.5 for prereleasehwspeedy
2024-02-17FIX Packaging openSUSEhwspeedy
2024-02-11Version to 2.0.4hwspeedy
2024-02-11release 2.0.3prerelease-2.0.3prehwspeedy
2024-02-11FIX Packaging - keep hardinfo package name, fix linkshwspeedy
2024-02-10FIX Packaging for experimental versions, minor fixeshwspeedy
2024-02-08VERSION to 2.0.2hwspeedy
2024-02-08Version to 2.0.1bigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08Clean - HARDINFO2 BASEbigbear
2023-07-29Show kernel module icons even without modules present on filesystemL. Pereira
This is common on Arch Linux systems when the kernel is updated (the running kernel modules are removed from disk). This table was created using modules from Linux 6.3.8, with the same rules as the fallback mechanism uses (longest string prefix match), and is updatable using the sync manager.
2021-11-15Add loongarch support.liuxiang88
2021-11-07fixed locale dirOndrej Čerman
2021-10-17devices/storage - refactoring - all code that is extending udisks2 ↵Ondrej Čerman
information has been moved to separate file.
2021-09-27Link all modules with json-glibLeandro A. F. Pereira
Should address #551.
2020-12-29Add libsensors supportLeandro Pereira
Fixes #590
2020-12-29Use paths provided by GNUInstallDirs everywhereAlexander Kapshuna
2020-08-13Make json-glib a requirement regardless if libsoup has been foundLeandro Pereira
2020-08-09Fix man page directoryDan Church
Use the standard variable from GNUInstallDirs.
2020-06-22Fix minimum required libsoup version to enable syncmanagerLeandro Pereira
Closes #562
2020-06-14E2K: added initial support of MCST Elbrus 2000 CPU architectureentityfx
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000
2020-05-25Ensure benchmark.so is linked against json-glibLeandro Pereira
This is a workaround; the problem lies elsewhere.
2020-05-25Remove HARDINFO_NOSYNC option and use libsoup presence to enable itLeandro Pereira
2020-05-25Fix linking with JSON-Glib in the GTK3 versionLeandro Pereira
2020-05-18Only require json-glib if HARDINFO_NOSYNC is disabledLeandro Pereira
2020-05-18Do not break build on -Wformat and -Wformat-securityLeandro Pereira
2020-05-17Fix more formatting errorsLeandro Pereira
2020-05-15Don't forget to install benchmark.dataLeandro Pereira
2020-05-09Make more data files updatable by moving them to data/Leandro Pereira
2020-05-09Update SyncManager to use the new APILeandro Pereira
2020-05-09Add generated benchmark.jsonLeandro Pereira
2020-05-09Require json-glib to buildLeandro Pereira
2020-05-03Disable warnings about deprecated functionsLeandro Pereira
Until we port this to GTK4 or something, we'll have to live with those.
2020-01-17shell: new flag/funcs for escaping label part in keysBurt P
Will allow formerly forbidden characters in a label, "#$=" See: https://github.com/lpereira/hardinfo/issues/509 Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-04pci: include a minimum pci.ids with classes, note when pci.ids is missingBurt P
Noticed that the RPi4 has a PCIe bus, but pci.ids is not included with the standard Raspbian image, so everything is "(Unknown)." Now there will be some basic information about what the device is, and a note about installing pci.ids for more information. Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03use newer cpubits.{h,c} from sysobjBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27shell: add key flag for strings expected to contian vendorsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-26computer/display: add notes for wanted extern utilsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28monitors: add ieee_oui lookup, link for vendor nameBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-18Link sysobj_early with -whole-archiveBurt P
2019-08-18Devices/MonitorsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14Devices/FirmwareBurt P
As requested in: https://github.com/lpereira/hardinfo/issues/420 firmware: translatable labels, parse flags, link vendors firmware: attempt using struct Info, issues exist firmware: add flag definitions firmware: remove <-... from guid when run with sudo firmware: map lvfs icons to hardinfo pixmaps firmware: cleanup, add hinote when not available. Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14Add wrapper for Alexey Kopytov's sysbench, memory benchmarksBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14Benchmark: fixes, user_note, verifiable test dataBurt P
* fix zlib display order * fix cryptohash MiB/s calculation * revision and params for other benchmarks * allow attaching user note to bench result with -u * don't inlcude the new result value bits if they are empty/invalid in bench_value_to_str(). bench_value_from_str() doesn't need to be modified. * bench_results: clean old result cpu name for x86 * use problem_marker() from dmi_memory to mark old version bench results * benchmark: verifiable test data size and content - The test data benchmark.data is stored in a file that could be edited to change the size or content. /* to guarantee size */ gchar *get_test_data(gsize min_size); /* to checksum content */ char *md5_digest_str(const char *data, unsigned int len); Signed-off-by: Burt P <pburt0@gmail.com>