summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2020-05-03Reindent benchmark list in benches.cLeandro Pereira
2020-05-03Refactor how benchmark.conf is loaded when including resultsLeandro 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-03Move "need to cleanup CPU name" code to a helper functionLeandro Pereira
2020-05-03Reindent bench_results.cLeandro Pereira
2020-05-03Misc. cleanups in benchmark.cLeandro Pereira
2020-05-03hi_exported_methods() should return a const pointerLeandro Pereira
2020-05-03Simplify benchmark:::hi_module_init()Leandro Pereira
2020-05-03hi_module_get_about() should return a const pointerLeandro Pereira
2020-05-03Reindent benchmark.cLeandro Pereira
2020-05-03Show distro code name, if presentLeandro Pereira
2020-02-08Sensors: groups inside add_sensor; group by type or by dev sourceOndrej Čerman
2020-02-08Sensors: Updated labelsOndrej Čerman
2020-02-08Sensors: Added item iconsOndrej Čerman
2020-02-08Sensors: Added device sectionsOndrej Čerman
2020-01-26Make Computer->Summary contain more information from the summary viewLeandro Pereira
2020-01-17benchmark: "This Machine" in resultsBurt 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-17pci: sort list of devicesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-17pci_util: use GSList for pcid_listBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-05firmware: switched to D-BusOndrej Čerman
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-03pci: on second thought, only use class for missing device in listBurt P
The details will still show the specific device is unknown. Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03pci_util: read class strings from pci.ids, use class for unknown productBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03modules: variable init FIXOndrej Čerman
2020-01-03storage: show PCI address for nvmeBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03storage: updated listOndrej Čerman
2020-01-03storage: just don't put vendor in the label for nowBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-03storage: nvme pci info + udisks2_util vendor fixesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-29summary: remove extra columns from storage/input dev. valuesOndrej Čerman
2019-12-29inputdevices: Added columns: vendor tags and typeOndrej Čerman
2019-12-29inputdevices: Added audio typeOndrej Čerman
2019-12-29inputdevices: tabs -> spacesOndrej Čerman
2019-12-29inputdevices: Added new vendor info + info from usb.idsOndrej Čerman
2019-12-28pci: Remove duplicated vendor tagsOndrej Čerman
2019-12-28udisks2_util: try pci vendor for nvme without vendor infoBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-28Use 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-28fix bench_value_from_str() for floats with , for decimalBurt P
Fixes https://github.com/lpereira/hardinfo/issues/497 Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27usb: vendor tags in listBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27firmware: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27computer: vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27x86: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27gpus: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27monitors: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27fmt_opts param for pango/html/text formattingBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27pci: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27usb: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27storage: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27printers: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27dmi: use vendor flag for vendor fieldsBurt 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-26bench_results: strtoll() -> strtoull() for memory sizesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>