summaryrefslogtreecommitdiffstats
path: root/core/import-csv.c
AgeCommit message (Expand)Author
2020-05-26Print correct template name on CSV exportGravatar Miika Turkia
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-02-09Correcting typos of the word celsiusGravatar Jason Bramwell
2020-02-06CSV import: fix importing ampersand characterGravatar Miika Turkia
2019-11-16Initialize cylider field properlyGravatar Robert C. Helling
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
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