summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-25/+25
| | | | | * clang 13 format #1933 * Correct workflow
* Fixes for various warnings/alignment with develop branch (#1755)jhendersonHDF2022-05-081-5/+4
|
* Hdf5 1 10 parallel comp (#1644)jhendersonHDF2022-04-141-1/+2
| | | | | * Hdf5 1 10 parallel compression merge
* Unify handling of collective metadata reads status (#1206) (#1418)jhendersonHDF2022-02-041-0/+2
|
* 1 10 merges from develop (#419)Allen Byrne2021-03-031-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev
* Hdf5 1 10 Update license url (#403)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* 1 10 Whitespace changes after clang-format run (#287)Allen Byrne2021-01-291-5/+5
| | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes
* Source formattedAllen Byrne2020-10-011-533/+625
|
* Merge of clang-format changes from developAllen Byrne2020-09-301-23/+27
|
* Brings Quincey's parallel collective MD write bugfix from developDana Robinson2020-09-031-1/+0
|
* Brings H5Fstart_swmr_write changes from developDana Robinson2020-08-181-0/+3
|
* Brings file locking changes from developDana Robinson2020-08-141-0/+2
|
* H5PB and H5Faccum normalization with develop.Dana Robinson2020-06-041-4/+12
|
* Changed H5F_file_t to H5F_shared_t (as in develop/1.12)Dana Robinson2020-05-261-3/+3
|
* Moved H5MM_memcpy and H5MM_xfree_const from developDana Robinson2020-05-151-2/+2
|
* merge intel warning fixKimmy Mu2020-01-091-1/+1
|
* HDFFV-10658: setting and getting properties in API context. Porting the ↵Songyu Lu2019-07-261-2/+3
| | | | changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.
* Make corresponding changes for H5Sencode based on PR #1645 to develop branch.Vailin Choi2019-04-231-1/+1
| | | | The core changes are to revert previous modifications now that we use API context for fapl.
* Incoporate minimized dataset headers code and tests.Jacob Smith2018-12-311-0/+6
|
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-231-1/+1
|
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-261-1/+1
| | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-141-9/+5
|\
| * Normalization with vol_integration branch.Dana Robinson2018-06-071-9/+5
| |
* | Fixed libver bounds underscore issueM. Scot Breitenfeld2018-05-111-1/+0
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-30/+22
|\ \ | |/
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-011-0/+1
| |\
| | * Created internal functions for a couple of H5F calls.Dana Robinson2018-03-301-0/+2
| | |
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-239/+237
| |\ \ | | |/ | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-26/+12
| | |
* | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-131-0/+4
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) 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-121-0/+4
| | |
| * | Modifications made based on comments from pull request.Vailin Choi2018-02-071-5/+5
| | |
| * | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-210/+214
| |\ \
| | * | HDFFV-10361 Correct signaturesAllen Byrne2018-01-091-3/+1
| | | |
| | * | HDDFV-10361 combine duplicated prefix utility functionsAllen Byrne2018-01-051-0/+6
| | | |
| * | | Changes made based on code reviews.Vailin Choi2018-01-121-0/+1
| | | |
| * | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-6/+9
| |\ \ \ | | | | | | | | | | | | | | | Merge from develop.
| * \ \ \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-3/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * | | | | Initial checkin for library version boundsVailin Choi2017-10-031-20/+8
| |/ / / / | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | | Resolve compilation errors.Vailin Choi2018-03-091-1/+1
| | | | |
* | | | | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-28/+11
| | | | |
* | | | | HDFFV-9724 merge vds duplicate codeAllen Byrne2018-01-111-0/+4
| | | | |
* | | | | synced with developM. Scot Breitenfeld2018-01-051-210/+210
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-210/+210
| | | | |
| * | | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-210/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
| * | | | HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-201-1/+0
| | | | |
| * | | | Correct var nameAllen Byrne2017-12-131-4/+4
| | | | |
| * | | | Fix VDS file cache var namesAllen Byrne2017-12-131-212/+212
| | | | |
| * | | | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-12-121-6/+9
|\ \ \ \ | | |_|/ | |/| |