summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-138-646/+533
|
* Merge pull request #1920 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-1317-201/+545
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '05f49d5ffdbd4cf9e967d60a3a0efd0ca7f2c820': (22 commits) HDFFV-10854 add release note for windows Fix get home dir for windows Use variable for test output Allow tests to dump output if not comparing revert as CHECK will first check for exception Clear exception for getting JNI string to clear the exception Correct Windows check revert windows change Windows ssl headers are not in system loacation Add include dirs and default lib for windows Add policy to use <package>_ROOT Add statement for label if code unimplemented Update Windows require for CURL to CMake 3.13 Fix unused var Add updated find module for earlier CMake versions Correct label and var names Add back missing java implementation use h5test.h add test library special windows override ...
| * HDFFV-10854 add release note for windowsAllen Byrne2019-09-121-3/+28
| |
| * Fix get home dir for windowsAllen Byrne2019-09-121-23/+26
| |
| * Use variable for test outputAllen Byrne2019-09-111-1/+2
| |
| * Allow tests to dump output if not comparingAllen Byrne2019-09-111-0/+8
| |
| * revert as CHECK will first check for exceptionAllen Byrne2019-09-101-6/+6
| |
| * Clear exception for getting JNI string to clear the exceptionAllen Byrne2019-09-101-6/+6
| |
| * Correct Windows checkAllen Byrne2019-09-061-4/+1
| |
| * revert windows changeAllen Byrne2019-09-061-4/+4
| |
| * Windows ssl headers are not in system loacationAllen Byrne2019-09-061-5/+5
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-061-151/+173
| |\ | | | | | | | | | | | | | | | * commit '5b9f3660d7419fde023e3f277fb8f7d742fa255e': Reworked the previously refactorred code. Improvement of test code
| * | Add include dirs and default lib for windowsAllen Byrne2019-09-051-0/+4
| | |
| * | Add policy to use <package>_ROOTAllen Byrne2019-09-051-0/+4
| | |
| * | Add statement for label if code unimplementedAllen Byrne2019-09-051-0/+2
| | |
| * | Update Windows require for CURL to CMake 3.13Allen Byrne2019-09-053-196/+3
| | |
| * | Fix unused varAllen Byrne2019-09-051-2/+6
| | |
| * | Add updated find module for earlier CMake versionsAllen Byrne2019-09-052-0/+194
| | |
| * | Correct label and var namesAllen Byrne2019-09-051-14/+14
| | |
| * | Add back missing java implementationAllen Byrne2019-09-057-129/+417
| | |
| * | use h5test.hAllen Byrne2019-09-051-33/+4
| | |
| * | add test libraryAllen Byrne2019-09-051-2/+2
| | |
| * | special windows overrideAllen Byrne2019-09-051-0/+3
| | |
| * | Correct name and add mingw to 32bit toolchainAllen Byrne2019-09-052-1/+37
| | |
| * | Fix build for tools library testAllen Byrne2019-09-052-12/+9
| | |
* | | Merge pull request #1919 in HDFFV/hdf5 from ↵Dana Robinson2019-09-1028-168/+140
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '78fda912952d977ec6b157d344834112c363dd26': Fixed some exit calls.
| * | Fixed some exit calls.Dana Robinson2019-09-0728-168/+140
|/ /
* | Merge pull request #1918 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to ↵Binh-Minh Ribler2019-09-051-151/+173
|\ \ | |/ |/| | | | | | | | | | | | | | | develop Revised tests. * commit '716125887d3954239d280890b4cbb13288f5eeaa': Reworked the previously refactorred code. Improvement of test code
| * Reworked the previously refactorred code.Binh-Minh Ribler2019-09-051-150/+161
| | | | | | | | | | | | | | Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
| * Merge branch 'develop' of ↵Binh-Minh Ribler2019-09-0436-772/+815
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-bmr into develop
* | Merge pull request #1917 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-031-1/+14
|\ \ | | | | | | | | | | | | * commit '781843da4b90d6d22f8a27b6abaad441631ab3d1': Fix CMake build of test needing compression libs
| * | Fix CMake build of test needing compression libsAllen Byrne2019-09-031-1/+14
|/ /
* | Merge pull request #1908 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to ↵Binh-Minh Ribler2019-09-0314-96/+2719
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* \ \ Merge pull request #1914 in HDFFV/hdf5 from ↵Vailin Choi2019-09-036-46/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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.
| * | | Add comment to add tests later to verify conflicting values for MPI-specific ↵Vailin Choi2019-09-021-0/+5
| | | | | | | | | | | | | | | | properties on multiple opens.
| * | | Move ext_path field in H5F_t to H5F_shared_t.Vailin Choi2019-08-314-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 Choi2019-08-315-14/+16
|/ / /
* | | Merge pull request #1911 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-3012-35/+75
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e6c11af8704c3ac923dd6afcefaf20c568157770': Fix namespace usage Fix EXISTS test syntax Update settings Add 32-bit cross-compile toolchain
| * | | Fix namespace usageAllen Byrne2019-08-291-3/+3
| | | |
| * | | Fix EXISTS test syntaxAllen Byrne2019-08-2910-34/+34
| | | |
| * | | Update settingsAllen Byrne2019-08-291-2/+4
| | | |
| * | | Add 32-bit cross-compile toolchainAllen Byrne2019-08-292-0/+38
|/ / /
* | | Merge pull request #1904 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-2817-690/+694
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 optional
| * | | Whitespace and HD prefix changesAllen Byrne2019-08-281-298/+294
| | | |
| * | | fix get gethostname for windowsAllen Byrne2019-08-282-1/+3
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-2712-426/+1002
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | * 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.
| * | | OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-2712-373/+380
| | | |
| * | | HDFFV-10876 h5dump OPAQUE size should be optionalAllen Byrne2019-08-273-18/+17
| | | |
| | | * Improvement of test codeBinh-Minh Ribler2019-09-041-10/+21
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Description: Fixed tests to handle the case when a requested compression filter is not available. Platform tested Linux/64 (jelly) Darwin (osx1011test)
| | * Fixed error code and error messagesBinh-Minh Ribler2019-09-032-27/+27
| | | | | | | | | | | | Tested on Jelly (very minor)