summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-2/+2
|
* Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-2/+2
| | | | standard H5CX_DEBUG form.
* Minor warning cleanup while working on VOL issues.Dana Robinson2018-04-062-3/+3
|
* Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-052-0/+8
| | | | generally speaking).
* Revert using H5MF_sect_small_can_shrink and H5MF_sect_small_shrink for theQuincey Koziol2018-04-021-2/+14
| | | | file's free space manager (and add a comment about them).
* Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| | | | after a file is open.
* Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-014-133/+171
|\
| * Created internal functions for a couple of H5F calls.Dana Robinson2018-03-303-248/+334
| |
* | Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
| |
* | Add an assert to verify that we don't write when between MPI_Barrier() callsQuincey Koziol2018-03-271-0/+3
| | | | | | | | during a flush.
* | Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
| |
* | Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-2716-62/+58
| |
* | Correct typo in comment.Quincey Koziol2018-03-271-1/+1
| |
* | Revert some tangential code cleanups.Quincey Koziol2018-03-231-1/+1
| |
* | Add API context source files to CMake configuration file.Quincey Koziol2018-03-211-2/+12
| |
* | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-211-1/+1
|\ \ | |/
| * Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest formatVailin Choi2018-03-201-1/+1
| |
* | Corrections for parallel I/O & tests.Quincey Koziol2018-03-213-51/+28
| |
* | Update handling of reporting for breaking collective I/O when the defaultQuincey Koziol2018-03-201-10/+14
| | | | | | | | DXPL is used.
* | Correct typo for error checking malloc return value.Quincey Koziol2018-03-201-1/+1
| |
* | Refactor H5CX code to reduce duplication.Quincey Koziol2018-03-201-684/+116
| |
* | Cleanup API context function usage.Quincey Koziol2018-03-1935-1491/+421
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1896-3126/+4604
|\ \ | |/ | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ↵Dana Robinson2018-03-133-4/+8
| |\ | | | | | | | | | | | | | | | | | | develop * commit 'b877534a330a201e3b5c51d97daa8e01a5c1cd3a': Added a fix for HDFFV-10358.
| | * Added a fix for HDFFV-10358.Dana Robinson2018-03-133-4/+8
| | |
| * | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-1210-45/+273
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * | Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-127-38/+239
| | | |
| | * | Fix for HDFFV-10209 VDS SWMR test failureVailin Choi2018-03-093-7/+34
| | | | | | | | | | | | | | | | Free the object header when there are chksum retries.
| * | | Merge pull request #938 in HDFFV/hdf5 from avoid_trunc_beta to developScot Breitenfeld2018-03-123-22/+142
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * commit '4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6': Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c Optimized version of avoid truncate patch.
| | * | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.cmainzer2018-03-123-92/+0
| | | | | | | | | | | | | | | | Tested parallel (debug and production) and serial (production)
| | * | Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-03-051-0/+5
| | |\ \
| | * \ \ Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-03-021-1/+1
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-02-2038-1544/+2113
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-01-2214-1054/+1507
| | |\ \ \ \ \
| | * | | | | | Optimized version of avoid truncate patch.M. Scot Breitenfeld2017-12-183-0/+212
| | | | | | | |
| * | | | | | | Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| | | | | | | |
| * | | | | | | HDFFV-4359 Add C,HL,CXX filesAllen Byrne2018-03-081-0/+48
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | HDDFV-10414 correct location of error changeAllen Byrne2018-03-071-91/+91
| | | | | | |
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-03-0638-127/+183
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd8723ac1178a69c4dff7164203d999d61c2159bb': Fix for HDFFV-10357 (CVE-2017-17508). Fix for HDFFV-10355 (CVE-2017-17506). Fix for HDFFV-10354 (CVE-2017-17505).
| | * \ \ \ \ \ Merge branch 'develop' into hdffv_10355Dana Robinson2018-03-063-15/+34
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'develop' into hdffv_10354Dana Robinson2018-03-052-1/+6
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | | * | | | | Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to ↵Dana Robinson2018-03-051-0/+5
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ce005900d6ad539cc7556ab225b771d24632f4f1': Fix for HDFFV-10357 (CVE-2017-17508).
| | | | | * | | | Fix for HDFFV-10357 (CVE-2017-17508).Dana Robinson2018-02-271-0/+5
| | | | | | |_|/ | | | | | |/| |
| | | * | | | | Fix for HDFFV-10354 (CVE-2017-17505).Dana Robinson2018-02-261-15/+29
| | | | |/ / / | | | |/| | |
| | * | | | | Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-2738-113/+150
| | |/ / / /
| * | | | | HDFFV-10414 restore Ctl char - do we really need these anymoreAllen Byrne2018-03-051-89/+89
| | | | | |
| * | | | | HDFFV-10414 change minor error_numberAllen Byrne2018-03-051-101/+101
| | |/ / / | |/| | |
| * | | | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
| |/ / /
| * | | Fix for daily test failuresVailin Choi2018-02-144-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the declarations for the three arrays of versions from H5Opkg.h: (1) H5O_layout_vers_bounds to H5Dpkg.h (2) H5O_dtype_ver_bounds to H5Tpkg.h (3) H5O_sdspace_ver_bounds to H5Spkg.h This is to fix Windows' complaint for unresolved symbols.
| * | | Merge pull request #876 in HDFFV/hdf5 from ↵Vailin Choi2018-02-1432-968/+1512
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_hdf5_fork:bugfix/version_bounds to develop * commit 'b4294d8d3e5937527e9814f23d04df412ebbe770': Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Fixed typos Platforms tested: Linux/32 (jam) Additional tests Description: - Revised and add more variety to version bound tests per review - Revised gen_bounds.c per review Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test) Added gen_bounds Cleaned up per comments in PR# 876 Modifications made based on comments from pull request. Added gen_bounds.c Added gen_bounds.c Fix bounds check for the generation of cache image. Modify usage description for -j and -k options so that it is more informative. Modify h5repack usage so that it is more descriptive. Changes made based on code reviews. Further improvement Fixed comment. Adding data file generator Description: Added gen_bounds.c to generate the following files: - bounds_earliest_latest.h5 - bounds_earliest_v18.h5 - bounds_latest_latest.h5 - bounds_v18_latest.h5 - bounds_v18_v18.h5 for testing the version bounds fix in 1.8 and 1.6. Initial checkin for library version bounds Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.