summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-01-05use AC_HELP_STRING for proc dirChristian Hesse
2015-12-09Oops!Hisham Muhammad
2015-12-09More thorough checks for ncurses*-config scripts.Hisham Muhammad
See #198.
2015-12-06If ncurses*-config script is present, use it in configureHisham Muhammad
when testing for ncurses library. See #198.
2015-11-30Use ncurses*-config scripts bundled with ncurses.Hisham Muhammad
Ensure that all necessary libs and flags are passed along, such as adding -ltinfo when needed. Closes #198.
2015-11-19Test for unicode-enabled libncursesHisham Muhammad
2015-09-18(Very) initial working OpenBSD portMichael McConville
2015-08-20Make Unicode strings safe for ncurses 6 ABI.Hisham Muhammad
Closes #241.
2015-08-19Support for NCurses 6.0 and mouse wheelHisham Muhammad
2015-08-19Added darwin with working battery meterDavid Hunt
2015-04-09Enable OOM support unconditionally on Linux.Hisham Muhammad
Read OOM data only if column is enabled. Make sort ordering more consistent. Closes #182.
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
Conflicts: htop.c unsupported/Platform.h
2015-02-04Merge branch 'master' into wipHisham Muhammad
2015-02-04Test if -Wextra is supported. Closes #155.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
2014-11-27Reading swap data!Hisham Muhammad
2014-11-27Beginnings of FreeBSD port!Hisham Muhammad
2014-11-24Get Linux "emulation" working again for our FreeBSD folks using linprocfs.Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-11-19Minor reorganization.Hisham Muhammad
2014-04-24Preparing release 1.0.3.1.0.3Hisham Muhammad
2014-01-29Added additional column to monitor OOM killer score of each processLeigh Simpson
2014-01-14New home, new life!Hisham Muhammad
2013-02-26Add extra checks in configure.ac for different locations of (n)curses.hHisham Muhammad
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-11-23Don't run sched_setaffinity compatibility test when cross compilingHisham Muhammad
2011-11-21Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ↵Hisham Muhammad
external libhwloc. (for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general )
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
* Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels.
2011-09-26Add flag to allow using the system install of hwloc.Hisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2011-09-08removes some basic checks that succeed on most systems anyway and which ↵Hisham Muhammad
cause problems for the uClibc folks. Closes #3204565.
2011-09-08Try harder to find the ncurses header, fixes detection in SuSE SLES9.Hisham Muhammad
(thanks to Moritz Barsnick)
2011-05-26changelog and future version bumpHisham Muhammad
2011-03-22ignore checks for /proc when cross-compilingHisham Muhammad
(as suggested by Andy Kennedy)
2010-12-05make htop friendly to uclibc (thanks to Matt for the report)Hisham Muhammad
2010-11-22Correct tests for missing libraries and optional use of PLPAHisham Muhammad
2010-11-20Build fixes. BTW, we're going for 0.9 now.Hisham Muhammad
2010-10-30Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)Hisham Muhammad
2010-03-29upgrade PLPA to 1.3.2Hisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2009-06-23prepare release 0.8.3Hisham Muhammad
2009-06-08fix to minor bug affecting the build process, a maintenance release will ↵Hisham Muhammad
follow shortly.
2009-06-02changes for htop 0.8.2Hisham Muhammad
2009-03-11BSD related fixes:Hisham Muhammad
* BUGFIX: Correct page size calculation for FreeBSD systems (thanks to Andrew Paulsen) * Allow compilation without PLPA on systems that don't support it (thanks to Timothy Redaelli)
2008-09-23ACPI Battery meterHisham Muhammad
contributed by Ian Hands
2008-09-23Add Linux-VServer support,Hisham Muhammad
contributed by Jonathan Sambrook and Benedikt Bohm
2008-05-07Prepare for release 0.8Hisham Muhammad
2008-03-16Enabling taskstats by default since they don't breakHisham Muhammad
on systems that don't have them.
2008-03-09Add support for Linux per-process IO statistics,Hisham Muhammad
enabled with the --enable-taskstats flag, which requires a kernel compiled with taskstats support. Thanks to Tobias Oetiker!