| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
~DPOPAT/hdf5:bugfix/HDFFV-10832_merge to hdf5_1_10
* commit 'c56b9846c5277271dd07900b884da1abf1c9c21f':
Fixed name for 'Build HDF Tests' in CMake's libhdf5 settings
Fixed options for CMake to correct names
Added Tests/Tools to libhdf5.settings in cmake equivalent
Minor fix in libhdf5.settings.in
Squash commit of options to build tools and tests
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit 'f8a4c39577b85ac839b29afdee74fe0c9e241ce2':
Merge parallel static fix from develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '6d1c05b8d248a3e9ae8797e20744fdf5b2319af5':
HDFFV-9407 Merge test addition from develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '7003d4928776d10317688033e5bab236124f470f':
Fix fortran test and test library linking
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '00491923f11bf7b44390d41bc4ff3b5455a66b16':
Add lib dir for testing plugins
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '5a52a6fa1540eb59acbf812d85f8ca0d2215e9d6':
remove duplicated function
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '8ab0727d54cd147930aea5fdb025f3aeeb4f82c1':
Correct sentence structure.
Add H5_DLL prefix to fix link
HDFFV-10805 Merge SHARED ONLY option from develop
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '1a2df2a6c3dcfc4c1030e6ba4d3da351f46a9d4f':
Updates from develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'c59817f3436cdd30059520df7d12eea0512e59b4':
Update cmake macros and java arg format
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'd628d1d8c897917c7a07affd565c7744d4ae6057':
Fix message command syntax
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
to hdf5_1_10
* commit '519685d05cdb53e6e641587863c45773cca571db':
Address daily test failure for hdf5_1_10: Fix the testhdf5 failing test in the selection code which segfaults.
|
|/
|
|
| |
Fix the testhdf5 failing test in the selection code which segfaults.
|
|\
| |
| |
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num to hdf5_1_10
* commit '1d87374f68a28a215878a47e1203711dc95ac716':
Make corresponding changes for H5Sencode based on PR #1645 to develop branch. The core changes are to revert previous modifications now that we use API context for fapl.
|
| |\
| |/
|/|
| |
| |
| |
| |
| |
| | |
bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num
* commit '4dfcc225ba98a5ad1bc4283b8eacde0bb6f7484c':
Fix Java JUnit-TestH5P failure on 32-bit arch
Added new C++ wrappers - HDFFV-10622
Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit 'eb2476bc41d30e856a453990a0b0fdc89e3f5ad5':
Fix Java JUnit-TestH5P failure on 32-bit arch
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
Added C++ wrappers for H5Pset/get_create_intermediate_group
* commit '4867de9631d9ffd8f4186df27b3c69283ca0fee5':
Added new C++ wrappers - HDFFV-10622
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
Added wrappers for H5Pset/get_create_intermediate_group:
// Specifies in property list whether to create missing
// intermediate groups
void setCreateIntermediateGroup(bool crt_intmd_group) const;
// Determines whether property is set to enable creating missing
// intermediate groups
bool getCreateIntermediateGroup() const;
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~VCHOI/my_third_fork:bugfix/v110_HDFFV-10579-h5arename-function-fails-when to hdf5_1_10
* commit '36149c8a669146eb73750f03b8dd85a1f1c02c2e':
Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
|
|/ /
| |
| |
| | |
order of attributes is tracked.
|
|/
|
|
| |
The core changes are to revert previous modifications now that we use API context for fapl.
|
|\
| |
| |
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/v110_HDFFV-10271-version-2-hyperslab-encoding to hdf5_1_10
* commit '3e30d019214eaee6f345f45eae478e7f464df8ad':
Make corresponding changes for hyperslab encoding incorrect length (HDFFV-10271). This is based on PR #1644 merged to develop branch. The fix for the incorrect length was already checked in to 1.10 on Dec 2017.
|
| |
| |
| |
| |
| |
| |
| | |
(HDFFV-10271).
This is based on PR #1644 merged to develop branch.
The fix for the incorrect length was already checked in to 1.10 on Dec 2017.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~VCHOI/my_third_fork:bugfix/v110_move_selection_specific to hdf5_1_10
* commit '670c6c1389c1c66598a365a9bfe2b19237d9e93a':
Make corresponding changes for moving dataspace selection-specific coding to the callbacks. This is based on the PR #1642 merged to the develop branch.
|
| |/
| |
| |
| |
| |
| | |
the callbacks.
This is based on the PR #1642 merged to the develop branch.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~VCHOI/my_third_fork:bugfix/v110_context_fapl to hdf5_1_10
* commit '76b4748e78b2de806114100f7b82133b6983c60c':
Make corresponding changes for setting API context for fapl and libver_bounds to be used later in dataspace selection. This is based on PR #1640 merged to develop branch.
|
| |/
| |
| |
| |
| |
| | |
libver_bounds to be used later in dataspace selection.
This is based on PR #1640 merged to develop branch.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/v110_ver_bounds to hdf5_1_10
* commit '4feb2100591c802ea450dc26dae4e0546479fa96':
Make corresponding changes for version bounds in V110. This is based on PR#1639 merged to develop branch.
|
|/
|
|
| |
This is based on PR#1639 merged to develop branch.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'ca1165f3ab5121e433eb8ffa4de74e061c8b3cd1':
Update java m4 scripts
CMake fixes
Update namespace handling
Allow option to select NAMESPACE
|
| | |
|
| | |
|
| | |
|