Age | Commit message (Collapse) | Author |
|
|
|
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
if no eeprom for SPD, and no root for DMI, try
online block count x block size.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Fixes https://github.com/lpereira/hardinfo/issues/476
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
new
|
|
|
|
Syncs strings and fixes all comments with usage references.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Just removed a couple trouble strings to fix make, they will need
to be restored by someone who knows the language.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
* Use a larger sample size for sysbench 1.0+ and 64-bit
* Store pointer size with bench results
* Re-enable single thread memory benchmark
Use a larger sample size where available. The small size was
chosen because the 32-bit ARM sysbench 0.4x in raspbian
can't do more than about ~4G, but the problem is that much more
powerful machines burn through that very quickly. The result is
in MiB/s so it should still be comparable, but the results should
be more stable.
Noticed with Ryzen that multi-thread varies significantly based on
what threads are used, but benchmark doesn't really have control
over that.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
a starter contributors file permits more coders to send pulls and can aprove more quickly avoid waste time in reviews
sync and update translation adn already commited CONTRIBUTION FILE without formating
* added minimal instruction for translation
* added basic intruction for contribution code
* added basic rules to coordinate work
* use markdown format and added .md extension to automatic formating
typo fixeds for right spell
as reviewed, redue the files, organize:
* mixture of TAB and SPACES, but with priority to use SPACES!
* remove the extra info for coding
* corrected the very basic english
* reduced too much unnecessary exposition. only cited the git minimal
* removed API documentation to use a HACK file in future or in docs elsewhere
i put some api info due we do not have the hlp/doc info complete, due my think was made a future pull with improvements only to docs directory.. to mantain organization in work
and i now reduce the rules/settings to only related to how to code minimal, and let the API citation only until we have
priority 4 espaces but not hard rule as discuted in 102#issuecomment-316764510 (#102)
rules about pull request, due hard to review thems
rules about pull request, due amount of mixed and unrelated changes hard to review
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/lpereira/hardinfo/issues/458#issuecomment-526359828
|
|
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Mostly new match rules.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
* fix key_is_highlighted() and key_wants_details() so that they
don't look for flags in the label.
* fix -r -f text, g_hash-related warnings from icon cache
* add MODULE_FLAG_HIDE flag to hide module entries instead of
using the '#' at the beginning of string hack, which didn't
work everywhere, and screwed up translated strings.
* hide GPU Drawing benchmark
See: https://github.com/lpereira/hardinfo/issues/329
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Fixes
https://github.com/lpereira/hardinfo/issues/450
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
https://github.com/lpereira/hardinfo/pull/449#issuecomment-522354180
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Some vendors, like those defunct, may not have url, but may have
a wikipedia article. Use wikipedia in the link in those cases.
Also, Wikipedia offers more information than the vendor's site
in most cases, and has the vendor's url right there in the sidebar
to click, if desired. I think using wikipedia for links is
prefereable, but this could be turned off by setting
link_wikipedia to FALSE.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
As requested in:
https://github.com/lpereira/hardinfo/issues/420
firmware: translatable labels, parse flags, link vendors
firmware: attempt using struct Info, issues exist
firmware: add flag definitions
firmware: remove <-... from guid when run with sudo
firmware: map lvfs icons to hardinfo pixmaps
firmware: cleanup, add hinote when not available.
Signed-off-by: Burt P <pburt0@gmail.com>
|