summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added deprecated symbol wrappers for the H5DOwrite/read_chunkDana Robinson2018-05-043-1/+25
* Updated commenting in the H5DO compat test.Dana Robinson2018-05-041-11/+9
* Stripped out most of the duplicated functionality in the H5DODana Robinson2018-05-041-2046/+147
* * Added H5DO compatibility functions.Dana Robinson2018-05-048-77/+2292
* * Fixed the error testsDana Robinson2018-05-025-92/+139
* Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-30103-2676/+2521
|\
| * Merge pull request #1041 in HDFFV/hdf5 from merge_hyperslab_updates to developQuincey Koziol2018-04-3029-2075/+2039
| |\
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-292-3/+7
| | |\ | | |/ | |/|
| * | Merge pull request #1040 in HDFFV/hdf5 from ~KOZIOL/hdf5:fix_make_check_repea...Quincey Koziol2018-04-292-3/+7
| |\ \
| | * | Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-292-3/+7
| |/ /
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291874-80664/+155030
| | |\ | | |/ | |/|
| * | Merge pull request #1038 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-2472-609/+486
| |\ \
| | * \ 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-2068-108/+127
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-183-53/+26
| | |\ \
| | * | | TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-183-16/+19
| | * | | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-1762-489/+344
| | | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-04-1135-828/+2897
| | | | |\
| | | | * | Further minor cleanupsQuincey Koziol2017-03-283-39/+35
| | | | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-03-28105-970/+4151
| | | | |\ \
| | | | * | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-2830-2040/+2008
* | | | | | | 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-3012-306/+291
|/ / / / / /
* | | | | | Merge pull request #1035 in HDFFV/hdf5 from fix_api_context_filter_plugin to ...Quincey Koziol2018-04-191-11/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix non-threadsafe API context head pointer handling.Quincey Koziol2018-04-191-11/+2
|/ / / / /
* | | | | Merge pull request #1034 in HDFFV/hdf5 from fix_api_context_fix to developQuincey Koziol2018-04-183-53/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|/ / / /
* | | | Merge pull request #1033 in HDFFV/hdf5 from fix_h5cx_pop_special_leak to developQuincey Koziol2018-04-172-18/+21
|\ \ \ \
| * | | | Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-172-18/+21
|/ / / /
* | | | Merge pull request #1030 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-121-0/+1
|\ \ \ \
| * | | | Add missing fileAllen Byrne2018-04-121-0/+1
|/ / / /
* | | | Merge pull request #1024 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-1131-380/+1132
|\ \ \ \
| * | | | Whitespace changesAllen Byrne2018-04-101-4/+2
| * | | | Whitespace and test reclassifyAllen Byrne2018-04-108-68/+42
| * | | | Move two more functions from unit testsAllen Byrne2018-04-104-61/+59
| * | | | Reorder of tests for debug APIs optionAllen Byrne2018-04-102-18/+16
| * | | | HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-1017-54/+65
| * | | | Fix Java test for DEBUG_APISAllen Byrne2018-04-099-307/+1080
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-097-21/+18
| |\ \ \ \
| * \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-06331-20748/+23400
| |\ \ \ \ \
| * | | | | | Use var instead of absolute numberAllen Byrne2018-04-051-2/+2
* | | | | | | Merge pull request #1023 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2018-04-101-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fixed return integer type of C functionM. Scot Breitenfeld2018-04-101-2/+2
|/ / / / / /
* | | | | | Merge pull request #1019 in HDFFV/hdf5 from ~KOZIOL/hdf5:update_api_context t...Quincey Koziol2018-04-062-3/+3
|\ \ \ \ \ \
| * | | | | | Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-062-3/+3
|/ / / / / /
* | | | | | Merge pull request #1018 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-04-065-18/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Minor warning cleanup while working on VOL issues.Dana Robinson2018-04-065-18/+15
|/ / / / /