summaryrefslogtreecommitdiffstats
path: root/Header.c
AgeCommit message (Expand)Author
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-06Remove unused function Header_readMeterNameChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-25Avoid string overflow warningChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-02-12Restore meter name after used in Header_addMeterByName()wangqr
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-05-07Fix macro Header_forEachColumnExplorer09
2016-02-02Check for failure in allocations.Hisham
2015-09-07fix calloc() callsChristian Hesse
2015-08-19Rename String to StringUtils.David Hunt
2015-06-12write header length (number of columns) back to configurationChristian Hesse
2015-03-16Fix saving of header states, motion in Setup screen.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Move UptimeMeter into platform-dependent area.Hisham Muhammad
2014-11-27Decouple Header from Meter classes.Hisham Muhammad
2014-04-21Restrict size of read.Hisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.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
2011-03-29only reinit initializable metersHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2007-11-26Avoid crashing when using many meters (thanks to David Cho for the report)Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-05-30Rename TypedVector to Vector, matching dit.Hisham Muhammad
2006-05-09Final fixes to make "All CPUs" the default CPU display mode.Hisham Muhammad
2006-04-10- Overhaul meters implementation;Hisham Muhammad
2006-03-23Update copyrights.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad