summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.0.53.0.5Daniel Lange2021-01-111-1/+1
|
* Update version number for git repo buildsNathan Scott2020-12-221-1/+1
|
* Bump version number for 3.0.4 release3.0.4Nathan Scott2020-12-221-1/+1
|
* DragonFlyBSD updateChristian Göttsche2020-12-201-0/+4
| | | | | | - drop unused kinfo includes and link argument - detect kvm library necessity at configure step - fix variable typo
* Enable -Wformat=2Christian Göttsche2020-12-191-0/+1
| | | | | Now that the global format variable Process_pidFormat is gone, enable the compiler warning -Wformat=2.
* Support clock_gettime() on OSX El Capitan and earlierChristian Göttsche2020-12-181-0/+2
|
* Correct timebase for non-x86 CPUs on DarwinBenny Baumann2020-12-131-0/+5
| | | | Fixes: #368
* Check if clock_gettime needs linking of librtChris Burr2020-12-131-0/+1
|
* Indentation and line continuation fixes in configure.acBenny Baumann2020-12-121-25/+20
|
* configure: check for additional linker flags for keypad(3)Christian Göttsche2020-12-071-0/+8
| | | | | | Gentoo requires an explicit addition of -ltinfo Resolves: https://bugs.gentoo.org/show_bug.cgi?id=690840
* Correct the version of htop development repoNathan Scott2020-12-071-1/+1
|
* Change version string to note development repo buildNathan Scott2020-12-071-1/+1
|
* Bump version number for 3.0.3 release3.0.3Nathan Scott2020-12-071-1/+1
|
* Update changelog for upcoming 3.0.3 release, annotate rc13.0.3rc1Nathan Scott2020-12-041-1/+1
|
* Fix sensors configure argumentChristian Göttsche2020-12-031-6/+6
|
* Dynamically load libsensors at runtimeChristian Göttsche2020-12-021-3/+1
|
* configure: do not check functions we are using unconditionallyChristian Göttsche2020-11-281-1/+6
|
* Add compat mode for systems without openat(2)Christian Göttsche2020-11-281-1/+1
|
* configure: create typedefs for fixed-sized integers if neededChristian Göttsche2020-11-261-0/+4
| | | | | | If not defined in stdint.h or inttypes.h See https://www.gnu.org/software/autoconf/manual/autoconf-2.62/html_node/Particular-Types.html
* Drop taskstats conditionalChristian Göttsche2020-11-251-6/+0
| | | | | | | | | | taskstats is only checked on runtime if the column RCHAR, WCHAR, SYSCR, SYSCW, RBYTES, WBYTES, CNCLWB, IO_READ_RATE, IO_WRITE_RATE or IO_RATE is selected. taskstats is currently enabled by default. Drop the taskstats configuration switch, to reduce the maintenance cost.
* Drop cgroup conditionalChristian Göttsche2020-11-251-6/+0
| | | | | | | | | cgroup is only checked on runtime if the column CGROUP is selected. cgroup is currently disabled by default, but most distributions do enable it. Drop the cgroup configuration switch, to reduce the maintenance cost.
* Compatibility function for faccessatBenny Baumann2020-11-241-1/+1
|
* Merge branch 'temperature_v2' of cgzones/htopDaniel Lange2020-11-171-0/+11
|\ | | | | | | | | Closes #111, closes #49 Closes #93 - thank you for leading the way @DX37 (Maxim Kurnosenko)!
| * Show CPU temperature in CPU meterChristian Göttsche2020-11-161-0/+11
| | | | | | | | | | Show the CPU temperature in the CPU meter, like CPU frequency, instead of using an extra Meter.
* | Add debug state to the configure report (thanks @benbe for the idea)Daniel Lange2020-11-161-0/+1
|/
* hwloc = (portable) HardWare LOCality, not related to lockDaniel Lange2020-11-161-1/+1
|
* Resolve merge conflicts, merge #229 "Add SystemdMeter" from @cgzonesDaniel Lange2020-11-151-0/+2
|\
| * Add SystemdMeterChristian Göttsche2020-10-311-0/+2
| |
* | Implement screen for active file locksFynn Wulf2020-11-091-1/+1
|/
* Add compat wrapper for fstatatChristian Göttsche2020-10-291-1/+1
|
* FreeBSD: implement Platform_getDiskIO()Christian Goettsche2020-10-291-0/+3
|
* Add HTOP_$platform defines to config.h headerChristian Göttsche2020-10-291-0/+7
| | | | Can be used to conditionally compile platform specific code.
* Automatically detect if backtrace(3) needs -lexecinfoChristian Göttsche2020-10-161-0/+3
|
* Set a -dev version to bug reports show a useful version and not the last releaseDaniel Lange2020-10-071-1/+1
|
* Enable -Wcast-qual compiler warningChristian Göttsche2020-10-061-0/+1
|
* Merge branch 'update-license-and-copyright-info'Nathan Scott2020-10-061-1/+1
|\
| * Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
| |
| * Update copyright statementDaniel Lange2020-10-051-1/+1
| |
* | Mention platform for platform specific configure optionsChristian Göttsche2020-10-051-12/+12
|/
* Merge branch 'attr-nonnull' of https://github.com/BenBE/htop into ↵Nathan Scott2020-10-051-0/+19
|\ | | | | | | BenBE-attr-nonnull
| * Enable NULL pointer checks via compiler if supportedBenny Baumann2020-09-291-0/+19
| |
* | Add --enable-debug configure option to enable assertsChristian Göttsche2020-10-031-0/+6
|/ | | | asserts are still disabled by default.
* Merge pull request #107 from cgzones/hwlock_linuxaffinityNathan Scott2020-09-281-21/+31
|\ | | | | Make --enable-hwloc and --enable-linux-affinity mutual exclusive
| * Make --enable-hwloc and --enable-linux-affinity mutual exclusiveChristian Göttsche2020-09-241-21/+31
| | | | | | | | | | They can not be supported both at the same time. Fail configure step instead of silently only use hwloc.
* | Add -Wmissing-prototypes compiler warningChristian Göttsche2020-09-251-0/+1
|/
* Add -Wfloat-equal to default build flagsBenny Baumann2020-09-241-0/+1
|
* Add some default compiler warningsChristian Göttsche2020-09-181-15/+15
| | | | Compatible with gcc and clang.
* autotools: enable warnings and cleanupChristian Göttsche2020-09-171-11/+3
| | | | | | | | | | | | - enable warnings in autogen script - drop unused m4/ directory usage - drop AC_TYPE_SIGNAL: C99 guarantees the signal return type to be void - drop AC_CHECK_FILE of procdir: most of the time compilation is done on a different system than htop is run and there is a runtime check in place - improve linux_affinity corss compile logic: use fourth argument instead of pre-test
* configure.ac: axe python checkStephen Gregoratto2020-09-151-3/+0
| | | | | Now that the automated header script is gone, there's no need for python now.
* Bump version, changelog for minor htop-3.0.2 release3.0.2Nathan Scott2020-09-151-1/+1
|

© 2014-2024 Faster IT GmbH | imprint | privacy policy