Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-10 | Fixed compile warning in computer.c | TotalCaesar659 | |
Fixed compile warning in computer.c: [ 70%] Building C object CMakeFiles/computer.dir/modules/computer.c.o In file included from /home/maxpayne/hardinfo/modules/computer.c:27:0: /home/maxpayne/hardinfo/modules/computer.c: In function ‘callback_os’: /home/maxpayne/hardinfo/modules/computer.c:421:30: warning: too many arguments for format [-Wformat-extra-args] return g_strdup_printf(_("[$ShellParam$]\n" ^ /home/maxpayne/hardinfo/includes/hardinfo.h:28:30: note: in definition of macro ‘_’ #define _(STRING) gettext(STRING) ^ | |||
2016-12-30 | Do not return an empty value if computer::hi_get_field() is called | Leandro Pereira | |
Return a helpful string instead to help translators | |||
2016-12-29 | Make computer module auto-updating fields translatable | Leandro Pereira | |
2016-12-29 | Make load average work with locales that uses ',' for decimal separator | Leandro Pereira | |
2016-09-17 | Also check for " hypervisor" string to determine if running on a VM | Leandro Pereira | |
2016-07-30 | Fix Python version information | Leandro Pereira | |
2016-07-24 | Add CMake and Golang to Development section | Leandro Pereira | |
2016-07-24 | Show bits of entropy available to /dev/(u)random | Leandro Pereira | |
2016-06-10 | typo in comment | theHacker | |
2015-10-25 | revert commit [d5afcb6851]; fix the real cause of missing RAM display (use ↵ | jamesbond | |
moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet). | |||
2015-10-25 | fix missing RAM memory due to functions of the same name being exported in ↵ | jamesbond | |
different shared libraries (fix: make the functions private). | |||
2014-01-03 | Add initial translation support (patch from rodin.s) | Julien Lavergne | |
2013-03-27 | Computer/Development: improve regex pattern, add clang and dmd | hasufell | |
2012-01-27 | Remove "lib" prefix from modules | Leandro Pereira | |
2012-01-26 | Better manage moreinfo hashes | Leandro Pereira | |
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily. | |||
2012-01-08 | Add group information. | Leandro Pereira | |
Closes http://bugs.hardinfo.org/showreport.php?bugid=54 | |||
2012-01-07 | Show moterboard information in the new summary screen | Leandro Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |