summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2017-07-19device tree: reworked and cleaned upBurt P
* Moved device tree functions to modules/devices/devicetree/dt_util.c * The dtr_* functions usable from outside devicetree.c, for example in get_motherboard(). Must #include "dt_util.h" * Now possible to use an alternate device tree root for testing -DOVRDTRROOT=\"/some/path\" * Alternately, pass dtr_new() an alternate base path. * Abandoned the tuple grouping and inherited properties stuff for now. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19Begin support for device treeBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19Make locale dir match install pathBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12cmake: 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-12cmake: regex tweaksBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12riscv: initial supportBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12Move 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-12Add test and data for various processor.cBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12Add CMake options to allow testing various platform's processor.cBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12Handle x86_64 the same way as arm64Burt P
Removes some symlinks x86_64 -> x86. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-06Add "ppc" as a supported architecture name againLeandro Pereira
The kernel on my PowerBook G4 uses this string rather than ppc32.
2017-07-06Fix FTBFS on ppc64leBurt 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-02Add zlib benchmarkLeandro Pereira
2017-06-21Use arm for aarch64Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-06-05cmake: HARDINFO_NOSYNC option on by defaultBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-06-05cmake: add option to disable sync via libsoupBurt 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-30Bump version to 0.6 alphaLeandro Pereira
2016-07-30Remove remote featureLeandro Pereira
This has no encryption, SSH credentials are stored in plain text, etc.
2016-07-30Remove help viewerLeandro Pereira
It's very unlikely I'll every write documentation for HardInfo anyway.
2014-01-03Realize that we are using cmake, and modify the build system using ↵Julien Lavergne
elementary module
2012-12-30add -std=gnu89hasufell
this again breaks strict compilers like clang, so declare what gnu extensions we use
2012-11-28fixed autodetection of debug buildsmckaygerhard
2012-11-28right usage of GNUinstall dirs, and added module if distros not have yetmckaygerhard
2012-05-30Fix underlinking wrt https://bugs.gentoo.org/show_bug.cgi?id=418121hasufell
2012-05-30Split x86 and x86_64 archeshasufell
lib suffix in hardinfo/binreloc.c is already supported and will be respected now
2012-05-30Use GNUInstallDirs and respect lib suffixhasufell
2012-01-27Remove "lib" prefix from modulesLeandro Pereira
2012-01-08Add group information.Leandro Pereira
Closes http://bugs.hardinfo.org/showreport.php?bugid=54
2010-05-09Add support to read memory SPD (memory type, speed, timings, etc).Leandro A. F. Pereira
2010-05-08Configure/install hardinfo.desktop in ${PREFIX}/share/applications.Leandro A. F. Pereira
2010-05-08Lower the libsoup version required from 2.26 to 2.24Leandro A. F. Pereira
2010-05-05Compile benchmark algorithms with -O0.Leandro A. F. Pereira
2010-05-05Require gconf-modules-export when building hardinfoLeandro A. F. Pereira
2010-05-03Remove outdated arch directoryLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira