| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
into a few warnings in H5T_copy() itself.
|
|
|
|
|
| |
that does not generate its own error, so GCC does not warn that
err_occurred (or whatever it is called) is unused or set and unused.
|
|
|
|
| |
it is set before use by passing it as a reference to another function.
|
| |
|
|
|
|
| |
initialized when they're passed by reference to functions.
|
|
|
|
| |
does not realize are always set before use by `gettimeofday`.
|
|
|
|
| |
function/variable warnings.
|
| |
|
|
|
|
| |
being lost by a cast.
|
|
|
|
| |
of header-file templates to #defines.
|
|
|
|
| |
I cannot untangle right now.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
integer.
|
|\
| |
| |
| | |
see if new warnings-as-errors have cropped up.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '4d834adba4aeb1a0174bddb83212b7073b64e269':
Use HD prefix.
Fix HDFFV-10937: use a more reliable (and probably faster) scheme for visiting all elements of a matrix in an arbitrary order.
|
| | | |
|
| | |
| | |
| | |
| | | |
visiting all elements of a matrix in an arbitrary order.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit 'e5fc4889fa4f412056a4672435c96c17a6d1a936':
Fix issue where H5R__reopen_file did not make the file "post open" callback.
|
| |/ /
| | |
| | |
| | | |
callback.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit 'f1b39ad80e2fc0d0f4f6ecae2a9fb0ea436c34cc':
Apparently, + has no special meaning, and neither does \+, in so-called "obsolete" / POSIX "basic" regular expressions. Also, not every version of `sed` out there supports the `-E` option. So delete the -E flag and use the regex `[^/][^/]*` instead of `[^/]+`.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
"obsolete" / POSIX "basic" regular expressions. Also, not every version of
`sed` out there supports the `-E` option. So delete the -E flag and use
the regex `[^/][^/]*` instead of `[^/]+`.
Add config/netbsd to the MANIFEST.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
~NFORTNE2/hdf5_naf:vlget_file_type to develop
* commit '1dbec40d465072540f8507c524ae7b909a6b1cf0':
Implement H5VLget_file_type() to return a copy of a datatype with the location set to be in a file. Only meant to be used by VOL connectors. Implement H5VLpeek_connector_id() to support connectors querying their own IDs. Fix app_ref with connector IDs in a couple places (external VOLs registered as default through ENV should be visible to the application). Modify vlen and reference interfaces to work with arbitrary VOL connectors. Implement file "post open" specific callback, to enable connectors to update their file structs after a wrap context has been set.
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
location set to be in a file. Only meant to be used by VOL connectors.
Implement H5VLpeek_connector_id() to support connectors querying their
own IDs. Fix app_ref with connector IDs in a couple places (external
VOLs registered as default through ENV should be visible to the
application). Modify vlen and reference interfaces to work with
arbitrary VOL connectors. Implement file "post open" specific
callback, to enable connectors to update their file structs after a
wrap context has been set.
|
|\ \ \
| |/ /
| | |
| | | |
to pick up the NetBSD-compatibility changes that I recently merged.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '0b721858e46a317c370a24115032d5be41688f67':
Make these scripts relocatable again: derive a relative path for the original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived.
Get the path to prefix right: needs a ../ to back out of subdirectory c/.
Make this script relocatable again: derive a relative path for the original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived.
Let us override the examples directory using --with-examplesdir=DIR. This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default.
Follow longstanding execv convention for compatibility with NetBSD.
Under the examples directories, always find the installed HDF5 executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems.
Make the HDF5 configure script grok NetBSD.
For portability, insulate the HDF5 library from some system macros.
Not every system has perl installed in /usr/bin/, so change the shebang (#!) line to `/usr/bin/env perl` to locate perl on the PATH.
For portability, use the POSIX sh(1) string-comparison operator `=` instead of `==`.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
original installation prefix from the examples prefix. Use that
relative path to locate the current installation prefix, always. Fall
back to an absolute installation prefix if the relative path cannot be
derived.
|
| | |
| | |
| | |
| | | |
c/.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
original installation prefix from the examples prefix. Use that
relative path to locate the current installation prefix, always. Fall
back to an absolute installation prefix if the relative path cannot be
derived.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is handy for NetBSD where HDF5 examples are installed
by convention in $prefix/share/examples/hdf5/ rather than in
${prefix}/share/hdf5_examples/, which is the HDF5 default.
Place hdf5_examples/ under ${datarootdir} which on most systems will be
${prefix}/share/, anyway.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
executables and scripts using @prefix@ instead of a relative
path, because the number of ../ in the relative path will be
different on NetBSD than on other systems.
Examples on NetBSD are installed at ${prefix}/share/examples/hdf5/
instead of at ${prefix}/share/hdf5_examples/, by convention. It may be
the same on other BSDs, I'm not sure.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(#!) line to `/usr/bin/env perl` to locate perl on the PATH.
Everything after the first pathname in the shebang line is treated as
a single argument to the command interpreter (/usr/bin/env "perl -w"),
and there is not ordinarily any such program as "perl -w". So if the
old shebang line used an option such as `-w`, add a `use warnings;`
statement to the script---note that the semantics change slightly.
`bin/destdep` uses a trick to pass `-p` to `/usr/bin/env perl`. It
couldn't hurt to use the same trick to pass `-w`.
With these changes, `sh autogen.sh` runs on NetBSD. It ought to still
work on every other system HDF5 supports, too.
|
| | |
| | |
| | |
| | | |
instead of `==`.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* commit '299c9ed5fe19edac37cab27bc04d587fa67568c2':
Removed set_bigio_count prototype since it has been added to H5private.h
Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h.
|
| | | |
|
| | |
| | |
| | |
| | | |
to H5private.h.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* commit '9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f':
Fix MPI test depends
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '685956cd4c088d38862b36b8138e643b114b2929':
Update format and fix missing prefix
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~JSOUMAGNE/hdf5:fix_endian_develop to develop
* commit '294e4faab724c26985867fe8ede684967da8a698':
Fix encode and decode of tokens in H5VLnative
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix encode and decode of deprecated object reference addresses
Make H5Rdeprec.c use tokens instead of haddr_t
Fix H5Oopen_by_addr() to serialize addr to token
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
~JHENDERSON/hdf5:bugfix/H5Dvlen_reclaim_ref_fix to develop
* commit '93f509a2f2d5143450a0e6753325557b2bb8b707':
Fix various Java issues when deprecated symbols are disabled
|
| | | | |
|