Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | FIX Theme add BG6:CCBY-SA4, BG4_Light improve, credits added | hwspeedy | |
2024-04-28 | LICENSE - Added license documentation for parts used in project | hwspeedy | |
2024-03-21 | FIX tools git unstable | hwspeedy | |
2024-03-12 | ADD tools/git_latest_release.sh and git_unstable_master.sh for users | hwspeedy | |
2024-03-12 | FIX Updated package test scripts | hwspeedy | |
2024-03-12 | LICENSE - Fixed old addresses, updated tools/check_license.sh to correct ↵ | hwspeedy | |
detect all licenses | |||
2024-03-12 | LICENSE relicenses Public Domain binreloc.c+h, md5 as GPL2+, fixes for ↵ | hwspeedy | |
improved detection and updated check_license.sh | |||
2024-03-12 | FIX remake my testtool | hwspeedy | |
2024-03-12 | FIX added section with no copyright | hwspeedy | |
2024-03-12 | ADD tools/check_licens.sh script for license checkup | hwspeedy | |
2024-03-05 | Packaging updated test of packaging reflecting packagename=hardinfo2 | hwspeedy | |
2024-03-04 | PACKAGE Fix dsc for builddeps | Super User | |
2024-03-04 | PACKAGE Fedora add static spec - error in CPack | Super User | |
2024-03-04 | PACKAGING debian source working | hwspeedy | |
2024-03-04 | PACKAGING Fedora source packaging fixed | hwspeedy | |
2024-03-04 | PACKAGING Fedora/Redhat & Debian source packaging scripts | hwspeedy | |
2024-03-03 | PACKAGING - debian/redhat source package fixing - add script to create ↵release-2.0.12 | hwspeedy | |
debian source package tools/create_debian_source.sh | |||
2024-02-27 | FIX removed mini pci ids, Add script to update data & updated data | hwspeedy | |
2024-02-10 | FIX tools cleaning tool | bigbear | |
2024-02-08 | ADD readd clean tool - tools/rm_hardinfo.sh | hwspeedy | |
2024-02-08 | Clean - HARDINFO2 BASE | bigbear | |
2020-05-10 | Add simple script to populate server during transition period | Leandro Pereira | |
2020-05-10 | DataFromSuperUser is expected to be a boolean in the server | Leandro Pereira | |
2020-05-09 | Load benchmark results from JSON files | Leandro Pereira | |
2020-05-09 | Cleanups in benchmark-conf-to-json.py | Leandro Pereira | |
2020-05-03 | Add script to convert benchmark.conf to benchmark.json | Leandro Pereira | |
The new server will send and retrieve information in JSON, as that was what was easier to do. Having a more verbose format makes things a whole lot easier to work with, too, so there's this bonus. This script replicates some of the work that HardInfo does to adapt the various versions of benchmark.conf, including cleaning up the CPU names and whatnot. (Might be a good idea to store the raw values in the database too just in case.) Results seem sane from a first glance, but this will need some testing. The idea is to use this script once, use it to rewrite the benchmark result loader, and then populate the server with this information. After that, this script can be thrown away. |