| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
point/element
selections and also fixed part of the problem with scalar dataspaces being
written/read from the file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----------------------
./src/H5Flow.c
./src/H5Fprivate.h
./src/H5Fsplit.c
Changed the allocation size request from `size_t' to `hsize_t'
because it was overflowing for the `big' test.
./src/H5detect.c
If `long double' and `double' are the same size then we define
H5T_NATIVE_LDOUBLE to be the same as H5T_NATIVE_DOUBLE.
Similarly for `long' vs. `long long' and `unsigned long' vs.
`unsigned long long'.
./test/Makefile.in
Added `big' to the list of tests to normally run.
./test/big.c
Added a check to see if the file system supports holes and if
it doesn't then the test is skipped.
|
|
|
|
|
|
|
| |
----------------------
./config/conclude.in
Fixed so `make test' and `make progs' work on a clean source tree.
|
|
|
|
|
|
|
| |
which pointed
people to the ftp server for the distribution and to the project plan for the
code development.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
RM_H5Z.html -- Compression functions, H5Z Interface
Updated for Alpha2.
|
|
|
|
| |
Updated for Alpha2.
|
|
|
|
|
|
| |
Final updates for Alpha2.
All currently-implemented functions added.
Technical content verified.
|
|
|
|
|
| |
H5.intro.html is a derived HTML file. Edits should be made
via the MS Word source file ../src/H5.intro.doc.
|
|
|
|
|
| |
Source file -- Microsoft Word.
The derived HTML file is hdf/doc/html/H5.intro.html.
|
| |
|
|
|
|
|
|
|
| |
selection of points
in the file and back from the selection of points into a differently oriented
hyperslab in memory.
|
|
|
|
| |
Updated for Alpha 2
|
| |
|
|
|
|
|
|
| |
now working
correctly (as opposed to not at all... :-)
|
|
|
|
|
|
| |
perform I/O
on them to verify the iterators are processed in the correct order.
|
|
|
|
| |
dimensions.
|
|
|
|
| |
HDF5 Reference Manual (multiple file version).
|
|
|
|
|
|
| |
H5Sextent_dims.
Tested on Solaris 2.5
|
| |
|
|
|
|
|
|
| |
added
stub for testing selections.
|
| |
|
|
|
|
|
|
|
| |
H5Sextent_dims and H5Sextent_ndims respectively. Example uses new function
names.
Will be tested later.
|
|
|
|
| |
C: ----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----------------------
./Makefile.in
./config/commence.in
./config/conclude.in
./config/depend.in
./src/Makefile.in
./test/Makefile.in
Tests are no longer installed for `make install'. Added a new
target `make tests' that builds the tests but doesn't run them.
./configure.in
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added detection of fork() and waitpid(). If present the
contants HAVE_FORK and HAVE_WAITPID will be defined in
H5config.h.
./test/dtypes.c
Minor tweaks for systems that don't have fork() or waitpid().
./MANIFEST
./tools [NEW]
./tools/Makefile.in [NEW]
./tools/h5debug.c [NEW]
./tools/h5import.c [NEW]
./tools/h5ls.c [NEW]
./tools/h5repart.c [NEW]
Added a tools directory and moved tools from the src directory
to here.
|
|
|
|
|
|
|
|
| |
Removed. Changes entered to RELEASE.
MANIFEST:
Updated for the removal of CHANGES_API.
RELEASE:
Updated with "Parallel HDF5 Changes".
|
| |
|
|
|
|
|
| |
Allocate chunks only if MPIO is used. Do not attempt to
run H5D_allocate if H5D_extend does not change anything.
|
|
|
|
|
|
| |
to write them
and make certain they get called properly.
|
|
|
|
|
|
|
| |
how to resume
when a buffer gets full. Also removed the check for disallowing zero-dim
extents on unlimited dimension datasets, per user's request.
|
|
|
|
| |
Add missing functions. General technical edit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----------------------
./README
./bin/release
The first line of the README file is updated automatically
by the `release' script to associate a date with a release
number. For example:
This is hdf5-1.0.9a released on 1998-06-09 18:00 UTC
Please refer to the INSTALL file for installation instructions.
./src/H5public.h
Release number incremented. This happens automatically now if
you run the `release' script in `-batch' mode. I'll stop
documenting changes to this file unless they're something
other than a release number change.
./MANIFEST
Added Elena's new files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
H5D.c:
Created a new function H5D_allocation to do allocation of all datasets.
According to the storage layout, it calls the appropriate function.
H5Fprivate.h:
H5Fistore.c:
H5F_istore_allocation now takes a dimension array, (old version
used a space pointer) to determine how many chunks to allocate.
Changed H5F_istore_get_addr to a private (static) function. No
one outside of H5Fistore.c is calling it.
Removed three forward declarations now that they are not needed.
Tested platform:
O2K
|
|
|
|
|
|
|
|
| |
Fixed missing H5Zpublic.h header file.
./src/H5Fistore.c
Indented some printf's in the left margin so various C source
tools work correctly.
|
|
|
|
|
| |
Main file is RM_H5Front.html. Created from the Alpha1 Ref. Manual, Alpha1
User's Guide Documents and the Alpha2 Source Code.
|
|
|
|
| |
Created from Alpha1 Reference Manual.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----------------------
./src/H5Fistore.c
./src/H5S.c
Fixed places where `herr_t' functions returned NULL for
failure: H5F_istore_get_addr() and printf(?!?) (probably
because a printf() was in the first column :-/ so I don't know
what function it really was that I fixed), and H5S_extent_copy().
./src/H5Fprivate.h
Added declarations for H5F_istore_get_addr() and
H5F_istore_allocate().
./src/H5S.c
./src/H5Sprivate.h
Split H5Sset_extent_simple() into H5S_set_extent_simple() and
replaced calls to the API function with calls to the internal
function.
Changed calls to H5Screate() to H5S_create() and H5Sclose() to
H5S_close().
./src/H5Shyper.c
./src/H5Spoint.c
Removed unused labels and variable.
./src/H5T.c
./src/H5Tconv.c
Changed calls to H5Tfind() to H5T_find().
./src/H5TB.c
Split function return type onto a separate line for five
functions and added API tracing calls.
|
|
|
|
|
|
| |
API functions.
Tested on Solaris 2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----------------------
./MANIFEST
Alphabetized. `d' comes before `e' :-)
./bin/release
Added the `-batch' option which causes the script to not ask
questions and to automatically update the minor version
number and set the patch level back to `a'. This is intended
to be used for the daily snapshots:
#! /bin/sh
set -e
cd ~/hdf5
make distclean
make test
bin/release -batch tar compress gzip bzip2
mv ./releases/* /repository
./src/H5Z.c
Removed warnings about unused variables when the zlib.h header
file is present but libz.a isn't.
./INSTALL
./configure.in
./doc/html/tracing.html
Made API tracing the default (you still need to define the
HDF5_TRACE environment variable to get results) and change the
name from `--disable-tracing' to `--disable-trace' to make it
consistent with the other switches.
Changed `site config file' to `host config file' to match the
documentation.
./doc/html/H5.user.html
Added a reference to the `tracing.html' file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----------------------
./bin/trace
./src/H5.c
Added tracing support for H5S_seloper_t and H5S_class_t.
./src/H5Sselect.c
./src/H5S.c
Added tracing statements that weren't inserted previously
because of formatting problems.
./src/H5T.c
./src/H5Tconv.c
./src/H5Tpkg.h
./src/H5Tprivate.h
./src/H5Tpublic.h
./test/cmpd_dset.c
Added H5Tinsert_array() for inserting an array member into a
compound data type. Added support to the struct conversion
function for member arrays. The index permutation is not
supported yet in the conversion (source and destination must
have the same permutations).
|
|
|
|
|
|
| |
above dataspace
release calls in H5D_read and H5D_write.
|
| |
|
| |
|
|
|
|
| |
Tested on O2K.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Moved the source of H5S_extent_npoints before H5Sextent_npoints to
reduce a compiler complaint.
H5Shyper.c:
H5Sprivate.h:
H5Spublic.h:
H5Sselect.c:
Changed the parameter declarations of H5S_hyper_add
and H5Sselect_hyperslab as originally intended as const hsize *.
|