summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28 from byrnHDF/hdf5_1_12Larry Knox2020-10-0897-4229/+4105
|\
| * Merge from developAllen Byrne2020-10-0721-3816/+3735
| * Cleanup comments in tests, align comments better, update vfd testAllen Byrne2020-10-0568-393/+350
| * HDFFV-11096 fix usage ext in h5dumpAllen Byrne2020-10-0510-23/+23
|/
* Merge pull request #2914 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-10-012-2/+9
|\
| * Add action optionsAllen Byrne2020-10-012-2/+9
|/
* Merge pull request #2909 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_12...Allen Byrne2020-10-011118-319767/+321901
|\
| * Source formattedAllen Byrne2020-10-011118-319767/+321901
|/
* Merge pull request #2903 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_12...Allen Byrne2020-09-30116-8233/+9706
|\
| * define nameAllen Byrne2020-09-301-1/+1
| * warning format fixes and define name from developAllen Byrne2020-09-307-17/+10
| * Src file format preventive updatesAllen Byrne2020-09-287-281/+293
| * Add clang-format changes from develop.Allen Byrne2020-09-28106-8088/+9556
|/
* Merge pull request #2899 in HDFFV/hdf5 from ~JHENDERSON/hdf52:hdf5_1_12 to hd...Jordan Henderson2020-09-251-1/+1
|\
| * Fix memory sanity check option in CMakeJordan Henderson2020-09-241-1/+1
|/
* Merge pull request #2892 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...Larry Knox2020-09-186-7/+7
|\
| * Snapshot version 1.12 release 1-2. Update version to 1.12.1-3Larry Knox2020-09-186-7/+7
|/
* Merge pull request #2875 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Larry Knox2020-09-042-1/+13
|\
| * Add zlib and szip pagesAllen Byrne2020-09-041-0/+12
| * Correct COPYING pathAllen Byrne2020-09-041-1/+1
|/
* Merge pull request #2871 in HDFFV/hdf5 from fix_nil_collective_metadata_write...Quincey Koziol2020-09-039-232/+32
|\
| * Add release note for collective metadata fixQuincey Koziol2020-09-031-0/+6
| * Fix mis-merge from developQuincey Koziol2020-09-031-6/+1
| * Update buffer countQuincey Koziol2020-09-031-29/+22
| * Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-09-038-207/+8
| * Revert "Removed commeted out code from H5C_dump_coll_write_list()"Quincey Koziol2020-09-031-0/+5
* | Merge pull request #2872 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix_1_12 to h...Quincey Koziol2020-09-032-15/+13
|\ \ | |/ |/|
| * Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...Quincey Koziol2020-09-032-15/+13
|/
* Merge pull request #2861 in HDFFV/hdf5 from hdf5_1_12_remove_unneeded_tagging...Quincey Koziol2020-08-288-47/+55
|\
| * Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-278-47/+55
* | Merge pull request #2862 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_12_vfd_stubs...Dana Robinson2020-08-272-13/+72
|\ \ | |/ |/|
| * Adds HDFS VFD stubs to prevent binary compatibility problemsDana Robinson2020-08-272-13/+72
|/
* Merge pull request #2850 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-08-264-4/+11
|\
| * MinGW uses "MinGW Makefiles"Allen Byrne2020-08-262-2/+7
| * The version string has a second use for packagingAllen Byrne2020-08-262-2/+4
|/
* Merge pull request #2825 in HDFFV/hdf5 from hdf5_1_12_namespace_cleanup to hd...Quincey Koziol2020-08-25359-10155/+6647
|\
| * Minor fixes to align w/state of 1.12 codeQuincey Koziol2020-08-222-11/+10
| * Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-227-50/+47
| * Move H5T_vlen_reclaim to package scopeQuincey Koziol2020-08-224-6/+6
| * Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-2240-166/+214
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-22362-10269/+6717
* | Merge pull request #2838 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-08-251-0/+20
|\ \
| * | Add back function for VERIFY_EXTERNAL_CONSOLIDATIONAllen Byrne2020-08-251-0/+20
|/ /
* | Merge pull request #2827 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-08-242-1/+5
|\ \ | |/ |/|
| * Revert H5_VERS_SUBRELEASE checkAllen Byrne2020-08-241-5/+1
| * Add special case when H5_VERS_SUBRELEASE is 0Allen Byrne2020-08-241-3/+7
| * Condition if (H5_VERS_SUBRELEASE) is incorrectly false whenLarry Knox2020-08-241-3/+3
| * Add hypen to subrelease regexAllen Byrne2020-08-231-1/+1
| * Add ifdef blocks to S3/HDFS testAllen Byrne2020-08-231-0/+4
|/
* Merge pull request #2822 in HDFFV/hdf5 from hdf5_1_12_coll_chunk_fill_fix to ...Quincey Koziol2020-08-222-54/+66
|\