summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Added H5DO compatibility functions.Dana Robinson2018-05-042-67/+51
* * Fixed the error testsDana Robinson2018-05-023-89/+136
* Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3029-1863/+1832
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-29451-31489/+37928
| |\
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-231-11/+2
| | |\
| | * | TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-183-53/+26
| | |\ \
| | * | | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-2/+9
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-04-1117-84/+736
| |\ \ \ \
| * | | | | Further minor cleanupsQuincey Koziol2017-03-283-39/+35
| * | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-03-2815-41/+192
| |\ \ \ \ \
| * | | | | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-2829-1836/+1802
* | | | | | | Normalize with trunk prior to update mergeDana Robinson2018-04-301-16/+16
* | | | | | | Fixed a warning.Dana Robinson2018-04-301-1/+1
* | | | | | | Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-305-600/+142
* | | | | | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-302-5/+154
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix non-threadsafe API context head pointer handling.Quincey Koziol2018-04-191-11/+2
| |_|_|_|/ |/| | | |
* | | | | Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-183-35/+11
* | | | | Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-182-21/+18
| |_|_|/ |/| | |
* | | | Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-172-18/+21
* | | | HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-2/+2
* | | | Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-2/+2
* | | | Minor warning cleanup while working on VOL issues.Dana Robinson2018-04-062-3/+3
* | | | Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-052-0/+8
* | | | Revert using H5MF_sect_small_can_shrink and H5MF_sect_small_shrink for theQuincey Koziol2018-04-021-2/+14
* | | | Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
* | | | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-014-133/+171
|\ \ \ \
| * | | | Created internal functions for a couple of H5F calls.Dana Robinson2018-03-303-248/+334
* | | | | Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
* | | | | Add an assert to verify that we don't write when between MPI_Barrier() callsQuincey Koziol2018-03-271-0/+3
* | | | | Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
* | | | | Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-2716-62/+58
* | | | | Correct typo in comment.Quincey Koziol2018-03-271-1/+1
* | | | | Revert some tangential code cleanups.Quincey Koziol2018-03-231-1/+1
* | | | | Add API context source files to CMake configuration file.Quincey Koziol2018-03-211-2/+12
* | | | | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest formatVailin Choi2018-03-201-1/+1
* | | | | Corrections for parallel I/O & tests.Quincey Koziol2018-03-213-51/+28
* | | | | Update handling of reporting for breaking collective I/O when the defaultQuincey Koziol2018-03-201-10/+14
* | | | | Correct typo for error checking malloc return value.Quincey Koziol2018-03-201-1/+1
* | | | | Refactor H5CX code to reduce duplication.Quincey Koziol2018-03-201-684/+116
* | | | | Cleanup API context function usage.Quincey Koziol2018-03-1935-1491/+421
* | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-1896-3126/+4604
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ...Dana Robinson2018-03-133-4/+8
| |\ \ \ \
| | * | | | Added a fix for HDFFV-10358.Dana Robinson2018-03-133-4/+8
| * | | | | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2018-03-1210-45/+273
| |\ \ \ \ \
| | * | | | | Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-127-38/+239
| | * | | | | Fix for HDFFV-10209 VDS SWMR test failureVailin Choi2018-03-093-7/+34
| * | | | | | Merge pull request #938 in HDFFV/hdf5 from avoid_trunc_beta to developScot Breitenfeld2018-03-123-22/+142
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.cmainzer2018-03-123-92/+0