summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
Commit message (Collapse)AuthorAgeFilesLines
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CI and support files to match latest from 1.14 * Correct spelling * More spelling corrections * spelling fixes in testpar * Fix spelling errors in tools * More tools spelling fixes * Spelling fixes for rest of tools and some src * Fix spelling errors in src files, pt 2 * Fix spelling in src pt3 * Fix spelling errors pt4 * Fix spelling errors pt5 * Spelling fix pt6 * fix spelling error examples * fix spelling in tests * fix spelling errors in test pt2 * Fix spelling errors in test pt3 * fix spelling in test pt4 * Fix spelling errors in hl * fix spelling errors in c++ * Spelling fixes for fortran * spelling fixes for bin and java * Add relative path * Change spelling action to use a file for list of ignore words * Fix spelling ignore list * remove unused file
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-7/+7
| | | | | * clang 13 format #1933 * Correct workflow
* Hdf5 1 10 merges (#1633)jhendersonHDF2022-04-141-6/+2
|
* Unify handling of collective metadata reads status (#1206) (#1418)jhendersonHDF2022-02-041-1/+1
|
* 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>
* Source formattedAllen Byrne2020-10-011-549/+582
|
* Removes email and Modifications sectionsDana Robinson2020-08-171-1/+1
|
* Normalization with develop in H5D and H5CX.Dana Robinson2020-06-021-26/+40
|
* Many normalizations with develop.Dana Robinson2020-05-301-10/+10
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-11/+11
|
* Moved H5MM_memcpy and H5MM_xfree_const from developDana Robinson2020-05-151-2/+2
|
* Add DCPL to H5CXChris Hogan2019-11-271-0/+138
|
* Use H5CX for LCPL property retrievalChris Hogan2019-11-271-0/+138
|
* HDFFV-10658: setting and getting properties in API context. Porting the ↵Songyu Lu2019-07-261-0/+159
| | | | changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.
* Make corresponding changes for setting API context for fapl and ↵Vailin Choi2019-04-101-0/+120
| | | | | | libver_bounds to be used later in dataspace selection. This is based on PR #1640 merged to develop branch.
* Fix some collective metadata read issuesJordan Henderson2019-02-121-2/+2
|
* merged:M. Scot Breitenfeld2019-01-101-0/+92
| | | | | HDFFV-10652 HDFFV-10443
* Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-301-280/+0
|
* Fix non-threadsafe API context head pointer handling.Quincey Koziol2018-04-191-11/+2
|
* Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-181-32/+10
| | | | routine.
* Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-181-19/+16
| | | | This reverts commit 0bd3634dc5747d88582a966050896bad57acb892.
* Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-171-16/+19
|
* Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-2/+2
| | | | standard H5CX_DEBUG form.
* Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-051-0/+6
| | | | generally speaking).
* Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
|
* Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
|
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-26/+22
|
* Correct typo in comment.Quincey Koziol2018-03-271-1/+1
|
* Corrections for parallel I/O & tests.Quincey Koziol2018-03-211-0/+1
|
* 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
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-1/+56
| | | | | | 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-0/+3308