Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | cmake: option() -> set() for strings. | Burt P | |
option() worked but set() works better with cmake-gui. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | cmake: regex tweaks | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | riscv: initial support | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Move common processor stuff into cpu_util.{h,c} | Burt P | |
* PROC_CPUINFO define used in testing * STRIFNULL(), UNKIFNULL() EMPIFNULL() macros used in reading cpuinfo * byte order, topology, and cpufreq data structures and functions that are platform independent * processor_has_flag() helper Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Add test and data for various processor.c | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Add CMake options to allow testing various platform's processor.c | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Handle x86_64 the same way as arm64 | Burt P | |
Removes some symlinks x86_64 -> x86. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-06 | Add "ppc" as a supported architecture name again | Leandro Pereira | |
The kernel on my PowerBook G4 uses this string rather than ppc32. | |||
2017-07-06 | Fix FTBFS on ppc64le | Burt P | |
Patch by Frédéric Bonnard <frediz@linux.vnet.ibm.com> from Debian bug report. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865776#10 | |||
2017-07-02 | Add zlib benchmark | Leandro Pereira | |
2017-06-21 | Use arm for aarch64 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-05 | cmake: HARDINFO_NOSYNC option on by default | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-05 | cmake: add option to disable sync via libsoup | Burt P | |
Adds a cmake option HARDINFO_NOSYNC to disable libsoup and remote sync. * Workaround for incompatible libsoup (ex: on raspbian) * xmlrpc.hardinfo.org is down and sync isn't currently available anyway. Use: cmake -DHARDINFO_NOSYNC=1 .. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2016-07-30 | Bump version to 0.6 alpha | Leandro Pereira | |
2016-07-30 | Remove remote feature | Leandro Pereira | |
This has no encryption, SSH credentials are stored in plain text, etc. | |||
2016-07-30 | Remove help viewer | Leandro Pereira | |
It's very unlikely I'll every write documentation for HardInfo anyway. | |||
2014-01-03 | Realize that we are using cmake, and modify the build system using ↵ | Julien Lavergne | |
elementary module | |||
2012-12-30 | add -std=gnu89 | hasufell | |
this again breaks strict compilers like clang, so declare what gnu extensions we use | |||
2012-11-28 | fixed autodetection of debug builds | mckaygerhard | |
2012-11-28 | right usage of GNUinstall dirs, and added module if distros not have yet | mckaygerhard | |
2012-05-30 | Fix underlinking wrt https://bugs.gentoo.org/show_bug.cgi?id=418121 | hasufell | |
2012-05-30 | Split x86 and x86_64 arches | hasufell | |
lib suffix in hardinfo/binreloc.c is already supported and will be respected now | |||
2012-05-30 | Use GNUInstallDirs and respect lib suffix | hasufell | |
2012-01-27 | Remove "lib" prefix from modules | Leandro Pereira | |
2012-01-08 | Add group information. | Leandro Pereira | |
Closes http://bugs.hardinfo.org/showreport.php?bugid=54 | |||
2010-05-09 | Add support to read memory SPD (memory type, speed, timings, etc). | Leandro A. F. Pereira | |
2010-05-08 | Configure/install hardinfo.desktop in ${PREFIX}/share/applications. | Leandro A. F. Pereira | |
2010-05-08 | Lower the libsoup version required from 2.26 to 2.24 | Leandro A. F. Pereira | |
2010-05-05 | Compile benchmark algorithms with -O0. | Leandro A. F. Pereira | |
2010-05-05 | Require gconf-modules-export when building hardinfo | Leandro A. F. Pereira | |
2010-05-03 | Remove outdated arch directory | Leandro A. F. Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |