summaryrefslogtreecommitdiffstats
path: root/core/statistics.c
AgeCommit message (Expand)Author
2020-10-25cleanup: remove system includes from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-05Use get_n2 helper functionGravatar Robert C. Helling
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-03-20Ignore invalid dives in statisticsGravatar Berthold Stoeger
2019-11-16Core: set gas use to zero if no values are givenGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Core: dynamically allocate the result of get_gas_used()Gravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-03-12Add backend support for statistics by depth and temperatureGravatar Doug Junkins
2018-12-17Show average max depth in yearly statisticsGravatar Robert C. Helling
2018-10-07Statistics: only consider selected dives in HTML export statisticsGravatar Berthold Stoeger
2018-10-07Statistics: un-globalize stats_selectionGravatar Berthold Stoeger
2018-10-07Statistics: remove global state / calculate only when neededGravatar Berthold Stoeger
2018-10-07Dive information: fix surface interval calculationGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking dives and divecomputersGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-06-17Fix an error around translation of dive modes in the UIGravatar Stefan Fuchs
2018-05-28Rename confusing variable nameGravatar Robert C. Helling
2018-05-28Distinguish between user and internal divemode namesGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-04-10Cleanup: remove unused function get_selected_dives_text()Gravatar Berthold Stoeger
2018-02-27Updated strategy for removing cylindersGravatar Stefan Fuchs
2018-02-24Use duration_t for total_sac_time in struct stats_tGravatar Stefan Fuchs
2018-02-24Use temperature_t for temperatures in struct stats_tGravatar Stefan Fuchs
2017-12-17Cleanup: durations are now signedGravatar Dirk Hohndel
2017-10-29Mark missing translationsGravatar Dirk Hohndel
2017-09-14Refine cylinder usage testsGravatar Miika Turkia
2017-08-26Remove some unused variablesGravatar Dirk Hohndel
2017-07-22Gas usage statistics: don't require gas switch eventsGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-05-26Creation of dive duration string and surface interval stringGravatar Stefan Fuchs
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2017-03-07Enable translate 'All' in yearly statistics.Gravatar Martin Měřinský
2017-02-03Don't do strcmp on NIL pointerGravatar Robert C. Helling
2017-02-03Do not count gas used in planned dives for statisticsGravatar Robert Helling
2017-02-03Revert "In statistics, ignore gas use of planned dives"Gravatar Dirk Hohndel
2017-02-02In statistics, ignore gas use of planned divesGravatar Robert C. Helling
2016-11-15Only consider non-zero average depth for statisticsGravatar Robert C. Helling
2016-04-29Extend time parsing to before 1970Gravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel