aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2019-08-10Fix potential crash when saved_git_id is NULLGravatar Dirk Hohndel
2019-08-10Android: fix potential crashGravatar Dirk Hohndel
2019-08-10Core: unconditionally include stdio.h in libdivecomputer.hGravatar Berthold Stoeger
2019-08-08iOS: address build errorGravatar Dirk Hohndel
2019-08-08Planner: pass dive to enough_gas()Gravatar Berthold Stoeger
2019-08-08Planner: pass dive / cylinder pair to track_ascent_gas()Gravatar Berthold Stoeger
2019-08-08Planner: pass dive to analyze_gaslist()Gravatar Berthold Stoeger
2019-08-08Planner: fix comment for create_dive_from_plan()Gravatar Berthold Stoeger
2019-08-08Core: pass dive, cylinder-id to fill_default_cylinderGravatar Berthold Stoeger
2019-08-08Planner: use planner's dive in interpolate_transition()Gravatar Berthold Stoeger
2019-08-08Parser: remove global stateGravatar Berthold Stoeger
2019-08-08Cleanup: remove unused function printdecotableGravatar Berthold Stoeger
2019-08-08Cleanup: make local functions in planner.c of static linkageGravatar Berthold Stoeger
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-08-08Cleanup: move file-related function declarations to file.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-08-08Cleanup: replace macro by inline function in gas-model.cGravatar Berthold Stoeger
2019-08-08Indicate negative cylider pressureGravatar Robert C. Helling
2019-08-08Limit gas compressibility argument range to halfway sane valuesGravatar Linus Torvalds
2019-08-04Cleanup: use clear_git_id() instead of setting saved_git_idGravatar Berthold Stoeger
2019-08-04Coding style: add spaces in load-git.cGravatar Berthold Stoeger
2019-08-04Git: Make parser reentrantGravatar Berthold Stoeger
2019-08-04Cleanup: make functions in core/load-git.c localGravatar Berthold Stoeger
2019-07-27Core: split copy_cylinders() in two functionsGravatar Berthold Stoeger
2019-07-19Bluetooth: autodetect Shearwater NERD modelsGravatar Dirk Hohndel
2019-07-19Cleanup: remove bogus mark_divelist_changed() callsGravatar Berthold Stoeger
2019-07-18Cleanup: remove unused weightsystem_none() functionGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-18Core: Implement same_weightsystem() function to compare weightsGravatar Berthold Stoeger
2019-07-18Cleanup: declare functions in profile.h as externGravatar Berthold Stoeger
2019-07-18Cleanup: make the plot-pressure type an enumGravatar Berthold Stoeger
2019-07-18Cleanup: introduce function to set pressure valuesGravatar Berthold Stoeger
2019-07-18Cleanup: update comment in core/gaspressures.cGravatar 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-18Cleanup: remove non-existing pressures in debug_print_pressures()Gravatar Berthold Stoeger
2019-07-18Cleanup: remove unused macro SAC_WINDOWGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-07-18Cleanup: move deco function declarations to deco.hGravatar Berthold Stoeger
2019-07-18Cleanup: fix include weirdness concerning string_to_*() functionsGravatar Berthold Stoeger
2019-07-18Cleanup: move cylinderuse_from_text() to equipment.cGravatar Berthold Stoeger
2019-07-15Bluetooth: recognize Ratio iX3m GPS dive computersGravatar Dirk Hohndel
2019-07-14Fix up XML saving of remaining bottom time dataGravatar Linus Torvalds
2019-07-14Fix cylinder gas type saving when we have bogus gas use dataGravatar Linus Torvalds
2019-07-11Thumbnailer: improve error messageGravatar Berthold Stoeger
2019-07-10Git: handle excess of cylinders or weightsystems gracefullyGravatar 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-07-06Cleanup: remove unused get_screen_dpi() functionGravatar Berthold Stoeger
2019-07-06Cleanup: remove unused declarations from display.hGravatar Berthold Stoeger