Project

General

Profile

libmseed 2.16 released

Added by Chad Trabant over 8 years ago

Download: https://seiscode.iris.washington.edu/projects/libmseed/files

Changes since 2.15:

2015.113: 2.16
        - Update minor release version in Makefile.

2015.108:
        - Cleanup of lmplatform.h removing unneeded headers and using C99
        standard headers except for a few platform specific cases.
        - Convert all printf() and scanf() usage of %lld for 64-bit integers
        to use the C99 PRId64 and SCNd64 macros for portability (MingGW).
        - Change detection of Linux/Cygwin to set global define LMP_LINUX
        instead of LMP_GLIB2 (now marked as deprecated).
        - Change detection of Windows to set global define LMP_WIN instead
        of LMP_WIN32 (now marked as deprecated).
        - Add detection of __MINGW64__ define.
        - Tested building on Win7 with: Open Watcom 1.9, MinGW gcc 4.8.1 and
        Cygwin 1.7.35 (gcc 2.9.2).

2015.074:
        - Define NTP-Posix time epoch conversion constant specifically as
        a long long integer to avoid warnings on some compilers.


Comments