summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * CMake: fix pthread linking to only be privateJerome Soumagne2019-03-131-3/+3
| | * | | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-069-9/+130
| | | |/ | | |/|
| * | | Fixed HDFFV-10210 and HDFFV-10587Binh-Minh Ribler2019-03-202-0/+5
* | | | Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-03-126-46/+783
|\ \ \ \ | | |_|/ | |/| |
| * | | Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-116-46/+783
| | |/ | |/|
* | | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-1013-286/+840
|/ /
* | Fix typo.Quincey Koziol2019-03-051-1/+1
* | Move 'minimize dataset object header flag' into API contextQuincey Koziol2019-03-053-6/+107
* | HDFFV-10705: Fixed memory leak in scale offset filter.Songyu Lu2019-02-281-0/+5
* | Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-237-130/+156
* | Merge pull request #1569 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_threadsafe ...Jerome Soumagne2019-02-221-0/+5
|\ \
| * | Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-211-0/+5
* | | Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-1943-4648/+3646
|\ \ \ | |/ /
| * | Merge pull request #1548 in HDFFV/hdf5 from merge_hyperslab_updates_04 to dev...Quincey Koziol2019-02-1510-2797/+1654
| |\ \
| | * | More changes to align with incoming selection improvements.Quincey Koziol2019-02-1410-2797/+1654
| * | | Use STREQUALAllen Byrne2019-02-141-1/+1
| * | | CMake if statement correctionAllen Byrne2019-02-141-1/+1
| |/ /
| * | Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to dev...Quincey Koziol2019-02-1416-1609/+1616
| |\ \
| | * | Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-1316-1609/+1616
| * | | TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-1/+1
| |/ /
| * | Merge in latest from developJordan Henderson2019-02-1221-60/+171
| |\ \
| | * | Re-write of Java JNI error handlingJordan Henderson2019-02-111-2/+2
| | * | Add ID type (of eventual hid_t) to the VOL "wrap" callback.Quincey Koziol2019-02-075-16/+20
| | * | Modification based on feedback from pull request.Vailin Choi2019-02-063-2/+7
| | * | Modification based on feedback from pull request.Vailin Choi2019-02-051-1/+1
| | * | There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-055-2/+46
| | * | Merge pull request #1515 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pread_vfd_squa...Dana Robinson2019-02-014-19/+77
| | |\ \
| | | * | Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-314-19/+77
| | | |/
| | * | Merge pull request #1516 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:valgrind_fixes...Dana Robinson2019-02-016-21/+15
| | |\ \
| | | * | Updated H5Dio.c comment.Dana Robinson2019-02-011-5/+2
| | | * | Fixed a valgrind issue with the unprotect log message. The loggingDana Robinson2019-01-315-15/+12
| | | * | Fixed a bug revealed by the dtransform test. A datatype transformDana Robinson2019-01-311-1/+1
| | | |/
| | * | Add more specific batch scripts.Larry Knox2019-01-311-0/+6
| | |/
| * | Fix some collective metadata read issuesJordan Henderson2019-02-126-64/+29
| |/
| * Added test for HDFFV-10588Binh-Minh Ribler2019-01-241-1/+1
| * Fixed HDFFV-10684Binh-Minh Ribler2019-01-202-21/+19
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-01-1532-722/+1053
| |\
| | * Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-116-139/+122
| | * Add API routines to wrap and retrieve objectsQuincey Koziol2019-01-112-0/+72
| * | Fixed HDFFV-10586 and HDFFV-10588Binh-Minh Ribler2019-01-151-1/+6
* | | C and POSIX call cleanupDana Robinson2019-01-1129-88/+90
| |/ |/|
* | Merge pull request #1455 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-091-0/+2
|\ \
| * | Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is s...Jordan Henderson2019-01-081-0/+2
* | | Merge pull request #1441 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_fixbug:develop...Binh-Minh Ribler2019-01-092-2/+3
|\ \ \ | |/ / |/| / | |/
| * Refixed HDFFV-10578Binh-Minh Ribler2019-01-081-1/+1
| * Removed previous change in H5O__chunk_deserialize().Binh-Minh Ribler2019-01-071-1/+0
| * Removed the previous change in H5O__chunk_deserialize()Binh-Minh Ribler2019-01-071-2/+0
| * Updated per reviewBinh-Minh Ribler2019-01-071-1/+2
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-01-0647-2374/+4265
| |\
| * | HDFFV-10578 and HDFFV-10676Binh-Minh Ribler2019-01-061-1/+4