The only real changes here are some interface updates: several traversal routines are changed to return 'dc_status_t' which makes more sense in the libdivecomputer world anyway, and that matches the generic field cache string routines. The other changes are also a direct result of the generic code using slightly different names for the cache fields: they use the same names as the DC_FIELD_xyz enum to fetch them. This is not a full conversion to the generic wrappers, and the EON Steel parser accesses the cache structure directly in several places because of how the code was written. That's fine. Not pretty, but this is all totally internal to libdivecomputer. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Overview ======== Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers. The official web site is: http://www.libdivecomputer.org/ The sourceforge project page is: http://sourceforge.net/projects/libdivecomputer/ Installation ============ On UNIX-like systems (including Linux, Mac OS X, MinGW), use the autotools based build system. Run the following commands from the top directory (containing this file) to configure, build and install the library and utilities: $ ./configure $ make $ make install If you downloaded the libdivecomputer source code directly from the git source code repository, then you need to create the configure script as the first step: $ autoreconf --install To uninstall libdivecomputer again, run: $ make uninstall Support ======= Please send bug reports, feedback or questions to the mailing list: http://libdivecomputer.org/cgi-bin/mailman/listinfo/devel or contact me directly: jef@libdivecomputer.org License ======= Libdivecomputer is free software, released under the terms of the GNU Lesser General Public License (LGPL). You can find a copy of the license in the file COPYING.
Description
Languages
C
98.3%
M4
1.2%
Makefile
0.5%