summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove mingw from windows copyAllen Byrne2020-07-311-3/+4
* Additional warnings removedAllen Byrne2020-07-302-2/+0
* More warnings reductionAllen Byrne2020-07-305-7/+4
* Warnings reduction in toolsAllen Byrne2020-07-308-126/+119
* Merge pull request #2717 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-07-299-27/+27
|\
| * Correct reference fileAllen Byrne2020-07-291-2/+2
| * Correct h5diff test file namesAllen Byrne2020-07-299-29/+29
|/
* Merge pull request #2709 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-07-2987-5874/+6054
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-297-1/+198
| |\ | |/ |/|
* | Merge pull request #2707 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/110_H...Vailin Choi2020-07-297-1/+198
|\ \
| * | Supply the appropriate file pointer to H5T_patch_vlen_file() without H5F_VOL_...vchoi2020-07-211-1/+1
| * | Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-07-217-1/+198
|/ /
| * Add missing VFD open loopAllen Byrne2020-07-281-0/+29
| * Merge changes from devAllen Byrne2020-07-282-8/+0
| * Merge from dev of tools changesAllen Byrne2020-07-2286-5871/+6030
|/
* Merge pull request #2705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-07-217-14/+14
|\
| * Examples DESTDIR and github actionAllen Byrne2020-07-217-14/+14
|/
* Merge pull request #2704 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normaliza...Dana Robinson2020-07-2014-32/+522
|\
| * Corrected missing H5CS thread-safety change.Dana Robinson2020-07-201-5/+1
| * Brought over thread-safety changes from develop.Dana Robinson2020-07-2013-27/+521
|/
* Merge pull request #2702 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normaliza...Dana Robinson2020-07-2026-288/+213
|\
| * Normalization with develop.Dana Robinson2020-07-2026-288/+213
* | Merge pull request #2698 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-07-2011-11/+137
|\ \ | |/ |/|
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-1738-6149/+11237
| |\ | |/ |/|
* | Merge pull request #2699 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_merg...Dana Robinson2020-07-1738-6149/+11237
|\ \
| * | Merge of dataspace improvements from develop.Dana Robinson2020-07-1638-6149/+11237
|/ /
| * CMake updates:Allen Byrne2020-07-1511-11/+137
|/
* Merge pull request #2690 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-07-141-1/+4
|\
| * Merge pull request #2686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-131-1/+4
|/
* Merge pull request #2685 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_1_10 to hd...Dana Robinson2020-07-1015-770/+795
|\
| * Moved over the H5S_hyper_diminfo_t from develop.Dana Robinson2020-07-103-114/+124
| * Moved hyperslab code to use the new H5S_diminfo_valid_t enum.Dana Robinson2020-07-103-33/+50
| * H5S_hyper_adjust_s() optimization from develop.Dana Robinson2020-07-092-24/+35
| * Fixed Duff's device fall through warnings in hyperslab code.Dana Robinson2020-07-091-9/+16
| * H5F and H5FS normalization with develop.Dana Robinson2020-07-0910-580/+563
| * Minor renaming in H5S hyperslab code.Dana Robinson2020-07-092-15/+12
* | Merge pull request #2682 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_1_10 to hd...Dana Robinson2020-07-0933-1245/+1340
|\ \ | |/
| * Misc normalizations with develop.Dana Robinson2020-07-0914-540/+530
| * Added missing types to bin/trace after develop normalization.Dana Robinson2020-07-091-0/+2
| * More normalization with H5S from develop.Dana Robinson2020-07-093-121/+109
| * Continued normalization of H5S with develop.Dana Robinson2020-07-0911-144/+136
| * Normalization of H5MM and H5FL with develop. Adds the newDana Robinson2020-07-087-220/+445
| * Further normalization of H5S with developDana Robinson2020-07-089-220/+118
* | Merge pull request #2681 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_1_10 to hd...Dana Robinson2020-07-0819-1864/+2302
|\ \ | |/
| * Normalization of H5S package with developDana Robinson2020-07-0819-1864/+2302
* | Merge pull request #2679 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-07-073-10/+21
|\ \ | |/ |/|
| * Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib for junit...Larry Knox2020-07-071-1/+1
| * Merge pull request #2667 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-061-6/+2
| * Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-063-4/+19
* | Merge pull request #2675 in HDFFV/hdf5 from bmr_HDFFV-10591-v110 to hdf5_1_10Binh-Minh Ribler2020-07-074-31/+63
|\ \ | |/ |/|