Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | Make the strend function accessible. | Simon Quigley | |
2017-06-05 | Fallback g_strv_contains() imp when using glib<2.44 | Burt P | |
Also, some stray whitespace removed. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-10 | Fixed compile warning in utils.c | TotalCaesar659 | |
Fixed compile warning in utils.c: [ 37%] Building C object CMakeFiles/hardinfo.dir/hardinfo/util.c.o /home/maxpayne/hardinfo/hardinfo/util.c: In function ‘seconds_to_string’: /home/maxpayne/hardinfo/hardinfo/util.c:105:34: warning: too many arguments for format [-Wformat-extra-args] return g_strdup_printf(ngettext("%d hour, ", "%d hours, ", hours), hours, ^ /home/maxpayne/hardinfo/hardinfo/util.c:108:37: warning: too many arguments for format [-Wformat-extra-args] return g_strdup_printf(ngettext("%d day, ", "%d days, ", days), days, ^ [ 39%] Linking C executable hardinfo | |||
2016-12-31 | Use g_utf8_strchr() in strend() | Leandro Pereira | |
2016-12-30 | Fix compile warnings in util.c | Leandro Pereira | |
2016-07-30 | Reindent seconds_to_string() | Leandro Pereira | |
2016-06-10 | util.c: introduced TiB and PiB for larger drives | 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). | |||
2014-01-03 | Add initial translation support (patch from rodin.s) | Julien Lavergne | |
2012-12-30 | fix return value of non-void function | hasufell | |
this breaks strict compilers | |||
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-15 | Remove more sightings of if (ptr) { free(ptr) } | Leandro Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |