lrknox
25ec07450a
Change copyright headers to replace url referring to file to be removed
...
and replace it with new url for COPYING file.
Fix 2 lines in java error test expected output file where messages
include line numbers changed by reducing the copyright header by 2
lines.
2017-04-14 11:54:16 -05:00
Elena Pourmal
3b1acf484e
[svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds.
...
Tested on jam.
2015-06-19 08:07:30 -05:00
Elena Pourmal
fc0fba145e
[svn-r27220] Maintenance: Added copyrigth; removed read buffer initialization since fill value feature works now.
...
Tested on jam.
2015-06-16 16:42:48 -05:00
Dana Robinson
a2475e33a2
[svn-r26879] Removed printf size_t warnings from VDS examples.
...
size_t parameters are now printed using lu after being cast to
unsigned long (safe for C89).
Tested on: 64-bit linux VM
2015-04-22 08:29:03 -05:00
Elena Pourmal
b8551d25cc
[svn-r26565] Since fill values for VDS do not work at this point initialized the read buffer to show
...
that VDS data is read correctly, leaving unmapped data untouched.
Tested on jam.
2015-03-24 18:02:37 -05:00
Elena Pourmal
13299383ea
[svn-r26557] Removed commented VDS read code. tested on jam.
2015-03-24 15:21:53 -05:00
Elena Pourmal
ca2a0b80c5
[svn-r26420] Added new example for simple I/O. Modified other examples according to the suggestion in H5VDS-7 (see VDS-178)
2015-03-10 17:15:20 -05:00
Elena Pourmal
56f7406671
[svn-r26343] Improved output.
2015-03-02 16:34:39 -05:00
Elena Pourmal
a726992cd8
[svn-r26342] Added usage of the new H5S*_regular_hyperslab functions.
...
Tested on jam.
2015-03-02 16:32:27 -05:00
Elena Pourmal
99a3f4d8d4
[svn-r26297] Changed example and h5dump according to suggestions at today's code review VDS-176.
...
BNF has been updated too. Now h5dump displays VDS like this:
HDF5 "vds.h5" {
GROUP "/" {
DATASET "VDS" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) }
STORAGE_LAYOUT {
VIRTUAL {
HYPERSLAB { (0,0)-(0,5) };
a.h5;
A;
ALL;
HYPERSLAB { (1,0)-(1,5) };
b.h5;
B;
ALL;
HYPERSLAB { (2,0)-(2,5) };
c.h5;
C;
ALL;
}
}
}
FILTERS {
.......
I just commented the code with "EIP" and didn't delete to simplify the review with Allen tomorrow.
Tested on jam
2015-02-24 23:19:41 -05:00
Elena Pourmal
7556f179c3
[svn-r26269] Minor cleanup in the comments.
2015-02-21 22:38:00 -05:00
Elena Pourmal
7881deb15e
[svn-r26268] Added VDS example.
...
I ran bin/reconfigure on jam and it modified test/Makefile.in. May be Neil fixed Makefile.am,
but didn't run reconfigure?
Tested on jam.
2015-02-21 22:26:08 -05:00