summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge pull request #405 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to developJohn Mainzer2017-04-078-26/+293
| | |\
| | | * Removed commeted out code from H5C_dump_coll_write_list()mainzer2017-04-071-5/+0
| | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~mainzer/hdf5_jr...mainzer2017-04-063-6/+17
| | | |\
| | | * | Checkin of fix for CGNS bugmainzer2017-04-068-26/+298
| | * | | Merge pull request #396 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2017-04-071-301/+368
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2017-04-073-6/+17
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #402 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-04-062-0/+11
| | |\ \ \
| | | * | | HDFFV-10143 add missing javadoc paramAllen Byrne2017-04-061-0/+10
| | | * | | Add missing test statusAllen Byrne2017-04-061-0/+1
| | |/ / /
| | * | | Merge pull request #397 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-04-061-6/+6
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Fix CMake regex commandsAllen Byrne2017-04-061-6/+6
| | |/ /
| | | * Modify test/fheap.c to run with various file space strategies and/or page buf...Vailin Choi2017-04-051-301/+368
| | |/
| | * Merge pull request #395 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-04-0513-394/+1245
| | |\
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-04-051-2/+4
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #394 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-04-051-2/+4
| | |\ \
| | | * | Updated the H5L.c error message after additional thought.Dana Robinson2017-04-051-1/+1
| | | * | Updated an error message in H5L.c to be more helpful.Dana Robinson2017-04-051-2/+4
| | |/ /
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-04-051-8/+13
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #393 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-04-051-8/+13
| | |\ \
| | | * | Re-enabled fixed array index testing in the test_random_rank4_vl() testDana Robinson2017-04-051-8/+13
| | |/ /
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-04-041-4/+5
| | | |\ | | | |/ | | |/|
| | | * Fix typo deletionAllen Byrne2017-04-041-2/+2
| | | * HDFFV-10143 Update new feature section.Allen Byrne2017-04-041-0/+4
| | | * HDFFV-10143 clean up format and function returnAllen Byrne2017-04-041-348/+306
| | | * HDFFV-10143 Add plugin APIs to Java interfaceAllen Byrne2017-04-035-1/+328
| | | * Update with checks for index boundsAllen Byrne2017-04-032-12/+24
| | | * Update tools issuesAllen Byrne2017-04-031-2/+9
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-04-0311-87/+952
| | | |\
| | | * | HDFFV-10143 fix use before setAllen Byrne2017-03-301-1/+1
| | | * | HDFFV-10143 surround will fail with try blockAllen Byrne2017-03-301-1/+4
| | | * | HDFFV-10143 typo cleanupAllen Byrne2017-03-301-4/+4
| | | * | HDFFV-10143 typo removedAllen Byrne2017-03-301-1/+1
| | | * | Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-302-15/+18
| | | * | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-303-13/+11
| | | * | HDFFV-10143 remove debugging outputAllen Byrne2017-03-301-6/+0
| | | * | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-303-44/+74
| | | * | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-303-11/+11
| | | * | Remove redundant codeAllen Byrne2017-03-301-13/+9
| | | * | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
| | | * | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-305-160/+181
| | | * | Remove duplicated paths, add new pathsAllen Byrne2017-03-281-4/+5
| | | * | Merge pull request #5 in ~BYRN/hdf5_adb from bugfix/HDFFV-10143-programmatic-...Allen Byrne2017-03-283-215/+712
| | | |\ \
| | | | * | HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-283-215/+712
| | | | * | Merge pull request #4 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10143-pr...Allen Byrne2017-03-2846-317/+690
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | Merge pull request #3 in ~BYRN/hdf5_adb from HDFFV/hdf5:develop to bugfix/HDF...Allen Byrne2017-03-209-54/+2053
| | | | |\ \
| | | | * \ \ Merge pull request #2 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10143-pr...Allen Byrne2017-03-20301-21605/+38860
| | | | |\ \ \
| * | | | | | | Add 1.8 complete HISTORY file.lrknox2017-04-121-0/+12344
| * | | | | | | Merge branch 'hdf5_1_10_1' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5...lrknox2017-04-121-19/+30
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #415 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hd...Larry Knox2017-04-1221-145/+78
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #414 in HDFFV/hdf5 from ~MAINZER/hdf5_1.10.1_jrm:hdf5_1_10...John Mainzer2017-04-111-19/+30
|\ \ \ \ \ \ \ \ \