aboutsummaryrefslogtreecommitdiffstats
path: root/core/load-git.c
AgeCommit message (Expand)Author
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-24devices: create device nodes in parsersGravatar Berthold Stoeger
2020-10-24git: add device-table to git-parser-stateGravatar Berthold Stoeger
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-10-16core: add device_table parameter to device table functionsGravatar Berthold Stoeger
2020-09-29filter: implement loading of filter presets from git repositoriesGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_set_category() functionGravatar Berthold Stoeger
2020-05-12Remove 'string marker after running out of strings' warningGravatar Linus Torvalds
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-05-01core: always keep an empty cylinder at the end of the cylinder arrayGravatar Berthold Stoeger
2020-04-18debug output: ensure our debug output is captured on AndroidGravatar Dirk Hohndel
2020-04-13Fix compiler warning about variable length field not last in struct.Gravatar Robert C. Helling
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-04cleanup: copy saved_git_id, don't use local bufferGravatar Berthold Stoeger
2020-03-20Core: introduce invalid flag for divesGravatar Berthold Stoeger
2020-03-17git: load into arbitrary dive tablesGravatar Berthold Stoeger
2020-03-16git: return strdup()ed empty string on error in pop_cstringGravatar Berthold Stoeger
2020-02-15load-git: fix up any corrupted modechange event namesGravatar Linus Torvalds
2020-02-15load-git: clean up string handling during parsingGravatar Linus Torvalds
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2020-01-06core: read and write the user-specified salinityGravatar willemferguson
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
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-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-10Git: handle excess of cylinders or weightsystems gracefullyGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-11Cleanup: move parse_location() declaration into header fileGravatar Berthold Stoeger
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2019-01-09Core: add trip_table parameter to trip-functionsGravatar Berthold Stoeger
2018-11-21Git parser: don't produce user-visible error on git parsingGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Core: unify insert_trip() and insert_trip_dont_merge()Gravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger