Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More whitespace synching | Allen Byrne | 2019-10-02 | 13 | -1695/+1693 |
| | |||||
* | Cleanup whitespace and comments compared to develop | Allen Byrne | 2019-10-02 | 1 | -4/+4 |
| | |||||
* | fix for statement declare variable | Allen Byrne | 2019-09-30 | 2 | -57/+59 |
| | |||||
* | Set versions in initial hdf5_1_12 revision.hdf5_1_12-initial | Larry Knox | 2019-09-25 | 1 | -3/+3 |
| | |||||
* | Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." | Dana Robinson | 2019-09-24 | 6 | -16/+36 |
| | | | | This reverts commit 431123503d387bce30b1f6db7dc4ad3a33bc51bb. | ||||
* | Revert "Fix for H5EA debug package when built in release mode." | Dana Robinson | 2019-09-24 | 1 | -2/+0 |
| | | | | This reverts commit 911b1ca67fdf7c2f3a32dd42c591e4e9b2fa1950. | ||||
* | Fix for H5EA debug package when built in release mode. | Dana Robinson | 2019-09-18 | 1 | -0/+2 |
| | |||||
* | Moved NDEBUG guards to H5EA_DEBUG in H5EA package. | Dana Robinson | 2019-09-17 | 6 | -36/+16 |
| | |||||
* | Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant | Dana Robinson | 2019-09-17 | 1 | -0/+3 |
| | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893. | ||||
* | Fix segfault after H5VL_loc_params_t fix merge | Jordan Henderson | 2019-09-16 | 2 | -4/+4 |
| | |||||
* | Merge pull request #1922 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2019-09-16 | 2 | -7/+8 |
|\ | | | | | | | | | * commit 'b477f9bcc7bb83d7c06e1d09f428030f51d71897': HDFFV-10901 add missing config options | ||||
| * | HDFFV-10901 add missing config options | Allen Byrne | 2019-09-13 | 2 | -7/+8 |
| | | |||||
* | | Merge pull request #1887 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2019-09-16 | 3 | -6/+6 |
|\ \ | |/ |/| | | | | | * commit '0de0965c61823186ac61c0d6876d4d77578e5bcc': Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t structure was passed via varargs | ||||
| * | Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t ↵ | Jordan Henderson | 2019-08-21 | 3 | -6/+6 |
| | | | | | | | | structure was passed via varargs | ||||
* | | Fix get home dir for windows | Allen Byrne | 2019-09-12 | 1 | -23/+26 |
| | | |||||
* | | revert windows change | Allen Byrne | 2019-09-06 | 1 | -4/+4 |
| | | |||||
* | | Windows ssl headers are not in system loacation | Allen Byrne | 2019-09-06 | 1 | -5/+5 |
| | | |||||
* | | Add back missing java implementation | Allen Byrne | 2019-09-05 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #1908 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to ↵ | Binh-Minh Ribler | 2019-09-03 | 9 | -64/+699 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_CHUNK_INFO_BY_COORD per a review comment. Updated comments Updated based on reviews and refactored test code Code cleanup and refactor Re-ordered items w.r.t. date. Fixed typo Added notes about HDFFV-10677 and HDFFV-10661 HDFFV-10677 and HDFFV-10661 | ||||
| * | | Fixed error code and error messages | Binh-Minh Ribler | 2019-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Tested on Jelly (very minor) | ||||
| * | | Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR to | Binh-Minh Ribler | 2019-09-03 | 3 | -3/+3 |
| | | | | | | | | | | | | H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COORD per a review comment. | ||||
| * | | Updated based on reviews and refactored test code | Binh-Minh Ribler | 2019-09-01 | 3 | -10/+6 |
| | | | |||||
| * | | Code cleanup and refactor | Binh-Minh Ribler | 2019-08-29 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'develop' of ↵ | Binh-Minh Ribler | 2019-08-28 | 9 | -337/+838 |
| |\ \ | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-bmr into develop | ||||
| * | | | HDFFV-10677 and HDFFV-10661 | Binh-Minh Ribler | 2019-08-28 | 9 | -64/+707 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - 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_coord(dset_id, *offset, *filter_mask, *addr, *size) Given a chunk's logical coordinates, returns the chunk's filter, address, and size. H5Dget_chunk_info(dset_id, fspace_id, index, *offset, *filter_mask, *addr, *size) Given a chunk's index, returns the chunk's logical coordinates, filter, address, and size. The chunk belongs to a set of chunks that have nonempty intersection with the specified dataspace. However, in this version, the intersection is not yet completed, and the index is of all the written chunks. These functions comply with VOL. - Fixed some oversights found in the library for the tests in chunk_info.c to work correctly. The returned value from a callback function was not checked in H5EA_iterate(), H5FA_iterate(), and H5D__none_idx_iterate(). This oversight caused a callback function to continue iterating even though it's supposed to stop. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test) | ||||
* | | | | Move ext_path field in H5F_t to H5F_shared_t. | Vailin Choi | 2019-08-31 | 4 | -33/+12 |
| | | | | | | | | | | | | | | | | 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 Choi | 2019-08-31 | 5 | -14/+16 |
| | | | | |||||
* | | | | Fix EXISTS test syntax | Allen Byrne | 2019-08-29 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Minor tweaks to new H5P MPI code based on code review feedback. | Dana Robinson | 2019-08-27 | 2 | -23/+17 |
| | | | |||||
* | | | Merge branch 'develop_minor_pr' into H5Pset_fapl_mpi | Dana Robinson | 2019-08-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fixed a bug where we incorrectly pass a lock struct to fcntl | Dana Robinson | 2019-08-27 | 1 | -1/+1 |
| |/ / | | | | | | | | | | for file locking instead of a pointer. | ||||
* | | | Merge branch 'develop' into H5Pset_fapl_mpi | Dana Robinson | 2019-08-27 | 6 | -6/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #1897 in HDFFV/hdf5 from ~KOZIOL/hdf5:refactor_file to ↵ | Quincey Koziol | 2019-08-26 | 5 | -5/+9 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '3090ac81506094ee510ae89c31749b5c1632aa34': Add a 'closing' flag on the shared file struct, and switch several of the "internal" data structures to use it. | ||||
| | * | | Add a 'closing' flag on the shared file struct, and switch several of the | Quincey Koziol | 2019-08-26 | 5 | -5/+9 |
| | | | | | | | | | | | | | | | | "internal" data structures to use it. | ||||
| * | | | Fixed the assertion failure for HDFFV-10873. | Vailin Choi | 2019-08-23 | 1 | -1/+1 |
| |/ / | |||||
* | | | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 8 | -336/+843 |
|/ / | | | | | | | VFD info in H5FDmpio.c. | ||||
* | | Fix major error codes | Quincey Koziol | 2019-08-22 | 1 | -4/+4 |
| | | |||||
* | | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 20 | -111/+111 |
| | | | | | | | | naming convention for shared structs in rest of library data structures. | ||||
* | | Merge branch 'develop' into shared_file_ptr | Quincey Koziol | 2019-08-21 | 5 | -517/+65 |
|\ \ | |/ | |||||
| * | Untangle #ifdef mess in ROS3 code. | Dana Robinson | 2019-08-20 | 5 | -517/+65 |
| | | |||||
* | | Small tidy up. | Quincey Koziol | 2019-08-21 | 1 | -10/+8 |
| | | |||||
* | | Progress toward movig H5MF* API to use shared file pointers instead of top | Quincey Koziol | 2019-08-21 | 1 | -37/+34 |
| | | | | | | | | file pointers. | ||||
* | | Progress on moving the H5MF* interface to using shared file pointers instead of | Quincey Koziol | 2019-08-21 | 1 | -39/+38 |
| | | | | | | | | top file pointers. | ||||
* | | Begin converting the H5MF interface to use shared file pointers instead | Quincey Koziol | 2019-08-21 | 5 | -62/+64 |
| | | | | | | | | of top file pointers. | ||||
* | | Progress toward moving the dataset routines to using the 'shared' file pointer | Quincey Koziol | 2019-08-21 | 3 | -15/+18 |
| | | | | | | | | instead of the 'top' file pointer. | ||||
* | | Begin converting dataset code to use shared file pointer instead of top file | Quincey Koziol | 2019-08-20 | 5 | -30/+126 |
| | | | | | | | | pointer. | ||||
* | | Finish converting H5PB_* routines to use shared file pointer, instead of top | Quincey Koziol | 2019-08-20 | 6 | -51/+54 |
| | | | | | | | | file pointer. | ||||
* | | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 7 | -49/+150 |
| | | |||||
* | | Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum | Quincey Koziol | 2019-08-19 | 4 | -16/+15 |
| | | | | | | | | routines. | ||||
* | | Partial H5F__accum_* routines. | Quincey Koziol | 2019-08-19 | 6 | -36/+34 |
|/ |