1. 21 Jan, 2016 1 commit
  2. 15 Jan, 2016 1 commit
  3. 11 Jan, 2016 1 commit
  4. 05 Jan, 2016 1 commit
  5. 26 Dec, 2015 1 commit
    • Explorer09's avatar
      Change variable 'dot' to avoid division by reciprocal. · d56bcd8e
      Explorer09 authored
      The variable 'dot' in GraphMeterMode_draw now means "maximum number of
      dots per value (column) in graph". The old meaning was "amount of value
      that is to be represented by a dot" and was always a fraction. Due to
      a limitation in floating point computing, if GRAPH_HEIGHT were not a
      power of 2, then rounding errors will occur on numbers like (1.0/3).
      (Currently GRAPH_HEIGHT is 4 and so no precision loss.) 'dot' was used
      as a divisor, and it's "division by a reciprocal". We change that to
      simple multiplication.
      d56bcd8e
  6. 24 Dec, 2015 6 commits
  7. 23 Nov, 2015 1 commit
  8. 29 Aug, 2015 1 commit
  9. 28 Aug, 2015 1 commit
  10. 27 Aug, 2015 1 commit
  11. 25 Aug, 2015 1 commit
  12. 20 Aug, 2015 1 commit
  13. 19 Aug, 2015 4 commits
    • Christian Hesse's avatar
      simplify Meter loop · a2a34e89
      Christian Hesse authored
      * Use MIN() and MAX() to make sure values are inside bounds. This should
        fix an issue where Meters were missing dots at the bottom.
      * Remove variable 'level' and calculate on the fly.
      a2a34e89
    • Christian Hesse's avatar
    • Christian Hesse's avatar
      make arrays one dimensional · 9e67b658
      Christian Hesse authored
      With more dimensional arrays we have to define the array size. Use
      one dimensional arrays to be more flexible.
      Additionally this allows to shrink array size for ASCII.
      9e67b658
    • 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
  14. 17 Mar, 2015 2 commits
  15. 04 Feb, 2015 1 commit
  16. 03 Feb, 2015 1 commit
  17. 23 Jan, 2015 1 commit
  18. 22 Jan, 2015 1 commit
  19. 27 Nov, 2014 1 commit
  20. 21 Apr, 2014 1 commit
  21. 27 Feb, 2014 1 commit
  22. 16 Jan, 2014 2 commits
  23. 05 Dec, 2012 1 commit
  24. 26 Dec, 2011 2 commits
  25. 18 Nov, 2011 1 commit
    • Hisham Muhammad's avatar
      Mega-commit with features and tweaks for 1.0: · 7ca10817
      Hisham Muhammad authored
      * 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.
      7ca10817
  26. 25 Oct, 2011 1 commit
  27. 26 Aug, 2011 1 commit
  28. 26 May, 2011 1 commit
  29. 31 Mar, 2011 1 commit