1. 16 Mar, 2018 1 commit
    • Kang-Che Sung (宋岡哲)'s avatar
      Use AM_CFLAGS and AM_LDFLAGS in Makefile.am (#760) · 2e3c35d6
      Kang-Che Sung (宋岡哲) authored
      
      
      This reduces generated Makefile.in size by 74%.
      (217319 bytes -> 56326 bytes)
      
      Automake considers that <prog>_CFLAGS and <prog>_LDFLAGS are
      program-specific build rules, and when such are specified, Automake
      will generate additional code just to avoid the "generic" and
      package-wide AM_CFLAGS or AM_LDFLAGS. (Especially for <prog>_CFLAGS,
      Automake will rename generated object files to become "prog-foo.o" and
      such, and it's _a lot_ of code to achieve this in Makefile.)
      
      There's no reason for htop to rename intermediate object files. It's
      better to make things simpler.
      Signed-off-by: default avatarKang-Che Sung <explorer09@gmail.com>
      2e3c35d6
  2. 02 Mar, 2018 1 commit
    • gmbroome's avatar
      Import Solaris support (#741) · 697f5bb9
      gmbroome authored
      This commit adds support for Solaris, squashed from PR #741:
      
      Summary of additions:
      
      * Initial setup of Solaris platform directory
      * Add Solaris platform into autoconf template
      * Uptime and load averages
      * Add dependency on libkstat
      * Basic process listing
      * Zone name display
      * CPU detection
      * Per-process memory and CPU usage parsed correctly
      * Uses sysconf to discover number of CPUs, instead of more complex libkstat code
      * Simple memory display working
      * Reduce repetitive calls to the PAGE_SIZE macro when reading memory info
      * Add Project, Contract, Task, and Pool into process properties
      * Use system major()/minor() implementations and remove extraneous definition of mkdev()
      * Get the STARTTIME column working properly, using the Linux implementation as a guide
      697f5bb9
  3. 21 Apr, 2017 1 commit
  4. 19 Apr, 2017 1 commit
  5. 19 Feb, 2016 1 commit
  6. 02 Feb, 2016 1 commit
  7. 12 Jan, 2016 1 commit
  8. 02 Dec, 2015 1 commit
  9. 19 Nov, 2015 2 commits
  10. 18 Sep, 2015 1 commit
  11. 19 Aug, 2015 2 commits
    • David Hunt's avatar
      Added darwin with working battery meter · 70e7c8db
      David Hunt authored
      70e7c8db
    • David Hunt's avatar
      Rename String to StringUtils. · 5e602f18
      David Hunt authored
      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
      5e602f18
  12. 28 Mar, 2015 1 commit
  13. 25 Mar, 2015 1 commit
  14. 16 Mar, 2015 1 commit
  15. 23 Feb, 2015 2 commits
  16. 04 Feb, 2015 1 commit
  17. 22 Jan, 2015 1 commit
  18. 27 Nov, 2014 6 commits
  19. 24 Nov, 2014 2 commits
  20. 17 Jan, 2014 1 commit
  21. 10 Nov, 2012 1 commit
  22. 04 Oct, 2012 1 commit
  23. 26 Dec, 2011 2 commits
  24. 21 Nov, 2011 1 commit
  25. 05 Nov, 2011 1 commit
  26. 25 Oct, 2011 2 commits
  27. 26 Sep, 2011 1 commit
  28. 24 Sep, 2011 1 commit
  29. 20 Nov, 2010 1 commit