Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-02 | Added value check for HAS_LIBSENSORS so it can compile when variable is ↵ | Daniel Betsche | |
defined as 0 and sensors.h is not available | |||
2021-04-25 | Make CPU flags database updatable | Leandro Pereira | |
2021-02-25 | Consider number of NUMA nodes while counting cores | Leandro Pereira | |
2021-02-21 | Add NumNodes property to benchmark JSON | Leandro Pereira | |
2021-02-21 | Show a padlock emoji next to read-only mount points | Leandro Pereira | |
2021-02-21 | Add support for NUMA nodes | Leandro Pereira | |
Related to #599. | |||
2021-02-02 | Remove the ability to load benchmarks.conf | Leandro Pereira | |
Now that the sync manager is working fine, and we have the same data in a structured way in JSON files, reading from this legacy format doesn't need to be supported any longer. | |||
2020-12-29 | If we could find sensors with libsensors, don't bother with other methods | Leandro Pereira | |
2020-12-29 | Add libsensors support | Leandro Pereira | |
Fixes #590 | |||
2020-12-22 | docs: fix simple typo, insensitve -> insensitive | Tim Gates | |
There is a small typo in modules/devices/riscv/riscv_data.c. Should read `insensitive` rather than `insensitve`. | |||
2020-12-12 | devices/storage: added more S.M.A.R.T. attrib. labels | Ondrej Čerman | |
2020-12-12 | devices/storage: S.M.A.R.T.: Used monotype font and changed printf format so ↵ | Ondrej Čerman | |
the values are aligned to the cols | |||
2020-12-12 | devices/storage: added intepreted s.m.a.r.t. value | Ondrej Čerman | |
2020-12-12 | devices/input: Added BUS type labels | Ondrej Čerman | |
2020-07-28 | Do not use "stdout" as a member in the struct | Leandro Pereira | |
Some libcs will define macros that redefine these tokens. | |||
2020-07-04 | Break lines so that dialogs are not that wide in GTK3 | Leandro Pereira | |
2020-06-14 | FIxed buffer size, changed copyright headers | entityfx | |
2020-06-14 | E2K: added initial support of MCST Elbrus 2000 CPU architecture | entityfx | |
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000 | |||
2020-06-07 | Add Raspberry Pi 4 with 8GB | Leandro Pereira | |
Information gathered by @bp0. Closes #555. | |||
2020-06-06 | Store/send machine type (laptop/desktop/etc) in benchmark results | Leandro Pereira | |
2020-05-27 | Fix display problems with User Note and Extra Info | Leandro Pereira | |
Fixes #552. | |||
2020-05-18 | Benchmarks can't be cancelled during sync, so remove Cancel button | Leandro Pereira | |
2020-05-17 | Fix more formatting errors | Leandro Pereira | |
2020-05-15 | Fix crash when selecting Devices->Monitors | Leandro Pereira | |
Spotted while running on Debian 8/PowerPC. Closes #549. Fix by @bp0. | |||
2020-05-15 | Disable SyncManager while showing benchmark dialog | Leandro Pereira | |
2020-05-13 | Show "Benchmarking..." dialog on top of sync manager | Leandro Pereira | |
2020-05-13 | Fix machine ID generation function | Leandro Pereira | |
Recent cleanups broke this function and the server was rejecting MachineIds. | |||
2020-05-13 | DataFromSuperUser should be serialized as boolean, not int | Leandro Pereira | |
2020-05-10 | Show benchmark dialog while sending benchmark results | Leandro Pereira | |
2020-05-10 | cpuflags.conf isn't updatable for the time being, so junk it until it is | Leandro Pereira | |
2020-05-09 | Make more data files updatable by moving them to data/ | Leandro Pereira | |
2020-05-09 | Update SyncManager to use the new API | Leandro Pereira | |
2020-05-09 | Generate benchmark JSON instead of the legacy .conf format | Leandro Pereira | |
No need to keep the .conf format around for a while since the only usage of this function was for the SyncManager, that has been disabled for a while. | |||
2020-05-09 | GSList will be sorted anyway, so prepend rather than append | Leandro Pereira | |
2020-05-09 | Remove moreinfo with BENCH prefix right before preparing for shell | Leandro Pereira | |
2020-05-09 | Factor benchmark window calculation to its own function | Leandro Pereira | |
2020-05-09 | Remove unused `results_list` variable | Leandro Pereira | |
2020-05-09 | Unrefing the JSON parser unrefs its children nodes | Leandro Pereira | |
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 | |