[Getdata-commits] SF.net SVN: getdata:[934] branches/getdata-0.8
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2014-12-06 09:57:34
|
Revision: 934
http://sourceforge.net/p/getdata/code/934
Author: ketiltrout
Date: 2014-12-06 09:57:30 +0000 (Sat, 06 Dec 2014)
Log Message:
-----------
doc/build system updates
Modified Paths:
--------------
branches/getdata-0.8/NEWS
branches/getdata-0.8/RELEASE_NOTES.in
branches/getdata-0.8/bindings/f77/Makefile.am
branches/getdata-0.8/bindings/matlab/Makefile.am
branches/getdata-0.8/m4/idl.m4
branches/getdata-0.8/m4/perl.m4
branches/getdata-0.8/m4/version.m4
branches/getdata-0.8/man/dirfile.5
Modified: branches/getdata-0.8/NEWS
===================================================================
--- branches/getdata-0.8/NEWS 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/NEWS 2014-12-06 09:57:30 UTC (rev 934)
@@ -1,4 +1,4 @@
-New in verison 0.8.6a:
+New in verison 0.8.6:
Library Changes:
Modified: branches/getdata-0.8/RELEASE_NOTES.in
===================================================================
--- branches/getdata-0.8/RELEASE_NOTES.in 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/RELEASE_NOTES.in 2014-12-06 09:57:30 UTC (rev 934)
@@ -1,4 +1,4 @@
-GetData 0.8.4 is known to compile and pass the test suite on the following
+GetData 0.8.6 is known to compile and pass the test suite on the following
systems (including C++ and Fortran bindings):
Linux:
Modified: branches/getdata-0.8/bindings/f77/Makefile.am
===================================================================
--- branches/getdata-0.8/bindings/f77/Makefile.am 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/bindings/f77/Makefile.am 2014-12-06 09:57:30 UTC (rev 934)
@@ -45,7 +45,6 @@
endif
FCFLAGS += $(FC_WALL) $(FC_WEXTRA)
-AM_CPPFLAGS = -I$(top_srcdir)/src
EXTRA_DIST=getdata.f.in getdata.f90.in
SUBDIRS = test
@@ -56,7 +55,7 @@
nodist_include_HEADERS=getdata.f $(F95_INC)
lib_LTLIBRARIES=libfgetdata.la $(F95_LIB)
-libfgetdata_la_CPPFLAGS = ${CC_WALL} $(CC_WEXTRA)
+libfgetdata_la_CPPFLAGS = ${CC_WALL} $(CC_WEXTRA) -I$(top_srcdir)/src
libfgetdata_la_SOURCES = fgetdata.c fgetdata.h
libfgetdata_la_LIBADD=../../src/libgetdata.la
libfgetdata_la_LDFLAGS = -version-info @FGETDATA_VERSION@
Modified: branches/getdata-0.8/bindings/matlab/Makefile.am
===================================================================
--- branches/getdata-0.8/bindings/matlab/Makefile.am 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/bindings/matlab/Makefile.am 2014-12-06 09:57:30 UTC (rev 934)
@@ -80,7 +80,7 @@
lib_LTLIBRARIES=libgetdata-matlab.la
libgetdata_matlab_la_SOURCES=matlab.c gd_matlab.h
-libgetdata_matlab_la_CPPFLAGS=${MATLAB_CPPFLAGS}
+libgetdata_matlab_la_CPPFLAGS=${MATLAB_CPPFLAGS} ${AM_CPPFLAGS}
libgetdata_matlab_la_LDFLAGS=-version-info @MATLABGETDATA_VERSION@
if GD_EXTERNAL
Modified: branches/getdata-0.8/m4/idl.m4
===================================================================
--- branches/getdata-0.8/m4/idl.m4 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/m4/idl.m4 2014-12-06 09:57:30 UTC (rev 934)
@@ -119,8 +119,8 @@
AC_SUBST([IDL_CFLAGS])
AC_SUBST([IDL_CFLAGS])
+AC_MSG_CHECKING([IDL linker flags])
IDL_LIBS=`(echo 'print,"@@@"+!MAKE_DLL.LD' | $IDL 2>&1) | $GREP '@@@' | sed -e 's/@@@@<:@^ @:>@* \(.*\?\) -o.*/\1/' | sed -e 's/-m \?[\w]*//g'`
-AC_MSG_CHECKING([IDL linker flags])
AC_MSG_RESULT([$IDL_LIBS])
AC_SUBST([IDL_LIBS])
Modified: branches/getdata-0.8/m4/perl.m4
===================================================================
--- branches/getdata-0.8/m4/perl.m4 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/m4/perl.m4 2014-12-06 09:57:30 UTC (rev 934)
@@ -167,7 +167,7 @@
if test $perl_inst_type = "vendor"; then
GD_PERL_CONFIG([perldir], [vendorarchexp])
GD_PERL_CONFIG([perlmandir], [vendorman3direxp])
- if test perldir = "UNKNOWN"; then
+ if test $perldir = "UNKNOWN"; then
perl_inst_type = "site";
fi
fi
@@ -180,7 +180,7 @@
perlmandir="${man3dir}"
fi
- if test $perlmandir = "UNKNOWN"; then
+ if test "x$perlmandir" = "xUNKNOWN"; then
perlmandir="${mandir}"
fi
Modified: branches/getdata-0.8/m4/version.m4
===================================================================
--- branches/getdata-0.8/m4/version.m4 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/m4/version.m4 2014-12-06 09:57:30 UTC (rev 934)
@@ -21,25 +21,25 @@
m4_define(getdata_major, 0)
m4_define(getdata_minor, 8)
m4_define(getdata_revision, 6)
-m4_define(getdata_extra, [a])
+m4_define(getdata_extra, [])
m4_define(getdata_version,
getdata_major.getdata_minor.getdata_revision[]getdata_extra)
dnl libgetdata current interface version
m4_define(getdata_iface_version, 6)
dnl libgetdata current interface implementation revision
-m4_define(getdata_impl_revision, 4)
+m4_define(getdata_impl_revision, 5)
dnl libgetdata interface age (current interface - oldest supported interface)
m4_define(getdata_iface_age, 1)
dnl libgetdata++ interface version info
-m4_define(getdataxx_version, 5:0:2)
+m4_define(getdataxx_version, 5:1:2)
dnl libfgetdata interface version info
-m4_define(fgetdata_version, 4:1:2)
+m4_define(fgetdata_version, 4:2:2)
dnl libf95getdata interface version info
-m4_define(f95getdata_version, 5:0:3)
+m4_define(f95getdata_version, 5:1:3)
dnl libgetdata-matlab interface version info
m4_define(matlabgetdata_version, 0:1:0)
Modified: branches/getdata-0.8/man/dirfile.5
===================================================================
--- branches/getdata-0.8/man/dirfile.5 2014-12-06 07:48:51 UTC (rev 933)
+++ branches/getdata-0.8/man/dirfile.5 2014-12-06 09:57:30 UTC (rev 934)
@@ -1,6 +1,6 @@
.\" dirfile.5. The dirfile man page.
.\"
-.\" Copyright (C) 2005, 2006, 2008, 2009 D. V. Wiebe
+.\" Copyright (C) 2005, 2006, 2008, 2009, 2014 D. V. Wiebe
.\"
.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.\"
@@ -13,7 +13,7 @@
.\" Texts. A copy of the license is included in the `COPYING.DOC' file
.\" as part of this distribution.
.\"
-.TH dirfile 5 "1 April 2012" "Standards Version 9" "DATA FORMATS"
+.TH dirfile 5 "15 July 2014" "Standards Version 9" "DATA FORMATS"
.SH NAME
dirfile \(em a filesystem-based database format for time-ordered binary data
.SH DESCRIPTION
@@ -111,16 +111,11 @@
with the IEEE-754 real part followed by the IEEE-754 imaginary part. The
specified endianness of the two components follows that of purely real floating
point numbers. Endianness does not affect the ordering of the real and
-imaginary parts. This format also conforms to the C99 standard. The latest
-C++ standard (C++98) does not specify a standard storage format for native
-complex numbers, but the upcoming standard, (C++0x) is intended to specify the
-above format for compatibility with C99
-.RI ( see :
-ISO/IEC JTC1/SC22/WG21/N1388).
+imaginary parts. This format also conforms to the C99 and C++11 standards.
To aid in using complex valued data, dirfile field codes may contain a
.I representation suffix
-which specifies a norm to apply to the complex valued data to convert it into
+which specifies a function to apply to the complex valued data to map it into
purely real data. See
.BR dirfile\-format (5).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|