Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename HDassert() to assert() (#3191) | Dana Robinson | 2023-06-28 | 1 | -26/+26 |
| | | | | | * Change HDassert to assert * Fix bin/make_err | ||||
* | Many clang -Wextra-semi-stmt fixes (#2537) | Sean McBride | 2023-06-16 | 1 | -20/+20 |
| | | | | | * Adds semicolons to function-like macros * Adds a do..while(0) loop to some macros * Removes semicolons when inappropriate, especially H5E_TRY_BEGIN/END | ||||
* | Onion VFD header cleanup (#2337) | Dana Robinson | 2022-12-21 | 1 | -9/+1 |
| | | | | | | | | | * Partial work towards cleaning up the onion VFD code * Committing clang-format changes * A few minor tweaks to the onion VFD public header Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+1 |
| | | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file. | ||||
* | Updates onion VFD major error codes (#2076) | Dana Robinson | 2022-08-31 | 1 | -35/+35 |
| | |||||
* | Fix typos found in src/ subdirectory (#1983) | luzpaz | 2022-08-10 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -S ./release_docs,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c -L isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,ans:,eiter,lastr,ans,isn\'t,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,minnum,ake,gord,numer,ro,oce` | ||||
* | Fixes some badness in the onion VFD revision comment code (#1975) | Dana Robinson | 2022-08-08 | 1 | -9/+16 |
| | | | | | | | * Fixes some badness in the revision comment code * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Onion VFD (#1953) | Dana Robinson | 2022-08-02 | 1 | -0/+1762 |
* Onion VFD feature * Fixes onion VFD errors with non-sec2 backing store VFDs * Disables the onion VFD tests w/ ph5diff * Disables non-sec2 VFDs as onion VFD backing stores * Committing clang-format changes * Formatted source * Typo * Adds onion VFD tools tests to CMake * Fixes for v16 API compatibility * Memset structs to avoid bad frees on errors * H5Dwrite() calls now use H5T_NATIVE_INT as the memory type vs LE * Properly decodes checksums on BE machines * Be more careful about uint64_t to haddr_t/hsize_t conversions * Another fix for BE data comparison * Removed double underscores from onion constants * Replace hard-coded onion header string w/ constant * Fixes cleanup paths in H5FD__onion_ingest_history() * Fixed use of size_t revision numbers * Fix h5dump revision count format string Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> |