summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Force -lgcov harder when running `make coverage`.Hisham2016-02-191-1/+1
| | | | Shouldn't be needed, but I had to make this tweak to make this work again.
* Check for failure in allocations.Hisham2016-02-021-2/+2
|
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-2/+3
|
* 'e' displays environment of current processMichael Klein2015-12-021-2/+3
| | | | | - uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet
* (Very) initial working OpenBSD portMichael McConville2015-09-181-0/+8
|
* Added darwin with working battery meterDavid Hunt2015-08-191-0/+10
|
* Rename String to StringUtils.David Hunt2015-08-191-6/+6
| | | | | | | | | Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
* Add coverage testing rulesHisham Muhammad2015-03-251-0/+9
|
* Get FreeBSD tree to compile again with latest changes.Hisham Muhammad2015-03-161-3/+4
|
* Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad2015-03-151-7/+9
|\ | | | | | | | | | | Conflicts: htop.c unsupported/Platform.h
| * Work on fixing build of "unsupported" platformHisham Muhammad2015-02-231-4/+6
| |
| * Merge branch 'master' into wipHisham Muhammad2015-02-041-1/+1
| |\
| | * Test if -Wextra is supported. Closes #155.Hisham Muhammad2015-02-041-1/+1
| | |
| * | Sorry about the mega-patch.Hisham Muhammad2015-01-211-2/+2
| |/ | | | | | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* | Merge branch 'master' into freebsdHisham Muhammad2014-11-271-2/+2
|\|
| * Move platform-dependent parts of Linux battery meter.Hisham Muhammad2014-11-271-2/+2
| |
* | Add uptime calculation code.Hisham Muhammad2014-11-271-4/+2
| |
* | Merge branch 'master' into freebsdHisham Muhammad2014-11-271-6/+4
|\|
| * Make UptimeMeter cross-platform again.Hisham Muhammad2014-11-271-6/+4
| |
* | Uptime meter for FreeBSD.Hisham Muhammad2014-11-271-2/+4
| | | | | | | | | | This will produce too much replicated code. I think I'll use a lighter abstraction in things like this.
* | Merge branch 'master' into freebsdHisham Muhammad2014-11-271-4/+6
|\|
| * Move UptimeMeter into platform-dependent area.Hisham Muhammad2014-11-271-4/+6
| | | | | | | | Set up environment to move other meters.
* | Beginnings of FreeBSD port!Hisham Muhammad2014-11-271-0/+8
|/
* Builds on Linux again!Hisham Muhammad2014-11-241-2/+2
|
* Changes for supporting separate platform subdirectories.Hisham Muhammad2014-11-241-7/+29
|
* Possible to regenerate headers outside of srcdirRobert Rosengren2014-01-171-1/+1
|
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-5/+5
|
* Add IO priority support ('i' key)Hisham Muhammad2012-10-041-4/+4
|
* remove old reference to hwloc directoryHisham Muhammad2011-12-261-1/+1
|
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-14/+7
|
* Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ↵Hisham Muhammad2011-11-211-11/+1
| | | | | | | external libhwloc. (for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general )
* Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad2011-11-051-2/+2
| | | | | | Factored code from the SignalsPanel to apply to all selections from main screen. Closes feature request #3425304.
* store cppcheck rule for future useHisham Muhammad2011-10-251-2/+2
|
* cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad2011-10-251-1/+1
|
* Add flag to allow using the system install of hwloc.Hisham Muhammad2011-09-261-2/+2
|
* Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad2011-09-241-7/+11
|
* Build fixes. BTW, we're going for 0.9 now.Hisham Muhammad2010-11-201-0/+2
|
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-1/+1
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* upgrade PLPA to 1.3.2Hisham Muhammad2010-03-291-2/+2
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-2/+2
|
* BSD related fixes:Hisham Muhammad2009-03-111-0/+4
| | | | | | | | * 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)
* Option to display hostname in the meters areaHisham Muhammad2009-02-171-2/+3
|
* ACPI Battery meterHisham Muhammad2008-09-231-2/+2
| | | | | contributed by Ian Hands
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-1/+1
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* Embed PLPA (Portable Linux Processor Affinity) in order to supportHisham Muhammad2008-03-051-1/+4
| | | | | conflicting affinity API of different Linux kernel versions.
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-2/+2
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Fix regeneration of headersHisham Muhammad2007-05-211-18/+26
|
* Rule for automatically rebuilding headersHisham Muhammad2007-05-171-0/+2
|
* Add an additional debug mode for Hardened GCC.Hisham Muhammad2006-11-081-2/+6
|
* Bringing extra files up-to-dateHisham Muhammad2006-07-121-1/+2
|

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