summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-07-295-30/+205
|\
| * HDFFV-10658: setting and getting properties in API context. Porting the chan...Songyu Lu2019-07-266-33/+208
* | HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-244-50/+204
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-07-231-1/+1
|\ \ | |/
| * Bring pull request #1729 from develop to 1.10:Vailin Choi2019-07-171-1/+1
* | Merge from develop, mostly HDFFV-10845Allen Byrne2019-07-121-2/+2
|/
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-091-1/+1
* Minor fix in libhdf5.settings.inDhvanil Popat2019-06-251-1/+1
* Squash commit of options to build tools and testsDhvanil Popat2019-06-252-1/+11
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-201-35/+46
* Address daily test failure for hdf5_1_10:Vailin Choi2019-05-164-7/+7
* Merge pull request #4 in ~VCHOI/my_third_fork from hdf5_1_10 to bugfix/v110_H...Vailin Choi2019-05-131-0/+30
|\
| * Make the corresponding fix for HDFFV-10579 H5Arename fails when creation orde...Vailin Choi2019-04-181-0/+30
* | Make corresponding changes for H5Sencode based on PR #1645 to develop branch.Vailin Choi2019-04-2327-523/+360
|/
* Merge pull request #1648 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/v110_...Vailin Choi2019-04-186-120/+195
|\
| * Make corresponding changes for moving dataspace selection-specific coding to ...Vailin Choi2019-04-106-120/+195
* | Make corresponding changes for setting API context for fapl and libver_bounds...Vailin Choi2019-04-102-0/+124
|/
* Snapshot version 1.10 release 6 (snap0)\nUpdate version to 1.10.6-snap1)hdftest2019-04-011-2/+2
* Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-199-9/+130
* HDFFV-10705: Fixed memory leak in scale offset filter.Songyu Lu2019-03-041-0/+5
* Merge pull request #1575 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2019-02-234-1/+352
|\
| * HDFFV-10552 Change to use H5G_loc_infoAllen Byrne2019-02-221-3/+3
| * HDFFV-10552 Revert H5O_*1 functions for compatibilityAllen Byrne2019-02-224-1/+352
* | Updated H5err.txt to replace a global variable that was removedDana Robinson2019-02-221-0/+1
|/
* Update version on hdf5_1_10 branch to 1.10.6-snap0.Larry Knox2019-02-181-3/+3
* Merge pull request #1543 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2019-02-141-0/+6
|\
| * Script changes from developAllen Byrne2019-02-141-1/+1
| * TRILAB-111 Update MPI CMakeAllen Byrne2019-02-131-0/+6
* | Re-write of Java JNI error handlingJordan Henderson2019-02-141-2/+2
|/
* Merge pull request #1536 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to hdf...Jordan Henderson2019-02-126-64/+29
|\
| * Fix some collective metadata read issuesJordan Henderson2019-02-126-64/+29
* | I'm bringing the fixes for the following Jira issues from the develop branch ...Songyu Lu2019-02-126-18/+31
|/
* Merge pull request #1522 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to de...Vailin Choi2019-02-065-2/+51
* Merge of changes from develop for 1.10.5.Dana Robinson2019-02-0410-40/+92
* Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5...Binh-Minh Ribler2019-01-316-516/+437
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-01-282-2/+3
| |\
| | * Merge pull request #1480 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10...Binh-Minh Ribler2019-01-282-2/+3
| | |\
| * | | Remove Not_yet_versioned filesAllen Byrne2019-01-281-5/+0
| |/ /
| * | CMake fix, makefile fix, direct_chunk valgrind fixAllen Byrne2019-01-251-1/+1
| * | HDFFV-10686 revert H5Oget_info1 to H5Oget_info(H5Ovisit)Allen Byrne2019-01-244-510/+436
* | | Fixed HDFFV-10586, HDFFV-10588, and HDFFV-10684Binh-Minh Ribler2019-01-313-23/+25
| |/ |/|
* | Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5...Binh-Minh Ribler2019-01-151-1/+1
|\ \ | |/
| * Fix for debug assert in H5FDmpio.cDana Robinson2019-01-141-1/+1
* | Fixed HDFFV-10578Binh-Minh Ribler2019-01-152-2/+3
|/
* Fix for parallel filters tests with new read-proc0-broadcast featureJordan Henderson2019-01-111-4/+8
* misc. merge clean-upM. Scot Breitenfeld2019-01-113-47/+40
* merged:M. Scot Breitenfeld2019-01-1010-74/+374
* Merge pull request #1457 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2019-01-091-0/+15
|\
| * Merge CMake changes from developAllen Byrne2019-01-081-0/+15
* | Merge pull request #1459 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to h...Dana Robinson2019-01-091-1/+1
|\ \