index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
parse.h
Age
Commit message (
Expand
)
Author
2020-05-06
media: use table instead of linked list for media
Berthold Stoeger
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2019-11-09
Cleanup: return cylinder from cylinder_start() in parser
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-07-18
Core: dynamically resize weight table
Berthold Stoeger
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-04-12
Cleanup: move parse-function declarations out of "dive.h"
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-01-09
Parser: add trip_table parameter to parsing functions
Berthold Stoeger
2019-01-03
Use state structure for sample rate info
Miika Turkia
2018-10-23
Parser: make parser (mostly) reentrant
Berthold Stoeger
2018-10-22
Parser: remove webservice related code
Berthold Stoeger
2018-10-21
Add 'location_t' data structure
Linus Torvalds
2018-10-14
Cleanup: move clear_table() to divesite.c
Berthold Stoeger
2018-10-14
Parser: remove global variable dive_id
Berthold Stoeger
2018-08-30
Parser: move match() into core/parse-xml.c
Berthold Stoeger
2018-08-23
Cleanup: const-ify functions taking dives and divecomputers
Berthold Stoeger
2018-01-05
Don't define cur_setting in header file
Berthold Stoeger
2017-11-27
Move atoi_n to parse.c
Miika Turkia
2017-11-27
Move metric variable to parse.c
Miika Turkia
2017-11-27
Move add_dive_site to parse.c
Miika Turkia
2017-11-27
Refactore parse-xml.c into parse.c and parse-xml.c
Miika Turkia