summaryrefslogtreecommitdiffstats
path: root/core/profile.c
AgeCommit message (Expand)Author
2021-02-17planner: remove print_mode parameter from calculate_deco_information()Gravatar Berthold Stoeger
2021-01-20cleanup: constify create_plot_info_new()Gravatar Berthold Stoeger
2021-01-11undo: set dive mode to CCR in undo command, not profile codeGravatar Berthold Stoeger
2021-01-10mobile: enable deco information calculation on mobileGravatar Dirk Hohndel
2021-01-10profile: pass dive to RulerItemGravatar Berthold Stoeger
2021-01-10profile: pass dive to ToolTipItem::refresh()Gravatar Berthold Stoeger
2021-01-10profile: move adding of ceiling-violation-eventGravatar Berthold Stoeger
2021-01-10profile: use a parameter to determine planner stateGravatar Berthold Stoeger
2021-01-10cleanup: make calculate_deco_information() of static linkageGravatar Berthold Stoeger
2020-10-25cleanup: move interpolate inline function to its own header fileGravatar 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-05-01cleanup: make analyze_plot_info local to profile.cGravatar Berthold Stoeger
2020-05-01cleanup: const-ify a few functions in planner.cGravatar Berthold Stoeger
2020-05-01profile: for maxtime calculation include the sample after the last eventGravatar Berthold Stoeger
2020-04-20profile: avoid invalid accesses in setup_gas_sensor_pressureGravatar Berthold Stoeger
2020-04-18debug output: ensure our debug output is captured on AndroidGravatar Dirk Hohndel
2020-04-18profile: avoid double-free when reusing plot_infoGravatar Berthold Stoeger
2020-04-07cleanup: remove commented-out evn_foreach() functionGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2019-11-28Add current GF to infoboxGravatar Robert C. Helling
2019-11-16Don't access uninitialized deco_structureGravatar Robert C. Helling
2019-11-12Profile: fix pressure scaleGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Profile: dynamically allocate gases arrayGravatar Berthold Stoeger
2019-11-09Profile: dynamically allocate plot pressure dataGravatar Berthold Stoeger
2019-11-09Profile: turn INSERT_ENTRY macro into helper functionGravatar Berthold Stoeger
2019-11-09Profile: pass index instead of pointer to set_plot_pressure_dataGravatar Berthold Stoeger
2019-11-09Profile: switch pressure-accessing functions to indexesGravatar Berthold Stoeger
2019-11-09Profile: change get_plot_pressure to take index instead of pointerGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-10Android: fix potential crashGravatar Dirk Hohndel
2019-07-18Cleanup: introduce function to set pressure valuesGravatar Berthold Stoeger
2019-07-18Cleanup: replace pressure reading macros by inline functionsGravatar Berthold Stoeger
2019-07-18Cleanup: turn GET_PRESSURE macro into inline functionGravatar Berthold Stoeger
2019-07-06Cleanup: call calculate_max_limits_new() in create_plot_info_new()Gravatar Berthold Stoeger
2019-07-06Cleanup: fix memory management of the plot dataGravatar Berthold Stoeger
2019-06-19Cleanup: remove unused parameter used from find_best_gasmix_match()Gravatar Berthold Stoeger
2019-06-19Cleanup: Make gaspressures.h a regular include fileGravatar Berthold Stoeger
2019-06-07Correct typo in Information boxGravatar willemferguson
2019-06-03Add delta-pO2 disply in Information BoxGravatar willemferguson
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-03-29Show a bit of surface degassing in the plannerGravatar Robert C. Helling
2019-03-19Misc: replace some FIXME commentsGravatar Dirk Hohndel
2019-03-18Core: let TTS calculation use correct ascent velocitiesGravatar Robert C. Helling
2019-02-05Add button to toggle deco info in info boxGravatar Robert C. Helling
2019-02-05Include surface GF in infoboxGravatar Robert C. Helling