aboutsummaryrefslogtreecommitdiffstats
path: root/core/file.c
AgeCommit message (Expand)Author
2019-04-12Cleanup: move parse-function declarations out of "dive.h"Gravatar 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-12-29Initial support for Shearwater CloudGravatar Miika Turkia
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-08-23Parse: pass dive_table argument to parse_file()Gravatar Berthold Stoeger
2018-08-23Cleanup: fix memory leak on failed DLF importGravatar Berthold Stoeger
2018-08-23Cleanup: fix memory leak in OSTC importGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-08Make a few functions of static linkageGravatar Berthold Stoeger
2018-01-08Refactor CSV importGravatar Miika Turkia
2017-12-27Cleanup: avoid dereferencing NULL pointerGravatar Dirk Hohndel
2017-12-14Remove function isCloudUrl()Gravatar Berthold Stoeger
2017-09-11Inform user if there was no dive profile in DL7/ZXU fileGravatar Miika Turkia
2017-09-11Import dive number from DL7 logGravatar Miika Turkia
2017-08-03Fix Poseidon MkVI txt file import sensor pressuresGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
2017-05-07Merge branch 'seabear-refactor'Gravatar Dirk Hohndel
2017-05-07Datatrak import rework: changes of file.c and file.hGravatar Salvador Cuñat
2017-05-07Fix NDL and TTS for Seabear importGravatar Miika Turkia
2017-05-07Refactor Seabear importGravatar Miika Turkia
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2016-11-09Clean up some warnings in file.cGravatar Dirk Hohndel
2016-11-09Parse multiple dives from single DL7 log fileGravatar Miika Turkia
2016-06-11Remove unused variableGravatar Dirk Hohndel
2016-05-05NULL terminate the parameters arrayGravatar Miika Turkia
2016-05-05Allow parsing of .txt files on importGravatar Miika Turkia
2016-05-03Parse date and time from on APD importGravatar Miika Turkia
2016-05-02Print xsltproc command line on verbose modeGravatar Miika Turkia
2016-04-30Fix typoGravatar Dirk Hohndel
2016-04-30Merge branch 'offlineDefault'Gravatar Dirk Hohndel
2016-04-30Don't pretend that opening git repo succeededGravatar Dirk Hohndel
2016-04-25Parse date and time in DL7 importGravatar Miika Turkia
2016-04-25Grab the payload of DL7 fileGravatar Miika Turkia
2016-04-05QML UI: don't fetch the remote twice when loadingGravatar Dirk Hohndel
2016-04-05git storage: compare with correct SHA when checking if cache is currentGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel