aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2021-11-07Use structured data to rebuild CPU Description as wellL Pereira
2021-11-07Use CpuConfigMap to build a CpuConfig on-the-fly, if availableL Pereira
2021-11-07Update copyright informationL Pereira
2021-11-01devices/storage: Added more SMART Attributes keysOndrej Čerman
2021-11-01devices/dmi_memory: added placeholder strings to the ignore listOndrej Čerman
2021-11-01devices/spd-decode: Added additional information for DDR2Ondrej Čerman
2021-11-01modules/spd-decode: Fixed DDR2 module sizeOndrej Čerman
2021-10-24devices/dmi_memory: fixed detection of DDR3 RAM with wrong driverOndrej Čerman
2021-10-24devices/spd-decode: added support for at24 moduleOndrej Čerman
2021-10-19devices/storage - added WWN/EUI Identifier and IEEE OUIOndrej Čerman
2021-10-17devices/storage - refactoring - all code that is extending udisks2 ↵Ondrej Čerman
information has been moved to separate file.
2021-10-10devices/sensors - Added sensors from Windfarm driverOndrej Čerman
2021-09-15devices/storage: removed leading whitespaceOndrej Čerman
2021-09-15devices/dmi: Added no value state for chassis-type.Ondrej Čerman
2021-09-15ppc64 - fixed smart info and resolved compilation warningsOndrej Čerman
2021-09-15Added powershell script language.Per Jahn
2021-06-02Added 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-25Make CPU flags database updatableLeandro Pereira
2021-02-25Consider number of NUMA nodes while counting coresLeandro Pereira
2021-02-21Add NumNodes property to benchmark JSONLeandro Pereira
2021-02-21Show a padlock emoji next to read-only mount pointsLeandro Pereira
2021-02-21Add support for NUMA nodesLeandro Pereira
Related to #599.
2021-02-02Remove the ability to load benchmarks.confLeandro 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-29If we could find sensors with libsensors, don't bother with other methodsLeandro Pereira
2020-12-29Add libsensors supportLeandro Pereira
Fixes #590
2020-12-22docs: fix simple typo, insensitve -> insensitiveTim Gates
There is a small typo in modules/devices/riscv/riscv_data.c. Should read `insensitive` rather than `insensitve`.
2020-12-12devices/storage: added more S.M.A.R.T. attrib. labelsOndrej Čerman
2020-12-12devices/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-12devices/storage: added intepreted s.m.a.r.t. valueOndrej Čerman
2020-12-12devices/input: Added BUS type labelsOndrej Čerman
2020-07-28Do not use "stdout" as a member in the structLeandro Pereira
Some libcs will define macros that redefine these tokens.
2020-07-04Break lines so that dialogs are not that wide in GTK3Leandro Pereira
2020-06-14FIxed buffer size, changed copyright headersentityfx
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-06-07Add Raspberry Pi 4 with 8GBLeandro Pereira
Information gathered by @bp0. Closes #555.
2020-06-06Store/send machine type (laptop/desktop/etc) in benchmark resultsLeandro Pereira
2020-05-27Fix display problems with User Note and Extra InfoLeandro Pereira
Fixes #552.
2020-05-18Benchmarks can't be cancelled during sync, so remove Cancel buttonLeandro Pereira
2020-05-17Fix more formatting errorsLeandro Pereira
2020-05-15Fix crash when selecting Devices->MonitorsLeandro Pereira
Spotted while running on Debian 8/PowerPC. Closes #549. Fix by @bp0.
2020-05-15Disable SyncManager while showing benchmark dialogLeandro Pereira
2020-05-13Show "Benchmarking..." dialog on top of sync managerLeandro Pereira
2020-05-13Fix machine ID generation functionLeandro Pereira
Recent cleanups broke this function and the server was rejecting MachineIds.
2020-05-13DataFromSuperUser should be serialized as boolean, not intLeandro Pereira
2020-05-10Show benchmark dialog while sending benchmark resultsLeandro Pereira
2020-05-10cpuflags.conf isn't updatable for the time being, so junk it until it isLeandro 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-09Generate benchmark JSON instead of the legacy .conf formatLeandro 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-09GSList will be sorted anyway, so prepend rather than appendLeandro Pereira