summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge CMake and tools changes from developAllen Byrne2020-02-274-17/+76
|
* Fix improper signing key null check. (HDFFV-11015)Jacob Smith2020-02-071-2/+2
|
* Merge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into ↵kmu2020-01-0912-75/+59
|\ | | | | | | hdf5_1_10
| * Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2020-01-093-15/+21
| | | | | | | | Fixes HDFFV-10945.
| * Merge of --Wc++-compat changes from developDana Robinson2020-01-099-60/+38
| |
* | merge intel warning fixKimmy Mu2020-01-0925-52/+60
| |
* | Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-081-0/+1
|/ | | | | | | to develop * commit '30ac64d83aff5e022d51a17fd6c1d72903ae4f02': add new type support
* Update version for HDF5_1_10Larry Knox2019-12-111-3/+3
|
* Fix the segmentation fault when h5dump "vds_virt_0.h5", which is a test file ↵Vailin Choi2019-12-052-2/+6
| | | | | | produced by test/vds.c in the develop branch. The fix: verify the decoded version for hyperslab selection is within the correct range.
* Add changes from PR #2049 to 1.10Chris Hogan2019-12-022-15/+63
|
* Set the dcpl for the context on dataset creationChris Hogan2019-11-271-0/+3
|
* Add DCPL to H5CXChris Hogan2019-11-274-8/+159
|
* Check for both default valuesChris Hogan2019-11-271-2/+2
|
* Use H5CX for LCPL property retrievalChris Hogan2019-11-279-6/+210
|
* Correct file extensionAllen Byrne2019-11-141-1/+1
|
* Snapshot version 1.10 release 6 (snap3)Larry Knox2019-11-121-2/+2
| | | | Update version to 1.10.6-snap4
* Whitespace and benign synchro changesAllen Byrne2019-10-0241-985/+911
|
* Remove non-existent files from compileAllen Byrne2019-10-011-3/+2
|
* fix for statement declare variableAllen Byrne2019-09-302-57/+59
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-191-0/+3
|\ | | | | | | | | * commit 'fb05ff4c4a392d38a45e79fe461bc690dea6f325': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| * Merge pull request #1928 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_minor_pr ↵Dana Robinson2019-09-181-0/+3
| |\ | | | | | | | | | | | | | | | | | | to hdf5_1_10 * commit '71c80267ba0db1c1b439d39e4bd7c27b82510c92': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| | * Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-171-0/+3
| | | | | | | | | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-181-2/+2
|\ \ \ | |/ / | | | | | | | | | * commit '2ca63e3890ebdaee7dc835e5d995ff03a182940f': Snapshot version 1.10 release 6 (snap2) Update version to 1.10.6-snap3
| * | Merge branch 'hdf5_1_10' of ↵hdftest2019-09-171-1/+1
| |\ \ | | |/ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_10
| * | Snapshot version 1.10 release 6 (snap2)hdftest2019-09-171-2/+2
| | | | | | | | | | | | Update version to 1.10.6-snap3
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-171-1/+1
|\ \ \ | | |/ | |/| | | | | | | * commit '406890277cbe92be1d68721a6fa115441ab1a726': Fixed a bug where we incorrectly pass a lock struct to fcntl for file locking instead of a pointer. (HDFFV-10892)
| * | Fixed a bug where we incorrectly pass a lock struct to fcntlDana Robinson2019-09-161-1/+1
| |/ | | | | | | for file locking instead of a pointer. (HDFFV-10892)
* | HDFFV-10903 merge updated changesAllen Byrne2019-09-171-2/+0
| |
* | Merge S3 code from develop to 1.10Allen Byrne2019-09-1310-14/+8452
|/
* Fix EXISTS test syntax and add toolchainAllen Byrne2019-08-291-1/+1
|
* Merge pull request #1901 in HDFFV/hdf5 from ↵Vailin Choi2019-08-271-1/+1
|\ | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/110_HDFFV-10873-assertion-v-oh--nmesgs-failed to hdf5_1_10 * commit '9c3e331ba31fdaea98354a05554beb8bdcd2e6fc': Merge pull request #1892 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10873-assertion-v-oh--nmesgs-failed to develop
| * Merge pull request #1892 in HDFFV/hdf5 from ↵Vailin Choi2019-08-261-1/+1
| | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10873-assertion-v-oh--nmesgs-failed to develop * commit '021919206df7764f951037ae76ccae006b2eea99': Fixed the assertion failure for HDFFV-10873.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-08-261-2/+2
|\ \ | |/ | | | | | | * commit '4a3a12c4ba968b0b3781f5b69e3a2c41a3ed74ca': Snapshot version 1.10 release 6 (snap1) Update version to 1.10.6-snap2
| * Snapshot version 1.10 release 6 (snap1)hdftest2019-08-261-2/+2
| | | | | | | | Update version to 1.10.6-snap2
* | OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-2329-5746/+5757
|/
* Merge pull request #1865 in HDFFV/hdf5 from ↵Vailin Choi2019-08-161-2/+4
| | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10813-swmr-test-fails-on-jelly-with to develop * commit '538f743c145fbbfa7b1119693efd2ff61b34efae': Changes based on PR feedback. Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly with PGI/19.
* Added ifdef for intel compilers, __GNUC__ has to be defined for header files ↵M. Scot Breitenfeld2019-08-141-1/+1
| | | | which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers.
* Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings ↵M. Scot Breitenfeld2019-08-091-0/+5
| | | | on theta (10% of warnings).
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-07-315-6/+85
|\ | | | | | | | | | | * commit '803ae1d1a87bb962a7d887a958bbd9ac8adf3da3': Changes based on PR review. Bring pull request #1772 from develop to 1.10. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
| * Merge pull request #15 in ~VCHOI/my_third_fork from hdf5_1_10 to ↵Vailin Choi2019-07-316-33/+208
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/110_HDFFV-10808-h5pset_file_space_strategy * commit '3049d2c140b06d5b2b419562c3d4d1d1c66612e3': A minor bug fix. Updated the command for external_env and vds_env to the most recent changes. 1. Updated the commands for compiling two new tests (external_env.c and vds_env.c). 2. Changed the data file names for external.c and external_env.c to avoid potential name conflict. HDFFV-10658: setting and getting properties in API context. Porting the changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.
| * | Changes based on PR review.Vailin Choi2019-07-311-1/+1
| | |
| * | Bring pull request #1772 from develop to 1.10.Vailin Choi2019-07-225-6/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110. Merge pull request #1772 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds to develop * commit '3768566139df18928aa29ece0eff3010b224633b': Add release notes. Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds. Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110. Conflicts: test/tfile.c
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-07-295-30/+205
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * commit 'b20ffd84e3572cd506bf1f696431892258e9ab3b': Updated the command for external_env and vds_env to the most recent changes. 1. Updated the commands for compiling two new tests (external_env.c and vds_env.c). 2. Changed the data file names for external.c and external_env.c to avoid potential name conflict. HDFFV-10658: setting and getting properties in API context. Porting the changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.
| * | HDFFV-10658: setting and getting properties in API context. Porting the ↵Songyu Lu2019-07-266-33/+208
| |/ | | | | | | changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.
* | 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
|\ \ | |/ | | | | | | | | * commit '308393a020bd7a812c231eee8130c9365d192e18': Change "bad" hid_t_value to H5I_INVALID_HID in test_libver_bounds_copy() test. Bring pull request #1729 from develop to 1.10: Fix for HDFFV-10800 H5Ocopy failure: The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
| * Bring pull request #1729 from develop to 1.10:Vailin Choi2019-07-171-1/+1
| | | | | | | | | | | | Fix for HDFFV-10800 H5Ocopy failure: The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
* | 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
|