index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
import-csv.c
Age
Commit message (
Expand
)
Author
2018-10-04
Import: remove unnecessary processing of dives in DAN import
Berthold Stoeger
2018-09-28
Parser: parse text-based files into arbitrary table
Berthold Stoeger
2018-09-28
Cleanup: Make add_sample_data() local to translation unit
Berthold Stoeger
2018-09-23
Core: split process_dives() in post-import and post-load versions
Berthold Stoeger
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-02-26
Cleanup: Unify qthelper.h and qthelperfromc.h
Berthold Stoeger
2018-01-11
Move always true ++lineptr out of while-condition
Berthold Stoeger
2018-01-11
Use helper function empty_string() instead of manual checks
Berthold Stoeger
2018-01-08
Make a few functions of static linkage
Berthold Stoeger
2018-01-08
Remove obsolete error/debug messages
Miika Turkia
2018-01-08
Parse water temperature from ZDT
Miika Turkia
2018-01-08
Function to look for new line on DL7 import
Miika Turkia
2018-01-08
Use dynamic indexing instead of hard coded
Miika Turkia
2018-01-08
Add support for air temp on DL7 import
Miika Turkia
2018-01-08
Dummy parse empty dives
Miika Turkia
2018-01-08
Stricter check we get dive profile
Miika Turkia
2018-01-08
Ignore empty dives
Miika Turkia
2018-01-08
Refactor CSV import
Miika Turkia