summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)Author
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)
2009-02-17Option to display hostname in the meters areaHisham Muhammad
2008-09-23ACPI Battery meterHisham Muhammad
contributed by Ian Hands
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
flag, which requires libncursesw. Thanks to Sergej Pupykin!
2008-03-05Embed PLPA (Portable Linux Processor Affinity) in order to supportHisham Muhammad
conflicting affinity API of different Linux kernel versions.
2007-11-08Improve construction of tree view, properly nesting threads.Hisham Muhammad
Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
2007-05-21Fix regeneration of headersHisham Muhammad
2007-05-17Rule for automatically rebuilding headersHisham Muhammad
2006-11-08Add an additional debug mode for Hardened GCC.Hisham Muhammad
2006-07-12Bringing extra files up-to-dateHisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
2006-05-30Add "debuglite" mode.Hisham Muhammad
2006-05-30Rename ListBox to Panel, matching dit.Hisham Muhammad
2006-05-30Rename TypedVector to Vector, matching dit.Hisham Muhammad
2006-04-10- Overhaul meters implementation;Hisham Muhammad
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
2006-03-24* make debug targetHisham Muhammad
* Support for generating a /proc trace for debugging purposes.
2006-03-04Initial import.Hisham Muhammad