summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #1911 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-3012-35/+75
|\ \ \ \
| * | | | 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
|\ \ \ \
| * | | | 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
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | 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
| | |/ /
| | * | Fixed error code and error messagesBinh-Minh Ribler2019-09-032-27/+27
| | * | Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR toBinh-Minh Ribler2019-09-033-3/+3
| | * | Updated commentsBinh-Minh Ribler2019-09-011-1/+9
| | * | Updated based on reviews and refactored test codeBinh-Minh Ribler2019-09-014-779/+815
| | * | Code cleanup and refactorBinh-Minh Ribler2019-08-292-72/+47
| | * | Re-ordered items w.r.t. date.Binh-Minh Ribler2019-08-281-49/+50
| | * | Fixed typoBinh-Minh Ribler2019-08-281-1/+1
| | * | Added notes about HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-0/+21
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-08-2813-428/+1004
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1896 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pset_fapl_mp...Dana Robinson2019-08-2712-426/+1002
|\ \ \ \ | |/ / / |/| | |
| * | | Minor tweaks to new H5P MPI code based on code review feedback.Dana Robinson2019-08-272-23/+17
| * | | Merge branch 'develop_minor_pr' into H5Pset_fapl_mpiDana Robinson2019-08-272-2/+2
| |\ \ \
| | * | | Fixed a bug in the cache image code that was introduced by the HDDana Robinson2019-08-271-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1903 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-08-271-1/+1
|\ \ \ \
| * | | | Fixed typo from HD changesDana Robinson2019-08-271-1/+1
|/ / / /
* | | | Merge pull request #1902 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:fcntl_lock_bug...Dana Robinson2019-08-271-1/+1
|\ \ \ \
| * | | | Fixed a bug where we incorrectly pass a lock struct to fcntlDana Robinson2019-08-271-1/+1
| | * | | Merge branch 'develop' into H5Pset_fapl_mpiDana Robinson2019-08-2734-1763/+1757
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Merge branch 'develop' into H5Pset_fapl_mpiDana Robinson2019-08-277-6/+24
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-2611-425/+1007
| | | * | HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-2813-67/+2649
| |_|/ / |/| | |
* | | | Merge pull request #1899 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-271-8/+8
|\ \ \ \
| * | | | Add HD prefixAllen Byrne2019-08-271-8/+8
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-277-6/+24
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1893 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-2736-1783/+1777
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | OESS-29 Update HD prefix mostlyAllen Byrne2019-08-2436-1783/+1777
| |/ /
* | | Merge pull request #1897 in HDFFV/hdf5 from ~KOZIOL/hdf5:refactor_file to dev...Quincey Koziol2019-08-265-5/+9
|\ \ \
| * | | Add a 'closing' flag on the shared file struct, and switch several of theQuincey Koziol2019-08-265-5/+9
| |/ /
* | | Merge pull request #1892 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-08-262-1/+15
|\ \ \ | |/ / |/| |
| * | Fixed the assertion failure for HDFFV-10873.Vailin Choi2019-08-232-1/+15
|/ /
* | Merge pull request #1889 in HDFFV/hdf5 from ~KOZIOL/hdf5:shared_file_ptr to d...Quincey Koziol2019-08-2328-403/+596
|\ \ | |/ |/|
| * Fix major error codesQuincey Koziol2019-08-221-4/+4
| * Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-2220-111/+111
| * Merge branch 'develop' into shared_file_ptrQuincey Koziol2019-08-21117-20690/+20211
| |\ | |/ |/|
* | Merge pull request #1886 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-08-211-57/+23
|\ \
| * | Removed unnecessary H5S_FRIEND and dead code.Dana Robinson2019-08-201-57/+23
|/ /
* | Merge pull request #1884 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:new_vfd_build_...Dana Robinson2019-08-2013-805/+172
|\ \
| * \ Merge branch 'develop' into new_vfd_build_cleanupDana Robinson2019-08-200-0/+0
| |\ \ | |/ / |/| |