summaryrefslogtreecommitdiffstats
path: root/BatteryMeter.c
AgeCommit message (Expand)Author
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-03-04Save text buffer in MeterChristian Göttsche
2020-12-19Enable -Wformat=2Christian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-11-26Make casing of N/A consistent (majority was N/A)Benny Baumann
2020-11-18Merge individual Battery.[ch] files into Platform.[ch]Nathan Scott
2020-11-18Merge individual Battery.[ch] files into Platform.[ch]Nathan Scott
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-29Drop redundant return statementsChristian Göttsche
2020-09-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-24Update battery API to use NAN on errorBenny Baumann
2020-09-03Axe automated header generation.Zev Weiss
2019-10-31Clean up existing whitespaceDaniel Flanagan
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09
2016-03-11Explicit "maxItems" property of metersExplorer09
2015-08-19Rename String to StringUtils.David Hunt
2015-03-16Merge branch 'master' into wipHisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2014-11-27Move platform-dependent parts of Linux battery meter.Hisham Muhammad
2014-04-24More sanity checks.Hisham Muhammad
2014-04-24Make static analyzers happy.Hisham Muhammad
2014-04-24Oops, fix use of memset.Hisham Muhammad
2014-04-24Fix array limit.Hisham Muhammad
2014-04-24Remove useless test.Hisham Muhammad
2014-04-22Refactor and fix resource leaks.Hisham Muhammad
2014-01-16BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-02-02minor style cleanupsHisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-10-25cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-11-20Improve battery meter support (thanks to Richard W.) Closes #3063541.Hisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2010-02-22minor tweaks by David WeberHisham Muhammad
2009-06-02don't use unbounded operationsHisham Muhammad
2009-04-27updated battery meter code from Ian Hands, slightly tweakedHisham Muhammad
2008-09-23ACPI Battery meterHisham Muhammad