Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | Combine Memory DMI and Memory SPD into "Memory Devices" | Burt P | |
Combines the information from DMI and SPD into a single Memory Devices section. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-27 | Force ViewType=0 for Computer->Development | Leandro Pereira | |
2019-06-27 | Add more compilers and tools to the development section | Leandro Pereira | |
2019-06-27 | GTK3/Benchmarks disable guibench only | Juro Bystricky | |
GTK3 build inadvertably disabled all benchmarking. At present, the GTK3 build intentionally avoids building of "guibench" due to non-trivial changes from GTK2 to GTK3. However, all other benchmarks were disabled as well. This was not by design, as non-gui benchmarks have no GTK3 dependencies. The reason benchmarks were diasbled (did not show up in the menus) was that the code for "benchark_gui" still referenced the missing "guibench" routine. This routine was not present in the "benchmark.so", so the library would not load due to the missing entry point. This patch addresses the issue. All benchmarks (except guibench) show/work fine with GTK3. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> | |||
2019-06-26 | devices/spd-decode.c: show spd details in reports | Burt P | |
Adding ! in front of the key causes the "moreinfo" details to be included in a `hardinfo -r` report. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-26 | Update S.M.A.R.T. | TotalCaesar659 | |
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2019-06-26 | Update S.M.A.R.T. | TotalCaesar659 | |
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2019-06-26 | Change "smart" to "S.M.A.R.T." | TotalCaesar659 | |
2019-06-26 | devices/dmi_memory.c: point out bad info | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-26 | devices/dmi_memory.c: tweak for mfgr name | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-26 | devices/dmi_memory.c: shell viewtype=1 version, other tweaks | Burt P | |
* add -std=c99 for dmi_memory.c to use unicode * -std=c99 is picky about inline functions Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-26 | computer.c: fix a couple compile warnings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-25 | Show icons in View menu in GTK+3 builds | Leandro Pereira | |
2019-06-25 | ShellNote should be colored in GTK+3 builds | Leandro Pereira | |
2019-06-25 | Show machine type in Computer->Summary | Leandro Pereira | |
2019-06-25 | Enable custom stock icons in GTK+3 build | Leandro Pereira | |
2019-06-25 | devices/dmi_memory.c: fix no dmi case | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-25 | devices/dmi_memory.c: array as struct, show installed/max for size/modules | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-25 | devices/dmi_memory.c: tweak | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-25 | devices/dmi_memory.c: add memory array information | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-25 | dmi_memory.c: rewrite function dmi_mem_socket_info() | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-23 | devices.c: fix field update for sensors | Burt P | |
Bug: https://github.com/lpereira/hardinfo/issues/358 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-22 | devices/dmi_memory.c: fix for <BAD INDEX> from dmidecode | Burt P | |
Pango tries to use it as a tag and causes an error. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-22 | DMI socket/module information moved from Processor to Memory DMI | Burt P | |
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-22 | Note for missing nvme info without udisks2 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-20 | Show Refresh/Copy icons again in toolbar | Leandro Pereira | |
2019-06-20 | move devices/memory to computer/memory usage | Burt P | |
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-20 | Show g_module_error() when loading a module | Leandro Pereira | |
2019-06-19 | devices/spd: Fixed DDR3 tCL | Ondrej Čerman | |
2019-06-19 | devices/spd: Added DDR3 Module manufacturer | Ondrej Čerman | |
2019-06-19 | devices/spd: FIX DDR3 Module size | Ondrej Čerman | |
2019-06-19 | Update Russian translation | TotalCaesar659 | |
2019-06-19 | Fix typo | TotalCaesar659 | |
2019-06-18 | Add information about SELinux and other LSMs | Leandro Pereira | |
2019-06-18 | Use security-low icon from the GNOME Adwaita theme | Leandro Pereira | |
2019-06-18 | Start Computer/Security | Burt P | |
As requested in https://github.com/lpereira/hardinfo/issues/342 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-16 | devices/spd-decode.c: add source information | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-02 | devices/spd-decode: Fallback to another driver when no devices are found | Ondrej Čerman | |
2019-06-02 | devices/spd-decode: Reevaluate partial data after refresh | Ondrej Čerman | |
2019-06-02 | devices/spd-decode: Added DRAM Manufacturer for DDR4 | Ondrej Čerman | |
2019-06-02 | devices/spd-decode: Added manufacturing date for DDR4 | Ondrej Čerman | |
2019-06-02 | computer/modules.c: add intree and retpoline fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-02 | computer/modules.c: code format cleanup | Burt P | |
Using clang-format options: BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 TabWidth: 8 UseTab: Never AlignEscapedNewlines: Left AlwaysBreakAfterReturnType: None AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-26 | devices/spd-decode: DDR4 manufacturer decoding fix | Ondrej Čerman | |
2019-05-26 | devices/spd_decode: DDR4 - decoding XMP and voltage | Ondrej Čerman | |
2019-05-26 | dmi_util: more placeholder values to ignore | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-25 | Allow DMI on non-x86 | Burt P | |
There's nothing preventing this from running on non-x86. If it is not available it will just say so, like PCI. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-25 | devices/gpu: add memory freq | Ondrej Čerman | |
2019-05-25 | gpu_util: add amdgpu core clocks | Ondrej Čerman | |
2019-05-25 | devices/sensors: hwmon - driver key replaced with device name key | Ondrej Čerman | |