]> git.tdb.fi Git - ext/subsurface.git/commit
Add ability to 'save' dives
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Sep 2011 23:27:52 +0000 (16:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Sep 2011 23:27:52 +0000 (16:27 -0700)
commit1155ad3f0fb2471163335d1d7c6856a81f495e49
tree541fb1ce530b0a6cf0fd9563ff2b664589e3b9d1
parentd5e42d485e6c4a62b78281aac900bb447d811ab1
Add ability to 'save' dives

This just generates another xml file.  Don't get me wrong: I still don't
like xml, but this way we can save in the same format we load things
from.  Except the save-format is a *lot* cleaner than the abortion that
is Suunto or libdivecomputer xml.

Don't bother with some crazy xml library crap for saving. Just do it!

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
dive.h
main.c
save-xml.c [new file with mode: 0644]