summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2021-01-11Add option to drop Linux capabilitiesChristian Göttsche
2021-01-11Update version number to 3.0.6-dev to identify git repo buildsDaniel Lange
2021-01-11Release 3.0.53.0.5Daniel Lange
2020-12-22Update version number for git repo buildsNathan Scott
2020-12-22Bump version number for 3.0.4 release3.0.4Nathan Scott
2020-12-20DragonFlyBSD updateChristian Göttsche
2020-12-19Enable -Wformat=2Christian Göttsche
2020-12-18Support clock_gettime() on OSX El Capitan and earlierChristian Göttsche
2020-12-13Correct timebase for non-x86 CPUs on DarwinBenny Baumann
2020-12-13Check if clock_gettime needs linking of librtChris Burr
2020-12-12Indentation and line continuation fixes in configure.acBenny Baumann
2020-12-07configure: check for additional linker flags for keypad(3)Christian Göttsche
2020-12-07Correct the version of htop development repoNathan Scott
2020-12-07Change version string to note development repo buildNathan Scott
2020-12-07Bump version number for 3.0.3 release3.0.3Nathan Scott
2020-12-04Update changelog for upcoming 3.0.3 release, annotate rc13.0.3rc1Nathan Scott
2020-12-03Fix sensors configure argumentChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-11-28configure: do not check functions we are using unconditionallyChristian Göttsche
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche
2020-11-26configure: create typedefs for fixed-sized integers if neededChristian Göttsche
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-24Compatibility function for faccessatBenny Baumann
2020-11-17Merge branch 'temperature_v2' of cgzones/htopDaniel Lange
2020-11-16Add debug state to the configure report (thanks @benbe for the idea)Daniel Lange
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-11-16hwloc = (portable) HardWare LOCality, not related to lockDaniel Lange
2020-11-15Resolve merge conflicts, merge #229 "Add SystemdMeter" from @cgzonesDaniel Lange
2020-11-09Implement screen for active file locksFynn Wulf
2020-10-31Add SystemdMeterChristian Göttsche
2020-10-29Add compat wrapper for fstatatChristian Göttsche
2020-10-29FreeBSD: implement Platform_getDiskIO()Christian Goettsche
2020-10-29Add HTOP_$platform defines to config.h headerChristian Göttsche
2020-10-16Automatically detect if backtrace(3) needs -lexecinfoChristian Göttsche
2020-10-07Set a -dev version to bug reports show a useful version and not the last releaseDaniel Lange
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05Mention platform for platform specific configure optionsChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-05Update copyright statementDaniel Lange
2020-10-05Merge branch 'attr-nonnull' of https://github.com/BenBE/htop into BenBE-attr-...Nathan Scott
2020-10-03Add --enable-debug configure option to enable assertsChristian Göttsche
2020-09-29Enable NULL pointer checks via compiler if supportedBenny Baumann
2020-09-28Merge pull request #107 from cgzones/hwlock_linuxaffinityNathan Scott
2020-09-25Add -Wmissing-prototypes compiler warningChristian Göttsche
2020-09-24Make --enable-hwloc and --enable-linux-affinity mutual exclusiveChristian Göttsche
2020-09-24Add -Wfloat-equal to default build flagsBenny Baumann
2020-09-18Add some default compiler warningsChristian Göttsche
2020-09-17autotools: enable warnings and cleanupChristian Göttsche