| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
certain obscure
situations).
|
| |
|
|
|
|
|
| |
Function descriptions in ./doc/html/fortran/
Button graphics in ./doc/html/Graphics/
|
| |
|
| |
|
|
|
|
| |
Alternate-API buttons for reference manual
|
|
|
|
|
|
|
| |
h5a_FORTRAN.html h5d_FORTRAN.html h5e_FORTRAN.html
h5f_FORTRAN.html h5g_FORTRAN.html h5i_FORTRAN.html
h5p_FORTRAN.html h5r_FORTRAN.html h5s_FORTRAN.html
h5t_FORTRAN.html
|
|
|
|
|
|
|
| |
RM_H5Front.html
Added new Fortran90 functions and links. Related edits.
Added "Describes HDF5 Release..." line in page footers.
Minor editorial corrections.
|
|
|
|
|
|
| |
Datatypes.html
Fixed confusing references to "simple datatypes."
Minor edits.
|
|
|
|
|
| |
Added LANL credit-and-disclaimer section.
Added "Describes HDF5 Release..." line in page footer.
|
| |
|
|
|
|
| |
H5Sget_select_bounds: Corrected return value.
|
|
|
|
| |
Added new function H5garbage_collect.
|
| |
|
|
|
|
| |
H5Aiterate: Changed function type to herr_t.
|
|
|
|
|
|
|
|
|
|
|
| |
H5Tvlen_create: Added cross-reference to H5Dget_vlen_buf_size
and H5Dvlen_reclaim.
H5Tget_class: Removed numbers from class identifiers list.
Added H5T_VLEN to class identifiers list.
RM_H5F.html
H5Freopen: Corrected description of file_id parameter.
Added comment about eventually closing returned identifier.
Added clarification that function cannot open closed files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
H5Pget_chunk: Changed max_ndims parameter description to IN.
H5Pget/set_gc_references: Corrected signature errors,
added missing parameter description and values.
H5Pget/set_family: Removed. These are not implemented.
H5Pget/set_hyper_cache: Corrected signature and parameter
expressions, added missing parameter description.
H5Pset_buffer: Added units for parameter 'size'.RM_H5P.html
H5Pget/set_split: Corrected misnamed parameters.
H5Pset_alignment and H5_set_core:
Edited for clarity.
Added statement regarding "special case" effect of
setting 'threshold' to 0 (zero).
Stated clearly that 'threshold' is non-negative and
'alignment' and 'increment' are both positive.
H5Pget/set_vlen_mem_manager:
Corrected cross-ref to H5Dvlen_reclaim.
Minor clarification regarding circumstances under which
contents of a parameter are ignored.
H5Pget_cache: Removed redundant material.
|
|
|
|
|
|
|
|
|
|
|
|
| |
pattern)
option. A system may have several versions of diff (e.g., vendor's
and Gnu's). Added codes to try them all until finding one that supports
it. If found, use it; else stick with plain "diff" and may waste time
when there are no differences besides the ignorable patterns.
Platforms tested:
Solaris 2.7, Redhat 6.2
|
| |
|
| |
|
|
|
|
| |
h5dumptst generates the test suits files. It is not a user tool.
|
|
|
|
| |
that are to be installed.
|
|
|
|
| |
like Cray T90. Tested on linux.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. The `driver' table is initialized only once, making it faster and
leaking less memory.
2. The returned driver name is set to the empty string on failure.
3. Added an argument so the function cannot overwrite the end of the
drivername return value.
4. Avoids core dump when assigning driver name to return value if the
file could not be opened by any driver.
5. Changed name of function to h5dump_fopen() to follow the naming
scheme for this source file.
6. Reindented according to hdf5 code standard.
7. Added `const' qualifiers to read-only formals.
8. Removed duplicate forward declaration.
Reindented some parts of these source files that had very odd indentation
(some lines had no indentation while others had 3x what they should).
Fixed calls to H5ToolsFopen() function.
|
| |
|
|
|
|
| |
if allocation fails.
|
|
|
|
|
|
| |
can't build
static/shared libs then the comment in libhdf5.settings will be correct.
|
| |
|
|
|
|
|
|
| |
HPUX 10.*
uses.
|
| |
|
|
|
|
| |
config file.
|
| |
|
| |
|
|
|
|
|
|
| |
a complete file name. This distinguish file ./config/unicos from
./config/unicosmk.
Tossed in a cleanup feature by removing the temporary file when finished.
|
|
|
|
|
|
| |
up the file
drivers array.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
correct for all
platforms. Also, it's not entirely certain that a value of 0 isn't a
valid thread ID. So, I changed the pthread_t object to be a pointer to
pthread_t with the appropriate memory management this entails. Part of
the validity of this approach rests on the fact that one can assign a
variable which is a structure to another variable of the same type and
all fields within will be copied appropriately...See! C *does* do some
things correctly :-).
|
| |
|
|
|
|
|
|
| |
found only
in Windows.
|
|
|
|
|
|
| |
only is
manifesting on Windows, so it's a bit of a remote-control problem...)
|
|
|
|
|
|
| |
objects
correctly and also corrected incorrect test in H5AC_flush
|
|
|
|
|
|
|
|
|
| |
and created a function in the tools
library for it(H5ToolsFopen-takes a filename and a char ptr if you want the name of the driver)
added the function to h5tools.c, a header to h5tools.h and changed h5ls.c and h5dump.c to use the new
functions
|
|
|
|
| |
threadsafety.
|
| |
|
|
|
|
|
|
| |
getrusage() call.
(Like the Crays)
|
|
|
|
|
|
|
|
| |
objects being
cached instead of in separate structures. This reduces the amount of memory
the hash table uses by about half. This is the initial step along the path of
speeding up the metadata caching.
|
| |
|
|
|
|
| |
supported now
|
| |
|