Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-09 | No need for a `cp` variable when generating bench_result from JSON | Leandro Pereira | |
2020-05-09 | Load benchmark results from JSON files | Leandro Pereira | |
2020-05-09 | s/info_field_printf/info_field | Trung Lê | |
Co-authored-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2020-05-09 | Fix format not a string literal warning | Trung Lê | |
Fixes https://github.com/lpereira/hardinfo/issues/541 | |||
2020-05-04 | Try to find ROM devices and don't count them as RAM | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-05-03 | Remove redundant check from gen_machine_id() | Leandro Pereira | |
2020-05-03 | Reindent benchmark list in benches.c | Leandro Pereira | |
2020-05-03 | Refactor how benchmark.conf is loaded when including results | Leandro Pereira | |
This is a scaffolding method to add support for JSON benchmark results without disrupting current working code. (Should also have plugged a memory leak.) | |||
2020-05-03 | Move "need to cleanup CPU name" code to a helper function | Leandro Pereira | |
2020-05-03 | Reindent bench_results.c | Leandro Pereira | |
2020-05-03 | Misc. cleanups in benchmark.c | Leandro Pereira | |
2020-05-03 | hi_exported_methods() should return a const pointer | Leandro Pereira | |
2020-05-03 | Simplify benchmark:::hi_module_init() | Leandro Pereira | |
2020-05-03 | hi_module_get_about() should return a const pointer | Leandro Pereira | |
2020-05-03 | Reindent benchmark.c | Leandro Pereira | |
2020-05-03 | Show distro code name, if present | Leandro Pereira | |
2020-02-08 | Sensors: groups inside add_sensor; group by type or by dev source | Ondrej Čerman | |
2020-02-08 | Sensors: Updated labels | Ondrej Čerman | |
2020-02-08 | Sensors: Added item icons | Ondrej Čerman | |
2020-02-08 | Sensors: Added device sections | Ondrej Čerman | |
2020-01-26 | Make Computer->Summary contain more information from the summary view | Leandro Pereira | |
2020-01-17 | benchmark: "This Machine" in results | Burt P | |
To test the new label escape stuff, and for https://github.com/lpereira/hardinfo/issues/516 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | pci: sort list of devices | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | pci_util: use GSList for pcid_list | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-05 | firmware: switched to D-Bus | Ondrej Čerman | |
2020-01-04 | pci: include a minimum pci.ids with classes, note when pci.ids is missing | Burt 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-03 | pci: on second thought, only use class for missing device in list | Burt P | |
The details will still show the specific device is unknown. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-03 | pci_util: read class strings from pci.ids, use class for unknown product | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-03 | modules: variable init FIX | Ondrej Čerman | |
2020-01-03 | storage: show PCI address for nvme | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-03 | storage: updated list | Ondrej Čerman | |
2020-01-03 | storage: just don't put vendor in the label for now | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-03 | storage: nvme pci info + udisks2_util vendor fixes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-29 | summary: remove extra columns from storage/input dev. values | Ondrej Čerman | |
2019-12-29 | inputdevices: Added columns: vendor tags and type | Ondrej Čerman | |
2019-12-29 | inputdevices: Added audio type | Ondrej Čerman | |
2019-12-29 | inputdevices: tabs -> spaces | Ondrej Čerman | |
2019-12-29 | inputdevices: Added new vendor info + info from usb.ids | Ondrej Čerman | |
2019-12-28 | pci: Remove duplicated vendor tags | Ondrej Čerman | |
2019-12-28 | udisks2_util: try pci vendor for nvme without vendor info | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-28 | Use g_ascii_strtod() in bench_value_from_str() | Burt P | |
Co-authored-by: Ondrej Čerman <ondrej.cerman@gmail.com> Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-28 | fix bench_value_from_str() for floats with , for decimal | Burt P | |
Fixes https://github.com/lpereira/hardinfo/issues/497 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | usb: vendor tags in list | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | firmware: use vendor flag for vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | computer: vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | x86: use vendor flag for vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | gpus: use vendor flag for vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | monitors: use vendor flag for vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | fmt_opts param for pango/html/text formatting | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | pci: use vendor flag for vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> |