- 07 Sep, 2015 1 commit
-
-
Christian Hesse authored
* size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
-
- 19 Aug, 2015 1 commit
-
-
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
-
- 11 Jun, 2015 1 commit
-
-
Christian Hesse authored
-
- 17 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 23 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
Kinda runs, but functionality from the original main loop is still missing. Patience.
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 27 Nov, 2014 2 commits
-
-
Hisham Muhammad authored
Set up environment to move other meters.
-
Hisham Muhammad authored
(Yes, that's dynamic typing!)
-
- 21 Apr, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 27 Feb, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 16 Jan, 2014 1 commit
-
-
Hisham Muhammad authored
(Patch by Dawid Gajownik)
-
- 05 Dec, 2012 1 commit
-
-
Hisham Muhammad authored
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
-
- 26 Dec, 2011 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 18 Nov, 2011 1 commit
-
-
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.
-
- 26 May, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 29 Mar, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 22 Mar, 2011 1 commit
-
-
Hisham Muhammad authored
(thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
-
- 25 Feb, 2010 1 commit
-
-
Hisham Muhammad authored
-
- 26 Nov, 2007 1 commit
-
-
Hisham Muhammad authored
-
- 11 Jul, 2006 1 commit
-
-
Hisham Muhammad authored
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.
-
- 30 May, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 09 May, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 10 Apr, 2006 1 commit
-
-
Hisham Muhammad authored
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
-
- 23 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 04 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-