Age | Commit message (Expand) | Author |
2017-07-12 | Cleanup all platform's proccessor.c, use translatable labels. | Burt P |
2017-07-12 | Handle x86_64 the same way as arm64 | Burt P |
2017-07-12 | x86: make cache info translatable | Burt P |
2017-07-12 | A few label translations recovered from the old ru.po | Burt P |
2017-07-12 | Update hardinfo.pot and .po files | Burt P |
2017-07-12 | arm: re-re-order ARM details | Burt P |
2017-07-12 | x86,arm,ppc: more processor label strings translatable | Burt P |
2017-07-12 | x86: remove "Has FPU" | Burt P |
2017-07-12 | A few label translations recovered from the old de.po | Burt P |
2017-07-12 | Re-update .po files, without fuzzy matching | Burt P |
2017-07-12 | Update hardinfo.pot and .po files | Burt P |
2017-07-12 | x86,arm,ppc: code comments | Burt P |
2017-07-12 | x86: remove large sprintf() format string from translation | Burt P |
2017-07-12 | x86,arm,ppc: more processor info strings translatable | Burt P |
2017-07-12 | x86,arm,ppc: make processor info strings more easily translated | Burt P |
2017-07-09 | Simplify libc detection code | Leandro Pereira |
2017-07-09 | Do not derefernce NULL pointer if '\n' is not found in ldconfig out | Leandro Pereira |
2017-07-09 | Use strchr() instead of strstr() when looking for a single char | Leandro Pereira |
2017-07-09 | Make libc strings translatable | Leandro Pereira |
2017-07-09 | Use g_spawn_command_line_sync() to detect libc version | Leandro Pereira |
2017-07-09 | libc detection cosmetic fix | Burt P |
2017-07-09 | Fix diet libc detection | Burt P |
2017-07-09 | Add diet libc to libc detection | Burt P |
2017-07-09 | Use ldconfig to detect C library implementation and version | Burt P |
2017-07-09 | OS: Improve C library detection | Burt P |
2017-07-06 | Add "ppc" as a supported architecture name again | Leandro Pereira |
2017-07-06 | PPC: Information improvements | Burt P |
2017-07-06 | Fix FTBFS on ppc64le | Burt P |
2017-07-04 | Use load graph (used in memory view) to graph sensor data | Leandro Pereira |
2017-07-04 | Ungroup sensor values | Leandro Pereira |
2017-07-04 | Reindent sensors.c using clang-format | Leandro Pereira |
2017-07-03 | Do not select first item if reloading module | Leandro Pereira |
2017-07-03 | Use file-roller icon for Zlib benchmark | Leandro Pereira |
2017-07-02 | Add zlib benchmark | Leandro Pereira |
2017-07-02 | Select first item automatically when opening a dual pane | Leandro Pereira |
2017-06-26 | arm,x86: Don't show frequency scaling information if it isn't available | Burt P |
2017-06-26 | cmake: comply with the BSD license by copying the full license text in cmake/... | Mattia Rizzolo |
2017-06-23 | x86: update cpuinfo flag meanings | Burt P |
2017-06-23 | x86: add socket/core and more cpufreq information | Burt P |
2017-06-22 | ARM: add socket/core and more cpufreq information | Burt P |
2017-06-22 | x86: fix code comment | Burt P |
2017-06-21 | Use arm_flag_meaning() directly instead of creating a GHashTable | Burt P |
2017-06-21 | After testing on aarch64 a problem is discovered | Burt P |
2017-06-21 | ARM arch tweaks | Burt P |
2017-06-21 | Use arm for aarch64 | Burt P |
2017-06-21 | Various typo fixes. | Simon Quigley |
2017-06-19 | Make the strend function accessible. | Simon Quigley |
2017-06-05 | cmake: HARDINFO_NOSYNC option on by default | Burt P |
2017-06-05 | cmake: add option to disable sync via libsoup | Burt P |
2017-06-05 | Fallback g_strv_contains() imp when using glib<2.44 | Burt P |