summaryrefslogtreecommitdiffstats
path: root/Vector.h
AgeCommit message (Expand)Author
2022-05-05ProcessList: fix quadratic process removal when scanningCharlie Vieth
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-07-15Code indentationBenny Baumann
2021-03-12InfoScreen/ProcessList: do not access Vector internalsChristian Göttsche
2021-01-06Unify prototype of Vector_getChristian Göttsche
2020-11-17Avoid calling Object_isA from inside Vector_isConsistentBenny Baumann
2020-11-17Hashtable updateChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-26Hold only a const version of Settings in ProcessListChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Misc Vector updatesChristian Göttsche
2020-10-15Mark Vector parameter const for non-modifying functionsChristian Göttsche
2020-10-15Mark search parameter in Vector_indexOf constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2018-02-05Optimize Vector_size on non-debug buildsHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-06-17expand/collapse treeHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2007-08-10Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852Hisham Muhammad
2006-11-12Add debugging sanity checks.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Regenerated all headers.Hisham Muhammad
2006-05-30Rename TypedVector to Vector, matching dit.Hisham Muhammad