AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
dcab85c83b7Add back missing java implementation
Allen ByrneAllen Byrne
e3e9cf04b07use h5test.h
Allen ByrneAllen Byrne
d5de03225f9add test library
Allen ByrneAllen Byrne
a88f98ae825special windows override
Allen ByrneAllen Byrne
1ca73845326Correct name and add mingw to 32bit toolchain
Allen ByrneAllen Byrne
f651cb4747bFix build for tools library test
Allen ByrneAllen Byrne
b1dab421decMMerge pull request #1917 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '781843da4b90d6d22f8a27b6abaad441631ab3d1': Fix CMake build of test needing compression libs
Allen ByrneAllen Byrne
781843da4b9Fix CMake build of test needing compression libs
Binh-Minh RiblerBinh-Minh Ribler
a8af828bbfbMMerge pull request #1908 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to develop- Added new chunk query functions: H5Dget_num_chunks(), H5Dget_chunk_info(), and H5Dget_chunk_info_by_coord() - Fixed iterator issue in H5EA_iterate(), H5FA_iterate(), and H5D__none_idx_iterate() * commit '96dab622e3bbe75d85b0cef3ca2bd5288cf4ac32': Fixed error code and error messages Tested on Jelly (very minor) Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR to H5VL_NATIVE_DATASET_GET_...2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
96dab622e3bFixed error code and error messagesTested on Jelly (very minor)
Binh-Minh RiblerBinh-Minh Ribler
daecf8f06d3Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR toH5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COORD per a review comment.
Vailin ChoiVailin Choi
ec90f311060MMerge pull request #1914 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/shared_file_pointer to develop* commit '62750441cdfbf17f7fa5db3bbf1320c1dc5be838': Add comment to add tests later to verify conflicting values for MPI-specific properties on multiple opens. Move ext_path field in H5F_t to H5F_shared_t. Remove unused routine H5F_set_coll_md_read(). Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.
Vailin ChoiVailin Choi
62750441cdfAdd comment to add tests later to verify conflicting values for MPI-specific properties on multiple opens.
Binh-Minh RiblerBinh-Minh Ribler
bde9257f022Updated comments
Binh-Minh RiblerBinh-Minh Ribler
b679d11bccbUpdated based on reviews and refactored test code
Vailin ChoiVailin Choi
eef0cf26941Move ext_path field in H5F_t to H5F_shared_t.Remove unused routine H5F_set_coll_md_read().
Vailin ChoiVailin Choi
fe3c4567f58Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.
Allen ByrneAllen Byrne
373df11c469MMerge pull request #1911 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'e6c11af8704c3ac923dd6afcefaf20c568157770': Fix namespace usage Fix EXISTS test syntax Update settings Add 32-bit cross-compile toolchain
Allen ByrneAllen Byrne
e6c11af8704Fix namespace usage
Allen ByrneAllen Byrne
0b6f5e88cd9Fix EXISTS test syntax
Allen ByrneAllen Byrne
ed4cbbcc9bbUpdate settings
Allen ByrneAllen Byrne
fa540a3af8aAdd 32-bit cross-compile toolchain
Binh-Minh RiblerBinh-Minh Ribler
a633e333346Code cleanup and refactor
Binh-Minh RiblerBinh-Minh Ribler
3adadb92e26Re-ordered items w.r.t.date.
Allen ByrneAllen Byrne
37532a36883MMerge pull request #1904 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '1efd23ff02b9bc1a3d303d53395245d1366588be': Whitespace and HD prefix changes fix get gethostname for windows OESS-29 Fix HD prefix in perform and enable test compile HDFFV-10876 h5dump OPAQUE size should be optional2 JIRA Issues
Allen ByrneAllen Byrne
1efd23ff02bWhitespace and HD prefix changes
Binh-Minh RiblerBinh-Minh Ribler
8cc3c58f9d1Fixed typo
Binh-Minh RiblerBinh-Minh Ribler
6858ee6495aAdded notes about HDFFV-10677 and HDFFV-106612 JIRA Issues
Allen ByrneAllen Byrne
43ff3fdc33afix get gethostname for windows
Binh-Minh RiblerBinh-Minh Ribler
7857a59bf09MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-bmr into develop
Binh-Minh RiblerBinh-Minh Ribler
e06bf9d263fHDFFV-10677 and HDFFV-10661Description: - Added functions to query chunk information: H5Dget_num_chunks(dset_id, fspace_id, *nchunks) Gets the number of written chunks that intersect with the given dataspace. However, in this version, the intersection is not yet completed. Thus, the number of all written chunks will be returned. H5Dget_chunk_info_by_co...2 JIRA Issues
Allen ByrneAllen Byrne
a6df73c723bMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'fb8296371cf45654a9252ed01b635519205da3de': Minor tweaks to new H5P MPI code based on code review feedback. Fixed a bug in the cache image code that was introduced by the HD changes. Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O VFD info in H5FDmpio.c.
Allen ByrneAllen Byrne
09d13b3c13dOESS-29 Fix HD prefix in perform and enable test compileOESS-29
Dana RobinsonDana Robinson
fb8296371cfMMerge pull request #1896 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pset_fapl_mpi to develop* commit '937616872cf228f838fd1eb2853ce6110f3da10b': Minor tweaks to new H5P MPI code based on code review feedback. Fixed a bug in the cache image code that was introduced by the HD changes. Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O VFD info in H5FDmpio.c.
Dana RobinsonDana Robinson
937616872cfMinor tweaks to new H5P MPI code based on code review feedback.
Dana RobinsonDana Robinson
477bd6cd77dMMerge branch 'develop_minor_pr' into H5Pset_fapl_mpi
Dana RobinsonDana Robinson
7dfe1769248Fixed a bug in the cache image code that was introduced by the HDchanges.
Allen ByrneAllen Byrne
369d17c05c5HDFFV-10876 h5dump OPAQUE size should be optionalHDFFV-10876
Dana RobinsonDana Robinson
1b952211057MMerge pull request #1903 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop* commit '9a4f86997ad160bcc8a3f9eefdbd92d4a63e14c6': Fixed typo from HD changes
Dana RobinsonDana Robinson
9a4f86997adFixed typo from HD changes
Dana RobinsonDana Robinson
89928e7c212MMerge branch 'develop' into H5Pset_fapl_mpi
Dana RobinsonDana Robinson
91a34039ba4MMerge pull request #1902 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:fcntl_lock_bug to develop* commit 'd42de626b604b75963fd593a145fd9c9b9e20602': Fixed a bug where we incorrectly pass a lock struct to fcntl for file locking instead of a pointer.
Allen ByrneAllen Byrne
506a5069a8bMMerge pull request #1899 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '392340062b7c130a02368aee79bc34ba9868038a': Add HD prefix
Allen ByrneAllen Byrne
392340062b7Add HD prefix
Dana RobinsonDana Robinson
d42de626b60Fixed a bug where we incorrectly pass a lock struct to fcntlfor file locking instead of a pointer.
Allen ByrneAllen Byrne
9689c6cf0aaMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'ddf04a9a727252f40197c48da541212dff646046': Add a 'closing' flag on the shared file struct, and switch several of the "internal" data structures to use it. Fixed the assertion failure for HDFFV-10873.HDFFV-10873
Allen ByrneAllen Byrne
ddf04a9a727MMerge pull request #1893 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'ba974c031deb709b6d4241da95485b48d747afdd': OESS-29 Update HD prefix mostlyOESS-29
Dana RobinsonDana Robinson
68cd4eea0e4MMerge branch 'develop' into H5Pset_fapl_mpi
Quincey KoziolQuincey Koziol
6e8c48182feMMerge pull request #1897 in HDFFV/hdf5 from ~KOZIOL/hdf5:refactor_file to develop* commit '3090ac81506094ee510ae89c31749b5c1632aa34': Add a 'closing' flag on the shared file struct, and switch several of the "internal" data structures to use it.
Quincey KoziolQuincey Koziol
3090ac81506Add a 'closing' flag on the shared file struct, and switch several of the"internal" data structures to use it.