aboutsummaryrefslogtreecommitdiffstats
path: root/core/import-csv.c
AgeCommit message (Expand)Author
2018-10-04Import: remove unnecessary processing of dives in DAN importGravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-09-28Cleanup: Make add_sample_data() local to translation unitGravatar Berthold Stoeger
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-01-11Move always true ++lineptr out of while-conditionGravatar Berthold Stoeger
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-08Make a few functions of static linkageGravatar Berthold Stoeger
2018-01-08Remove obsolete error/debug messagesGravatar Miika Turkia
2018-01-08Parse water temperature from ZDTGravatar Miika Turkia
2018-01-08Function to look for new line on DL7 importGravatar Miika Turkia
2018-01-08Use dynamic indexing instead of hard codedGravatar Miika Turkia
2018-01-08Add support for air temp on DL7 importGravatar Miika Turkia
2018-01-08Dummy parse empty divesGravatar Miika Turkia
2018-01-08Stricter check we get dive profileGravatar Miika Turkia
2018-01-08Ignore empty divesGravatar Miika Turkia
2018-01-08Refactor CSV importGravatar Miika Turkia