summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-2436-1783/+1777
* Merge pull request #1889 in HDFFV/hdf5 from ~KOZIOL/hdf5:shared_file_ptr to d...Quincey Koziol2019-08-2328-403/+596
|\
| * Fix major error codesQuincey Koziol2019-08-221-4/+4
| * Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-2220-111/+111
| * Merge branch 'develop' into shared_file_ptrQuincey Koziol2019-08-21117-20690/+20211
| |\ | |/ |/|
* | Merge pull request #1886 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-08-211-57/+23
|\ \
| * | Removed unnecessary H5S_FRIEND and dead code.Dana Robinson2019-08-201-57/+23
|/ /
* | Merge pull request #1884 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:new_vfd_build_...Dana Robinson2019-08-2013-805/+172
|\ \
| * \ Merge branch 'develop' into new_vfd_build_cleanupDana Robinson2019-08-200-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1883 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-08-191-44/+44
|\ \ \
| * | | Add H5_DLL to all s3comms function prototypes to stop Windows unresolvedLarry Knox2019-08-191-44/+44
| | * | Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-2013-787/+154
| |/ / |/| |
* | | Merge pull request #1882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-197-6/+164
|\ \ \ | |/ / |/| |
| * | HDFFV-10887 Implement requested functionsAllen Byrne2019-08-197-6/+164
|/ /
* | Merge pull request #1880 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-1999-19850/+19880
|\ \
| * | Add missing HD prefixAllen Byrne2019-08-181-121/+121
| * | This test cannot use HD prefix macro with printf of fprintfAllen Byrne2019-08-171-2/+2
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-172-2/+21
| |\ \ | |/ / |/| |
| * | Update HD prefix and reconcile hl/cpp testAllen Byrne2019-08-1614-1216/+1224
| * | Add HD prefix to testsAllen Byrne2019-08-1589-18632/+18654
| | * Small tidy up.Quincey Koziol2019-08-211-10/+8
| | * Progress toward movig H5MF* API to use shared file pointers instead of topQuincey Koziol2019-08-211-37/+34
| | * Progress on moving the H5MF* interface to using shared file pointers instead ofQuincey Koziol2019-08-211-39/+38
| | * Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-216-83/+82
| | * Progress toward moving the dataset routines to using the 'shared' file pointerQuincey Koziol2019-08-213-15/+18
| | * Begin converting dataset code to use shared file pointer instead of top fileQuincey Koziol2019-08-205-30/+126
| | * Finish converting H5PB_* routines to use shared file pointer, instead of topQuincey Koziol2019-08-206-51/+54
| | * First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-198-50/+151
| | * Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accumQuincey Koziol2019-08-195-17/+16
| | * Partial H5F__accum_* routines.Quincey Koziol2019-08-197-38/+36
| |/ |/|
* | Merge pull request #1865 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-08-162-2/+21
|\ \ | |/ |/|
| * Changes based on PR feedback.Vailin Choi2019-08-152-4/+6
| * Merge pull request #17 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-08-1542-2109/+2508
| |\ | |/ |/|
* | Merge pull request #1875 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-1511-427/+427
|\ \
| * | Correct name of folderAllen Byrne2019-08-151-1/+1
| * | Mostly whitespace in testpar, addl changes for tmp dirAllen Byrne2019-08-158-414/+414
| * | Whitespace cleanupAllen Byrne2019-08-153-13/+13
|/ /
* | Merge pull request #1873 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pset_fapl_mp...Dana Robinson2019-08-1510-484/+567
|\ \
| * | Some refactoring prior to implementing new H5P MPI functions.Dana Robinson2019-08-1410-484/+567
* | | Merge pull request #1874 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_api_for_da...Dana Robinson2019-08-153-0/+82
|\ \ \
| * | | Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls.Dana Robinson2019-08-153-0/+82
* | | | Merge pull request #1869 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_file_get_id...Jerome Soumagne2019-08-155-9/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameterJerome Soumagne2019-08-145-9/+10
| |/ /
* | | Merge pull request #1872 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/ros3_hdfs...Jake Smith2019-08-1411-1183/+1416
|\ \ \
| * | | Fix compiler warnings with diabled ROS3 and HDFS VFDs.Jacob Smith2019-08-1411-1183/+1416
| |/ /
* | | Merge pull request #1871 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/directo...Ray Lu2019-08-144-5/+5
|\ \ \
| * | | Changed the directory name left out from the previous commit.Songyu Lu2019-08-141-1/+1
| * | | Changed the name of the temporary directory from 'tmp' to a special name to a...Songyu Lu2019-08-144-4/+4
| |/ /
* | | Merge pull request #1866 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-141-1/+1
|\ \ \ | |/ / |/| |
| * | HDFFV-10879 fix test varnameAllen Byrne2019-08-141-1/+1
|/ /