| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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 `==`.
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'dd6b6ce61ca1a6af8e872ad09ef5da6ca437e9bc':
Adjust cache.c only variables.
Fix include to correct memory calls - big-endian issue.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '1b4957c585e255850b711edb08903d99204c7a61':
Minor Whitespace
Remove duplicate instance
|
| | |
|
| |\
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
* commit '1097ac60c2b95a2b958a3150b537c75f512cacca':
Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out after merging the test functionality into the testphdf5 test.
Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out after merging the test functionality into the testphdf5 test.
Minor tweaks noticed while going over VOL documentation.
Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
Fixed missing blob callbacks in test VOL connectors.
Trivial parameter renaming in VOL API calls.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'd1c07a5a6f1653ed9abd37b319e210853be9b68d':
Minor tweaks noticed while going over VOL documentation.
Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
Fixed missing blob callbacks in test VOL connectors.
Trivial parameter renaming in VOL API calls.
|
| | | |
|
| | |
| | |
| | |
| | | |
the Autotools and CMake.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit '663d6e0118d6077b8206b69521a3909a5444c8bf':
Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out after merging the test functionality into the testphdf5 test.
Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out after merging the test functionality into the testphdf5 test.
|
| | |
| | |
| | |
| | | |
after merging the test functionality into the testphdf5 test.
|
|/ /
| |
| |
| | |
after merging the test functionality into the testphdf5 test.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '6f5d0d60c34f732cd51c99258cb10986e009715c':
TRILABS-135 add clang sanitizer support
|
| |\
| |/
|/|
| |
| | |
* commit '8ae9bfa1d9f642afcc11e12bda5b1eeb2c9b7510':
Modify H5VL initialization routines to initialize all VOL-managed object types. Modify H5VLwrap_register() to reject non-VOL-managed object types. Also fix overisights in h5trace.c from previous changes.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit '5b751543ca7be96a91cd2db55976188f9ddbace1':
Modify H5VL initialization routines to initialize all VOL-managed object types. Modify H5VLwrap_register() to reject non-VOL-managed object types. Also fix overisights in h5trace.c from previous changes.
|
|/ /
| |
| |
| |
| | |
types. Modify H5VLwrap_register() to reject non-VOL-managed object
types. Also fix overisights in h5trace.c from previous changes.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '44e4f16e1df69f4facc82bf7aaafaa16e9aee85f':
Revert and move declaration
Correct compile and test Windows errors
HDFFV-10979 cleanup global names
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_12
* commit '4b569143f07b4cc32cb4c26fdf24d5ae6ae50172':
Update version to 1.12.0-alpha1.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
to hdf5_1_12
* commit 'abf6bb125007b9df5cbd1c10f63541a1f0e65bb1':
HDFFV-10979 Merge global name fix from develop
|
| |\
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit 'f30381d33d9e179ec30a8b46c2db218f2c45d2c1':
Fix issues when using ONLY_SHARED_LIBS
Change defines to not conflict with windows
Correct assignment
Fix h5watch fault
Add missing include folder
Fix reference file
Correct testfile name
Remove program find - future rework
Fix compile error and add ref destroy to Java test
HDFFV-10876 Merge from develop
Remove unneeded flag overwrites
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit '907a630019c9059eafb0e5af3aeb0f63f47d3d44':
Fix issues when using ONLY_SHARED_LIBS
Change defines to not conflict with windows
Correct assignment
Fix h5watch fault
Add missing include folder
Fix reference file
Correct testfile name
Remove program find - future rework
Fix compile error and add ref destroy to Java test
HDFFV-10876 Merge from develop
Remove unneeded flag overwrites
|
| |\ \
| |/ /
|/| |
| | |
| | | |
* commit '9b38aef978299a76b6b19586396bf626a1e58df6':
Fix 2010 compile issue
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit '3eef4d575ebd23eeb54660e244e604e0159a0aec':
Latest date first in HISTORY-1_10_0-1_12_0.txt
Update HISTORY-1_10_0-1_12_0..txt with performance improvements
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|